aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorKyle Meyer2023-01-07 23:50:54 -0500
committerKyle Meyer2023-01-07 23:50:54 -0500
commite04b3d41bb41ccca3d403345b12b9a614213d488 (patch)
tree2ce0af2fba5c40e1f0e6e99f35575d25a701fde9 /doc/misc
parente3d806b4172f16c446bb3c5b31a160ed24fa5244 (diff)
downloademacs-e04b3d41bb41ccca3d403345b12b9a614213d488.tar.gz
emacs-e04b3d41bb41ccca3d403345b12b9a614213d488.zip
Update to Org 9.6-90-ga6523f
Diffstat (limited to 'doc/misc')
-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.
1249#+findex: org-insert-drawer 1249#+findex: org-insert-drawer
1250You can interactively insert a drawer at point by calling 1250You can interactively insert a drawer at point by calling
1251~org-insert-drawer~, which is bound to {{{kbd(C-c C-x d)}}}. With an 1251~org-insert-drawer~, which is bound to {{{kbd(C-c C-x d)}}}. With an
1252active region, this command puts the region inside the drawer. With 1252active region, this command puts the region inside the drawer. With a
1253a prefix argument, this command calls ~org-insert-property-drawer~, 1253prefix argument, this command calls non-interactive function
1254which creates a =PROPERTIES= drawer right below the current headline. 1254~org-insert-property-drawer~, which creates a =PROPERTIES= drawer
1255Org mode uses this special drawer for storing properties (see 1255right below the current headline. Org mode uses this special drawer
1256[[*Properties and Columns]]). You cannot use it for anything else. 1256for storing properties (see [[*Properties and Columns]]). You cannot use
1257it for anything else.
1257 1258
1258Completion over drawer keywords is also possible using 1259Completion over drawer keywords is also possible using
1259{{{kbd(M-TAB)}}}[fn:6]. 1260{{{kbd(M-TAB)}}}[fn:6].