lang/org: add +org/edit-special-same-window
This commit is contained in:
parent
8dc9c46064
commit
68e5140d4a
2 changed files with 7 additions and 0 deletions
|
@ -292,3 +292,9 @@ re-align the table if necessary. (Necessary because org-mode has a
|
||||||
(org-shiftmetadown)
|
(org-shiftmetadown)
|
||||||
(org-shiftmetaup)))
|
(org-shiftmetaup)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun +org/edit-special-same-window ()
|
||||||
|
(interactive)
|
||||||
|
(let ((shackle-rules '(("^\\*Org Src" :align t :select t :regexp t :noesc t :same t))))
|
||||||
|
(call-interactively 'org-edit-special)
|
||||||
|
(doom-buffer-mode +1)))
|
||||||
|
|
|
@ -268,6 +268,7 @@
|
||||||
:n "d" 'org-time-stamp
|
:n "d" 'org-time-stamp
|
||||||
:n "D" 'org-deadline
|
:n "D" 'org-deadline
|
||||||
:n "e" 'org-edit-special
|
:n "e" 'org-edit-special
|
||||||
|
:n "E" '+org/edit-special-same-window
|
||||||
:n "n" (λ! (if (buffer-narrowed-p) (widen) (org-narrow-to-subtree)))
|
:n "n" (λ! (if (buffer-narrowed-p) (widen) (org-narrow-to-subtree)))
|
||||||
:n "r" 'org-refile
|
:n "r" 'org-refile
|
||||||
:n "R" (λ! (org-metaleft) (org-archive-to-archive-sibling)) ; archive to parent sibling
|
:n "R" (λ! (org-metaleft) (org-archive-to-archive-sibling)) ; archive to parent sibling
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue