emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [org-e-html] New HTML exporter has an extra blank line in pre sectio


From: Bernt Hansen
Subject: [O] [org-e-html] New HTML exporter has an extra blank line in pre sections
Date: Tue, 05 Jun 2012 12:48:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

I noticed that the new exporter has one extra blank line in the output
of source and example blocks while the old exporter does not.

Regards,
Bernt

--8<---------------cut here---------------end--------------->8---
* Test export

#+begin_src sql
  SELECT * FROM some_table
#+end_src

#+begin_example
  Example text goes here
#+end_example
--8<---------------cut here---------------end--------------->8---

,----[ old exporter output ]
| <pre class="src src-sql"><span class="org-keyword">SELECT</span> * <span 
class="org-keyword">FROM</span> some_table
| </pre>
| 
| ...
| 
| <pre class="example">Example text goes here
| </pre>
`----
* new exporter
[2012-06-05 Tue 12:41]

,----[ new exporter ]
| <pre class="src src-sql"><span style="color: #a020f0;">SELECT</span> * <span 
style="color: #a020f0;">FROM</span> some_table
| 
| </pre>
| 
| ...
| 
| <pre class="example">
| Example text goes here
| 
| </pre>
`----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]