From 114c39a90f291614b61e9245627bd9a017eccfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20Pell=C3=A9?= Date: Tue, 27 Jan 2015 17:15:53 +0100 Subject: [PATCH 84/84] add drawers declaration --- doc/org.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/org.texi b/doc/org.texi index 18c9c4d..7ac3dc6 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1852,6 +1852,8 @@ this: After the drawer. @end example +Every drawer must be declared to org before its usage. There are two possibles ways: globally, customizing the variable @code{org-drawers} or per file, using @code{#+DRAWERS:} keyword. + You can interactively insert drawers at point by calling @code{org-insert-drawer}, which is bound to @key{C-c C-x d}. With an active region, this command will put the region inside the drawer. With a prefix -- 2.1.4