emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Org mode export to HTML not working correctly with code blocks if bl


From: Omid
Subject: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented
Date: Tue, 15 Oct 2013 21:19:18 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hello All,

When exporting to HTML (Org mode version 8.2.1 ELPA; GNU Emacs version
24.3.1) I see the a strange behavior which can be reproduced with the
following minimal example:

This exports correctly
  #+BEGIN_SRC sh
ls
  #+END_SRC

- This also exports correctly
#+BEGIN_SRC sh
ls
#+END_SRC

- This does NOT export correctly (code block is not detected)
  #+BEGIN_SRC sh
ls
  #+END_SRC

Is there any way around this behavior without removing the indentation
for the code block delimiters?

Thanks,

-- 
Omid

Sent from my Emacs



reply via email to

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