I have a list of data frames that I would like to output. The number
of frames may vary
Is there a way to export multiple tables formatted? These are the
three options I came up with. None of them work very well:
Option #3 works the best, but it will append each time it's run in the
doc, so I
Figured it out. Option #2 works with ob-org as long as the defaults
are set to output the results
(setq org-babel-default-header-args:org '((:results . raw) (:exports
. results)))
By default it looks like it's silent.
On Wed, May 22, 2013 at 5:26 PM, Joe Bogner joebog...@gmail.com wrote:
I
Joe Bogner joebog...@gmail.com writes:
Figured it out. Option #2 works with ob-org as long as the defaults
are set to output the results
(setq org-babel-default-header-args:org '((:results . raw) (:exports
. results)))
By default it looks like it's silent.
Another option may be to try