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 like > > #+lob: elispgantt(table=gantttest) :results latex > > should work > > Cheers -- Eric I guess the question is why doesn't the function call take the specified arguments in the definition of the babel code as defaults? I thought you were merging the parameters? If the ":results latex" argument has been specified in the #+begin_src line, why do we need to repeat it here? Thanks, eric