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

2009-12-10 Thread Carsten Dominik
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,

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

2009-12-08 Thread Nicolas Girard
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 :: b