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 -