Let #+DRAWERS append new drawers to `org-drawers', instead of replacing them.
commit5bb59a3fdf6291ccfc0a761917f7eb80e9e7b95f
authorBastien Guerry <bzg@altern.org>
Thu, 26 Jan 2012 08:42:04 +0000 (26 09:42 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 28 Jan 2012 23:47:50 +0000 (29 00:47 +0100)
treeeab1f5f680c06facb5f85c78f6788744ac5aeef2
parent3639bf75933903deda33f584a3a00ea9af1d95de
Let #+DRAWERS append new drawers to `org-drawers', instead of replacing them.

* org.el (org-set-regexps-and-options): Set the value of
`org-drawers' by adding the value of the infile #+DRAWERS
option to that of the existing `org-drawers'.

* org.texi (Drawers): Clearly states that #+DRAWERS will add
drawers to the one originally listed in `org-drawers'.
doc/org.texi
lisp/org.el