mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
org-reload: now also reloading babel files
* lisp/org.el (org-reload): now also reloading babel files
This commit is contained in:
parent
c0eb6cfa88
commit
aad9ce99ab
@ -17702,7 +17702,7 @@ Your bug report will be posted to the Org-mode mailing list.
|
||||
With prefix arg UNCOMPILED, load the uncompiled versions."
|
||||
(interactive "P")
|
||||
(require 'find-func)
|
||||
(let* ((file-re "^\\(org\\|orgtbl\\)\\(\\.el\\|-.*\\.el\\)")
|
||||
(let* ((file-re "^\\(ob\\|org\\|orgtbl\\)\\(\\.el\\|-.*\\.el\\)")
|
||||
(dir-org (file-name-directory (org-find-library-name "org")))
|
||||
(dir-org-contrib (ignore-errors
|
||||
(file-name-directory
|
||||
|
Loading…
Reference in New Issue
Block a user