From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: [BUG] Code bloc after sublist isn't exported to LaTeX Date: Tue, 8 Dec 2009 13:24:53 +0100 Message-ID: <51b0095d0912080424wfa5c518wbd345bacd21ad5f1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHz7l-000211-TN for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 07:25:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHz7g-0001yW-Kp for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 07:25:01 -0500 Received: from [199.232.76.173] (port=49720 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHz7g-0001yO-BH for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 07:24:56 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:58018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHz7f-0000iR-UI for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 07:24:56 -0500 Received: by fxm5 with SMTP id 5so5581154fxm.8 for ; Tue, 08 Dec 2009 04:24:54 -0800 (PST) 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: emacs-orgmode 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