From emacs-straight/org-mode@14d6f95

Fixes void-function org-get-outline-path when invoking eldoc, because
org-get-outline-path was moved to org-refile in a recent refactor
upstream.
This commit is contained in:
Henrik Lissner 2020-04-26 20:26:38 -04:00
parent 9509897db1
commit d6c5d18a87
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -27,7 +27,7 @@
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
:pin "14d6f95bec")
:pin "31068373dc")
;; ...And prevent other packages from pulling org; org-plus-contrib satisfies
;; the dependency already: https://github.com/raxod502/straight.el/issues/352
(package! org :recipe (:local-repo nil))