From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] Code bloc after sublist isn't exported to LaTeX Date: Thu, 10 Dec 2009 09:27:28 +0100 Message-ID: <2D15B4E9-8478-49AE-AF3E-04E4EE182716@gmail.com> References: <51b0095d0912080424wfa5c518wbd345bacd21ad5f1@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIehw-0005vg-Qf for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 03:49:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIehs-0005pJ-3N for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 03:49:08 -0500 Received: from [199.232.76.173] (port=35869 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIehr-0005pA-Tl for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 03:49:03 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:42884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIehr-0000qy-Hw for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 03:49:03 -0500 Received: by mail-ew0-f224.google.com with SMTP id 24so8984965ewy.26 for ; Thu, 10 Dec 2009 00:49:03 -0800 (PST) In-Reply-To: <51b0095d0912080424wfa5c518wbd345bacd21ad5f1@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Girard Cc: emacs-orgmode 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten