Variable: embark-org-heading-map
embark-org-heading-map is a variable defined in embark-org.el.
Value
Large value
+ outline-show-subtree
, org-priority
- negative-argument
- outline-hide-subtree
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
: org-set-tags-command
< outline-promote
<left> org-do-promote
<right> org-do-demote
> outline-demote
A embark-act-all
B embark-become
C-SPC mark
C-SPC outline-mark-subtree
C-r embark-isearch-backward
C-s embark-isearch-forward
D org-delete-property
DEL delete-region
E embark-export
H org-insert-todo-heading-respect-content
I org-clock-in
L embark-live
N org-narrow-to-subtree
O org-clock-out
P org-set-property
R embark-org-refile-here
RET org-todo
RET outline-show-subtree
S embark-collect
SPC embark-select
T org-tree-to-indirect-buffer
TAB org-cycle
TAB outline-cycle
^ outline-move-subtree-up
a org-archive-subtree-default-with-confirmation
b outline-backward-same-level
d org-deadline
f outline-forward-same-level
h org-insert-heading-respect-content(var)/org-insert-heading-respect-content(fun)
i embark-insert
j embark-org-insert-link-to
k org-cut-subtree
l org-store-link
n outline-next-visible-heading
o org-sort
p outline-previous-visible-heading
q embark-toggle-quit
r org-refile
s org-schedule
t org-todo
u outline-up-heading
v outline-move-subtree-down
w embark-copy-as-kill
Documentation
Keymap for actions on Org headings.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark-org.el
(defvar-keymap embark-org-heading-map
:doc "Keymap for actions on Org headings."
:parent embark-heading-map
"RET" #'org-todo
"TAB" #'org-cycle
"t" #'org-todo
"s" #'org-schedule
"d" #'org-deadline
"," #'org-priority
":" #'org-set-tags-command
"P" #'org-set-property
"D" #'org-delete-property
"k" #'org-cut-subtree
"N" #'org-narrow-to-subtree
"T" #'org-tree-to-indirect-buffer
"<left>" #'org-do-promote
"<right>" #'org-do-demote
"o" #'org-sort
"r" #'org-refile
"R" #'embark-org-refile-here
"I" #'org-clock-in
"O" #'org-clock-out
"a" #'org-archive-subtree-default-with-confirmation
"h" #'org-insert-heading-respect-content
"H" #'org-insert-todo-heading-respect-content
"l" #'org-store-link
"j" #'embark-org-insert-link-to)