From: Bernd Weiss <bernd.weiss@uni-koeln.de>
To: emacs-orgmode@gnu.org
Subject: Export properties as (csv) table
Date: Tue, 04 Sep 2012 20:04:10 +0200 [thread overview]
Message-ID: <5046429A.8080409@uni-koeln.de> (raw)
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
next reply other threads:[~2012-09-04 18:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 18:04 Bernd Weiss [this message]
2012-09-04 19:26 ` Export properties as (csv) table Nick Dokos
2012-09-05 4:11 ` Bernd Weiss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5046429A.8080409@uni-koeln.de \
--to=bernd.weiss@uni-koeln.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.