Merge branch 'bugfix'
This commit is contained in:
commit
a08c37603f
|
@ -1253,11 +1253,12 @@ After the drawer.
|
||||||
#+findex: org-insert-drawer
|
#+findex: org-insert-drawer
|
||||||
You can interactively insert a drawer at point by calling
|
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
|
~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
|
active region, this command puts the region inside the drawer. With a
|
||||||
a prefix argument, this command calls ~org-insert-property-drawer~,
|
prefix argument, this command calls non-interactive function
|
||||||
which creates a =PROPERTIES= drawer right below the current headline.
|
~org-insert-property-drawer~, which creates a =PROPERTIES= drawer
|
||||||
Org mode uses this special drawer for storing properties (see
|
right below the current headline. Org mode uses this special drawer
|
||||||
[[*Properties and Columns]]). You cannot use it for anything else.
|
for storing properties (see [[*Properties and Columns]]). You cannot use
|
||||||
|
it for anything else.
|
||||||
|
|
||||||
Completion over drawer keywords is also possible using
|
Completion over drawer keywords is also possible using
|
||||||
{{{kbd(M-TAB)}}}[fn:6].
|
{{{kbd(M-TAB)}}}[fn:6].
|
||||||
|
|
Loading…
Reference in New Issue