emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org entries from tables


From: Eric Abrahamsen
Subject: Re: [O] Org entries from tables
Date: Wed, 03 Jul 2013 17:52:21 +0800
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

Bastien <address@hidden> writes:

> Hi Baptiste,
>
> Baptiste <address@hidden> writes:
>
>> Is there a way back (or the other way), that is, create org entries with 
>> associated properties from a table. 
>
> Not to my knowledge (and that of the Org FAQ, FWIW...)
>
> Sorry!

If you were very, very adventurous, however, you could make a babel
block that read rows from a table, marshaled the data into an
org-element parse tree (maybe use `org-element-at-point' on an example
heading to see what the parse tree should look like), and then use
`org-element-interpret-data' to write the tree(s) as text in org syntax.
Probably a lot of work...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]