Fix the export of drawers
commit49690e49ca3f33100fa14ab9e4d498233ee9dd26
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 11 Nov 2009 18:14:43 +0000 (11 19:14 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 11 Nov 2009 18:14:43 +0000 (11 19:14 +0100)
treedea781810f1a3417b21d276de98ecce75a90abc1
parent5ac00be2c04ff9385420c4c54cf9cca63e72fc9b
Fix the export of drawers

Exporting drawers was not really supported, now it is.
Drawers that are selected for export are formatted using the function
specified in the variable `org-export-format-drawer-function'.  If
that is nil, the default `org-export-format-drawer' will publish the
drawer as a colon example, i.e. verbatim and in fixed-width.
lisp/ChangeLog
lisp/org-exp.el