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

2010-10-16 Thread Eric S Fraga
On Sat, 16 Oct 2010 08:59:03 -0600, "Eric Schulte" wrote: > > 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 li

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

2010-10-16 Thread Eric Schulte
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 -

[Orgmode] [Babel] Library calls and begin_example

2010-10-15 Thread 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 late