Fix a regexp in HTML and DocBook exporters
commit679a0e1fe93d630820185f931087328d32e81077
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Oct 2011 14:39:31 +0000 (25 16:39 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Oct 2011 14:39:31 +0000 (25 16:39 +0200)
treeeca11269defbef4a6c3fb8a74fba34f38bb303f2
parent8444207d3e65e107b6d00d320b156ec65bf80abe
Fix a regexp in HTML and DocBook exporters

* lisp/org-docbook.el (org-export-as-docbook): Fix regexp.
* lisp/org-html.el (org-export-as-html): Fix regexp.

The erroneous regexp would identify the string " *" as an headline.
lisp/org-docbook.el
lisp/org-html.el