From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Exporting #+lob Date: Sat, 16 Oct 2010 19:59:10 -1000 Message-ID: <58EEABEE-9247-434F-A861-5CB641A6CA56@tsdye.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=57710 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7MH7-0001b8-A8 for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:59:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7MH6-0005bU-40 for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:59:17 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:33216) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P7MH5-0005au-Sd for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:59:16 -0400 Received: from cpe-66-91-68-127.hawaii.res.rr.com ([66.91.68.127] helo=[192.168.1.4]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1P7MH2-0000TL-Av for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 23:59:13 -0600 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 Mailinglist 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