"Thomas S. Dye" writes:
> Aloha Rainer,
>
> Perhaps this will work? Eric Schulte wrote a function to make a LaTeX
> table out of an Org-mode table.
Ah, thanks for suggesting this Tom, I'd forgotten about that function.
If you'll indulge me, I'd like to expound upon the library of babel
(lob) a
Aloha Rainer,
Perhaps this will work? Eric Schulte wrote a function to make a LaTeX
table out of an Org-mode table. You should be able to call it from
within a LaTeX source block that tangles to a suitably named file.
There is an added benefit in the support for booktabs rules, so you'll
Hi Rainer,
I'm not sure that code blocks are the solution for this particular
problem. The following simple function should do what you want.
--8<---cut here---start->8---
(defun schulte/current-table-to-tex (file)
"Export the current table as latex to FILE.
Hi
Based on a discussion in the thread "Problem with PROPERTIES :OPTIONS: when
exporting subtree", The idea came ub by Mathew Lundin to be able to "send
the results or a source code block (either executed code or exported org
snippets) via babel to a target in an external file.".
The scenario or