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