On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody
<rustompmody@gmail.com> wrote:
Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer?
Context is editing source code which contains a largeish table of (say) constants.
Editing is done with orgtbl minor mode.
When done it should become back the table in the natural format of the programming language
[For simplicity lets just say csv will do]
Using an Org Babel code block (which you have to write, of course) taking as
input your table, and outputting your constants in the wished format should do
what you're looking for, right?