emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [Babel] Library calls and begin_example


From: Eric Schulte
Subject: Re: [Orgmode] [Babel] Library calls and begin_example
Date: Sat, 16 Oct 2010 08:59:03 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Hi Tom,

See the "Evaluating code blocks" section of the manual for information
on how to pass header arguments to #+call: lines

http://orgmode.org/manual/Evaluating-code-blocks.html#Evaluating-code-blocks

something like 

  #+lob: elispgantt(table=gantttest) :results latex

should work

Cheers -- Eric

"Thomas S. Dye" <address@hidden> writes:

> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]