emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] [BUG] Code bloc after sublist isn't exported to LaTeX
Date: Thu, 10 Dec 2009 09:27:28 +0100

Hi Nicolas,

this is an old problem with the LaTeX list parser - it has come up
here in previous discussions a lot.

You currently cannot have text after a sublist in an itemize tree.

It is high on my list, but a bitch to fix.

- Carsten


On Dec 8, 2009, at 1:24 PM, Nicolas Girard wrote:

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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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