EXPORT: Fix the options parser
commitd752029422ab506321a301577c84c23ea958e7a6
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 5 May 2011 07:08:13 +0000 (5 09:08 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 5 May 2011 07:08:13 +0000 (5 09:08 +0200)
tree9250f018a36842f4e0cf47e1c2949180f16c2624
parentcd0446243861487096983f09e545105551af7f10
EXPORT: Fix the options parser

* lisp/org-exp.el (org-export-add-options-to-plist): Fix the option parser

This fixes up commit aa6dba8a74016587755c250bb8cc4743a4082ea1.
Instead of looking for the start of a word (which does not work for
the options that are characters), it looks for the beginning of the
line or a whitespace character preceding the option.
lisp/org-exp.el