Skip to content

Commit

Permalink
org-layer: Update to org version 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dalanicolai authored and smile13241324 committed Jan 1, 2023
1 parent 7991003 commit f9efd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+emacs/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
htmlize
;; ob, org, org-agenda and org-contacts are installed by `org-contrib'
(ob :location built-in)
(org :location elpa :min-version "9.5")
(org :location elpa :min-version "9.6")
(org-agenda :location built-in)
(org-wild-notifier
:toggle org-enable-notifications)
Expand Down

3 comments on commit f9efd1b

@winsphinx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i met an error, and the home buffer dispeared.

[org-agenda-files org-agenda-skip-unavailable-files org-agenda-archives-mode org-restrict org-read-agenda-file-list error "Invalid value of `org-agenda-files'" apply append mapcar ...] 8 ("~/.emacs.d/elpa/develop/org-9.6/org.elc" . 517213)]

@etimecowboy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this startup error was caused by the commit (* core-spacemacs-buffer.el: avoid to call functions from org-mode at …), but I didn't look into it.

@etimecowboy
Copy link
Contributor

@etimecowboy etimecowboy commented on f9efd1b Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@winsphinx I guess you have "recents" in your spacemacs buffer (set by variable dotspacemacs-startup-lists), my quick&dirty workaround is to remove "recents" from it before an official fix by the org-layer maintainer in the next few days. :-)

Please sign in to comment.