From d6c5d18a87829846cafa917ae80669bea2c7f508 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 26 Apr 2020 20:26:38 -0400 Subject: [PATCH] Bump to emacs-straight/org-mode@3106837 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. --- modules/lang/org/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 290071e58..07fc7a7cf 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -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))