* Org entries from tables
@ 2013-07-03 8:19 Baptiste
2013-07-03 8:26 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Baptiste @ 2013-07-03 8:19 UTC (permalink / raw)
To: emacs-orgmode
Hi,
it is a nice feature to be able to export structured org entries as a table
(through column view generated table).
Is there a way back (or the other way), that is, create org entries with
associated properties from a table.
Lot of people is using spreadsheet to organise its data, then it would be
nice if their is an easy way to import this information formated as table
into an org file (structured as org entries, which is better for in many
ways).
Thanks.
--- Bat.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org entries from tables
2013-07-03 8:19 Org entries from tables Baptiste
@ 2013-07-03 8:26 ` Bastien
2013-07-03 9:52 ` Eric Abrahamsen
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2013-07-03 8:26 UTC (permalink / raw)
To: Baptiste; +Cc: emacs-orgmode
Hi Baptiste,
Baptiste <bateast@bat.fr.eu.org> 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!
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org entries from tables
2013-07-03 8:26 ` Bastien
@ 2013-07-03 9:52 ` Eric Abrahamsen
0 siblings, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2013-07-03 9:52 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bzg@gnu.org> writes:
> Hi Baptiste,
>
> Baptiste <bateast@bat.fr.eu.org> 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...
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-03 9:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 8:19 Org entries from tables Baptiste
2013-07-03 8:26 ` Bastien
2013-07-03 9:52 ` Eric Abrahamsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).