From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Org-contacts] 3 2 1 go? Date: Fri, 11 Mar 2011 09:40:36 +0100 Message-ID: <87vczqnj7f.fsf@gnu.org> References: <871v2h1cm3.fsf@phenom.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33959 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxxu9-0005HA-3O for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 03:41:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxxu7-0000oD-Hm for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 03:41:00 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxxu7-0000o1-Cj for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 03:40:59 -0500 Received: by wwc33 with SMTP id 33so2451941wwc.30 for ; Fri, 11 Mar 2011 00:40:58 -0800 (PST) In-Reply-To: (Julien Danjou's message of "Wed, 09 Mar 2011 09:23:05 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael =?iso-8859-1?Q?K=E4ufl?= Cc: emacs-orgmode@gnu.org, Andrea Crotti Hi Michael, Julien Danjou writes: >> F1) csv export >> When writing bulk letters with LaTeX, all I need is a file with the >> recipients addresses in some predefined order. So it would be nice to >> have some export option where I can choose the properties and contacts >> I'd like to export and get a csv file. > > I think it's more an Org problem than an org-contacts one. :) Have a look at EXPERIMENTAL/org-export.el and the use of this library in EXPERIMENTAL/org-mediawiki.el: org-export.el has a filtering mechanism that allows the user to select what subtree will be exported. This can be useful in your case. HTH, -- Bastien