org.el (org-edit-special): Use `find-file-other-window'
* org.el (org-edit-special): Use `find-file-other-window' when visiting included files.
This commit is contained in:
parent
e3b64b93e0
commit
6ea3dee45d
|
@ -20249,7 +20249,7 @@ Otherwise, return a user error."
|
|||
session params))))))
|
||||
(keyword
|
||||
(if (member (org-element-property :key element) '("INCLUDE" "SETUPFILE"))
|
||||
(find-file
|
||||
(find-file-other-window
|
||||
(org-remove-double-quotes
|
||||
(car (org-split-string (org-element-property :value element)))))
|
||||
(user-error "No special environment to edit here")))
|
||||
|
|
Loading…
Reference in New Issue