Re: [O] How to export property values of agenda selection?

2013-04-08 Thread Karl Maihofer
Hi Christian, Christian Moe mail at christianmoe.com writes: I'm not quite clear on your use case / desired result now. Why do you want results through batch mode on the command line in order to embed them in a webpage? Embed how? Is this something you could perhaps do simply by exporting

Re: [O] How to export property values of agenda selection?

2013-04-07 Thread Christian Moe
Hi, If I recall, you have a bunch of tagged headings with EMAIL properties, and you want to extract a comma-separated list of email addresses based on tag matching. I posted an example of one approach, using a Babel block to put results inline. I'm not quite clear on your use case / desired

Re: [O] How to export property values of agenda selection?

2013-04-06 Thread Karl Maihofer
Christian Moe mail at christianmoe.com writes: I don't know how to do it from the agenda selection, but here's a pretty simple way to do it in the document buffer using Babel: #+NAME: list2csv #+BEGIN_SRC emacs-lisp :var match=topic2 (mapconcat 'identity

Re: [O] How to export property values of agenda selection?

2013-03-27 Thread Karl Maihofer
Christian Moe mail at christianmoe.com writes: I don't know how to do it from the agenda selection, but here's a pretty simple way to do it in the document buffer using Babel: Christian, thanks a lot! That does the job. Kind regards, Karl

[O] How to export property values of agenda selection?

2013-03-26 Thread Karl Maihofer
I'd like to manage some distribution (mailing) lists in Org. This works great using tags and agenda column view. I have an Org file like this: #+COLUMNS: %25ITEM %30EMAIL %20TAGS * Peter Mayer :topic1:topic2: :PROPERTIES: :EMAIL:

Re: [O] How to export property values of agenda selection?

2013-03-26 Thread Christian Moe
Karl Maihofer writes: * Peter Mayer :topic1:topic2: :PROPERTIES: :EMAIL:pe...@mayer.com :END: * Karl August:topic1:topic2:topic4: :PROPERTIES: :EMAIL: k...@august.com :END: * Peter Müller