From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: Re: [Babel] Library calls and begin_example, where may I find the code ? Date: Sat, 16 Oct 2010 19:12:24 +0200 Message-ID: References: <1EB2B610-4AE1-4744-BE05-73427497A5F2@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7AJG-0002C0-3P for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 13:12:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7AJF-0005SM-6E for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 13:12:42 -0400 Received: from lo.gmane.org ([80.91.229.12]:55600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7AJE-0005S2-N7 for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 13:12:41 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7AJD-0008Cc-Cf for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 19:12:39 +0200 Received: from p54a88d1d.dip0.t-ipconnect.de ([84.168.141.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2010 19:12:39 +0200 Received: from ihm by p54a88d1d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2010 19:12:39 +0200 In-Reply-To: <1EB2B610-4AE1-4744-BE05-73427497A5F2@tsdye.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: emacs-orgmode@gnu.org Hello ! Sorry for bothering but I have not been able to find this code. Could you please provide a pointer ? Thanx a lot ! with kind regards, Marc-Oliver Ihm Am 16.10.2010 04:55, schrieb Thomas S. Dye: > Aloha all, > > I'm working with Eric Fraga's GANTT chart code, posted here recently. > I'd like to move it into the Library of Babel so I can call it from any > Org-mode buffer. Here is the (modified) header: > > #+source: elispgantt > #+begin_src emacs-lisp :var table=gantttest :results output latex > :exports code > > When this code is in the Org-mode buffer, the results are wrapped in > BEGIN_latex ... END_latex, which is just what I want. > > When the same code is in the Library of Babel and is called like this: > > #+lob: elispgantt(table=gantttest) > > the results are wrapped in begin_example ... end_example, which is not > what I want. > > How can I get the LOB code to perform like its in-buffer sibling and > wrap the output in BEGIN_latex ... END_latex? > > 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 >