export back-ends: Preserve subsequent blank lines when ignoring comments
commit61bf4a5c3ffb827186d9a2463d316537a48ab6e2
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 22 Feb 2013 10:43:38 +0000 (22 11:43 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 22 Feb 2013 10:43:38 +0000 (22 11:43 +0100)
treee628ed0688774edafbbc966d9bad7abc34550fa2
parentda22d29eb215d360fd0b71f1e0ebb54cb63ca9bb
export back-ends: Preserve subsequent blank lines when ignoring comments

* lisp/ox-latex.el (org-latex-property-drawer): Remove function.
* contrib/lisp/ox-groff.el (org-groff-property-drawer): Remove
  function.

This changes ensures that:

  paragraph
  # comment

  another paragraph

will be exported as:

  paragraph

  another paragraph

and not as:

  paragraph
  another paragraph

It only applies on back-end where empty lines are meaningful (e.g. not
html).
contrib/lisp/ox-groff.el
lisp/ox-ascii.el
lisp/ox-latex.el
lisp/ox-man.el
lisp/ox-md.el
lisp/ox-org.el