From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Emin.shopper Martinian.shopper" Subject: Re: question about org-batch-agend-csv Date: Wed, 24 Mar 2010 08:26:35 -0400 Message-ID: <32e43bb71003240526g7394cc5eg6ab0fcea48f01c57@mail.gmail.com> References: <32e43bb71003220537t4ce5bdflea99ffe2094c7d39@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuPfT-0006BU-QJ for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 08:26:39 -0400 Received: from [140.186.70.92] (port=53136 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuPfS-0006B3-EX for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 08:26:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuPfQ-0004yu-V3 for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 08:26:38 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:52487) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuPfQ-0004yl-Rk for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 08:26:36 -0400 Received: by qw-out-1920.google.com with SMTP id 4so1634879qwk.24 for ; Wed, 24 Mar 2010 05:26:35 -0700 (PDT) In-Reply-To: <32e43bb71003220537t4ce5bdflea99ffe2094c7d39@mail.gmail.com> 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: emacs-orgmode@gnu.org I may be willing to simply write something to export to an Outlook CSV format myself. Could someone point me to some docs or examples on how to write something to export org contents? Thanks, -Emin On Mon, Mar 22, 2010 at 8:37 AM, Emin.shopper Martinian.shopper wrote: > Dear Experts, > > I have a question about org-batch-agenda-csv. I would like to be able > to export my org-agenda to Microsoft outlook. Attempts to do this via > ical files failed because outlook can't seem to read those properly. I > tried using the export for ical discussed at > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg00039.html and > also tried putting in a line which just said METHOD: as suggested in > that thread but this didn't work. > > Further research suggested that outlook can read a simple csv file > format to import. This led me to think that the org-batch-agenda-csv > command could be easily used to produce the csv needed for outlook to > import. Unfortunately, this doesn't work because when I do something > like > > =A0 emacs -batch -eval "(org-batch-agenda-csv \"a\")" > > on cygwin I get results like > > journal,quick morning > stuff,scheduled,,plan:daily,2010-3-22,700,Scheduled:,,1099,2010-3-22 > > where the start time (700) is shown but the end time is not. > > My questions are: > > =A01. Is there a way to get the start/end times to show up better? > =A02. Is there a better way to export to outlook? > > Thanks, > -Emin >