diff options
| author | Kyle Meyer | 2023-01-07 23:50:54 -0500 |
|---|---|---|
| committer | Kyle Meyer | 2023-01-07 23:50:54 -0500 |
| commit | e04b3d41bb41ccca3d403345b12b9a614213d488 (patch) | |
| tree | 2ce0af2fba5c40e1f0e6e99f35575d25a701fde9 /doc/misc | |
| parent | e3d806b4172f16c446bb3c5b31a160ed24fa5244 (diff) | |
| download | emacs-e04b3d41bb41ccca3d403345b12b9a614213d488.tar.gz emacs-e04b3d41bb41ccca3d403345b12b9a614213d488.zip | |
Update to Org 9.6-90-ga6523f
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/org.org | 11 |
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 |
| 1250 | You can interactively insert a drawer at point by calling | 1250 | You 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 |
| 1252 | active region, this command puts the region inside the drawer. With | 1252 | active region, this command puts the region inside the drawer. With a |
| 1253 | a prefix argument, this command calls ~org-insert-property-drawer~, | 1253 | prefix argument, this command calls non-interactive function |
| 1254 | which creates a =PROPERTIES= drawer right below the current headline. | 1254 | ~org-insert-property-drawer~, which creates a =PROPERTIES= drawer |
| 1255 | Org mode uses this special drawer for storing properties (see | 1255 | right below the current headline. Org mode uses this special drawer |
| 1256 | [[*Properties and Columns]]). You cannot use it for anything else. | 1256 | for storing properties (see [[*Properties and Columns]]). You cannot use |
| 1257 | it for anything else. | ||
| 1257 | 1258 | ||
| 1258 | Completion over drawer keywords is also possible using | 1259 | Completion over drawer keywords is also possible using |
| 1259 | {{{kbd(M-TAB)}}}[fn:6]. | 1260 | {{{kbd(M-TAB)}}}[fn:6]. |