From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Exporting #+lob Date: Sun, 17 Oct 2010 09:34:37 -1000 Message-ID: <68543EED-F3EF-49B1-9569-F753CAC44E1A@tsdye.com> References: <58EEABEE-9247-434F-A861-5CB641A6CA56@tsdye.com> <87zkuc7k74.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7Z0I-0002bl-Bt for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 15:34:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7Z0H-0003g7-8d for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 15:34:46 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:33903) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P7Z0H-0003ft-20 for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 15:34:45 -0400 In-Reply-To: <87zkuc7k74.fsf@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: Eric Schulte Cc: emacs-orgmode Mailinglist Hi Eric, I'm not sure it's a bug. It works on Eric Fraga's installation. Perhaps I have something set up incorrectly. The following approach works on my installation, so I haven't taken the time to chase down the problem I'm having with exporting # +begin_example ... #+end_example. #+begin_src org :exports code ,#+lob: elispgantt(table=gantttesttable) :results output latex #+end_src Let me know if you want me to investigate further. Thanks for your help, Tom On Oct 17, 2010, at 8:22 AM, Eric Schulte wrote: > This looks like a bug, the export of lob lines needs to be better > about > recognizing if it is inside of a protected environment. Thanks for > pointing this out. > > In the mean time the following syntax should work... > : #+lob: elispgantt(table=gantttesttable) :results output latex > > Best -- Eric > > BTW: Do you still intend to add the elispgantt code to the library of > babel distributed with Org-mode? If so I'm happy to handle the > commit if you send me the code or a patch. > > "Thomas S. Dye" writes: > >> Aloha all, >> >> This bit of an Org-mode buffer: >> >> #+begin_example >> #+lob: elispgantt(table=gantttesttable) :results output latex >> #+end_example >> >> is exported to LaTeX like this: >> >> \begin{lstlisting} >> : elispgantt(table=gantttesttable) >> \end{lstlisting} >> >> How can I get the header arguments (:results output latex) into the >> LaTeX output? >> >> All the best, >> Tom >> >> _______________________________________________ >> 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