summaryrefslogtreecommitdiff
path: root/doc/misc/org.org
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-01-07 23:50:54 -0500
committerKyle Meyer <kyle@kyleam.com>2023-01-07 23:50:54 -0500
commite04b3d41bb41ccca3d403345b12b9a614213d488 (patch)
tree2ce0af2fba5c40e1f0e6e99f35575d25a701fde9 /doc/misc/org.org
parente3d806b4172f16c446bb3c5b31a160ed24fa5244 (diff)
downloademacs-e04b3d41bb41ccca3d403345b12b9a614213d488.tar.gz
emacs-e04b3d41bb41ccca3d403345b12b9a614213d488.tar.bz2
emacs-e04b3d41bb41ccca3d403345b12b9a614213d488.zip
Update to Org 9.6-90-ga6523f
Diffstat (limited to 'doc/misc/org.org')
-rw-r--r--doc/misc/org.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/misc/org.org b/doc/misc/org.org
index ed3eb0626f2..7ca2cce9e7f 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -1249,11 +1249,12 @@ After the drawer.
#+findex: org-insert-drawer
You can interactively insert a drawer at point by calling
~org-insert-drawer~, which is bound to {{{kbd(C-c C-x d)}}}. With an
-active region, this command puts the region inside the drawer. With
-a prefix argument, this command calls ~org-insert-property-drawer~,
-which creates a =PROPERTIES= drawer right below the current headline.
-Org mode uses this special drawer for storing properties (see
-[[*Properties and Columns]]). You cannot use it for anything else.
+active region, this command puts the region inside the drawer. With a
+prefix argument, this command calls non-interactive function
+~org-insert-property-drawer~, which creates a =PROPERTIES= drawer
+right below the current headline. Org mode uses this special drawer
+for storing properties (see [[*Properties and Columns]]). You cannot use
+it for anything else.
Completion over drawer keywords is also possible using
{{{kbd(M-TAB)}}}[fn:6].