emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export properties as (csv) table
@ 2012-09-04 18:04 Bernd Weiss
  2012-09-04 19:26 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Weiss @ 2012-09-04 18:04 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,

Let's say I have the following entries and their associated properties. 
Is there an easy way to export these information as csv formated table?

* Marc, Mart					       :Mart_Marc::
     :PROPERTIES:
     :name: Marc, Mart
     :typ: diss
     :empirisch: ja
     :status: angemeldet
     :END:
* Marc, Mart2					       :Mart_Marc2:
     :PROPERTIES:
     :name: Marc, Mart2
     :typ: diss
     :empirisch: ja
     :status: angemeldet
     :END:

The final csv table would look like this:

name, typ, empirisch, status
Mart, Marc; diss; ja; angemeldet
Mart2, Marc; diss; ja; angemeldet


I played around with dynamic blocks and spent some time trying to 
understand the property API but since my elips skills are very (very) 
limited to no avail...

Thanks,

Bernd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-05  4:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 18:04 Export properties as (csv) table Bernd Weiss
2012-09-04 19:26 ` Nick Dokos
2012-09-05  4:11   ` Bernd Weiss

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).