Tune org-babel transient state.

When navigating source code blocks, it is now possible to execute several of
them without exiting the transient state.
This commit is contained in:
Pierre Balayé 2020-05-21 15:20:03 +02:00 committed by Maximilian Wolff
parent eab3081388
commit 3b4f9ecd37
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ Will work on both org-mode and any mode that accepts plain html."
("k" org-babel-previous-src-block)
("g" org-babel-goto-named-src-block)
("z" recenter-top-bottom)
("e" org-babel-execute-maybe :exit t)
("e" org-babel-execute-maybe)
("'" org-edit-special :exit t)))))
(defun org/init-org-agenda ()