emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [BUG] Code bloc after sublist isn't exported to LaTeX


From: Nicolas Girard
Subject: [Orgmode] [BUG] Code bloc after sublist isn't exported to LaTeX
Date: Tue, 8 Dec 2009 13:24:53 +0100

Hi,

the following sample document contains 3 code blocs ; only 2 of them
are properly exported to LaTeX.

#=====
* Section

- A :: alpha

  - Aa

  - Bb

    #+begin_src emacs-lisp
     (message "This works")
    #+end_src

  #+begin_src emacs-lisp
   (message "This doesn't")
  #+end_src

- B :: beta

#+begin_src emacs-lisp
  (message "This works")
#+end_src
#=====

-- 
Nicolas




reply via email to

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