mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-07 15:22:06 +00:00
Allow special editing of SETUPFILE keywords again
* lisp/org.el (org-edit-special): Fix regression.
This commit is contained in:
parent
cf968c510c
commit
780b453227
@ -19472,7 +19472,7 @@ Otherwise, return a user error."
|
||||
(funcall (intern (concat "org-babel-prep-session:" lang))
|
||||
session params)))))
|
||||
(keyword
|
||||
(if (equal (org-element-property :key element) "INCLUDE")
|
||||
(if (member (org-element-property :key element) '("INCLUDE" "SETUPFILE"))
|
||||
(find-file
|
||||
(org-remove-double-quotes
|
||||
(car (org-split-string (org-element-property :value element)))))
|
||||
|
Loading…
Reference in New Issue
Block a user