From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ruslan Kosolapov Subject: how to get all entries with filled fields in csv? Date: Thu, 31 May 2007 19:49:01 +0700 Message-ID: <87odk117lu.fsf@kosolapov-nb.plesk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Htk5S-0007YR-VB for emacs-orgmode@gnu.org; Thu, 31 May 2007 08:49:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Htk5R-0007Xd-8X for emacs-orgmode@gnu.org; Thu, 31 May 2007 08:49:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Htk5Q-0007XU-W6 for emacs-orgmode@gnu.org; Thu, 31 May 2007 08:49:05 -0400 Received: from gw-swsoft2.ll-nsk.zsttk.ru ([82.200.65.190] helo=mail3.plesk.ru) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Htk5Q-0007Tn-Ce for emacs-orgmode@gnu.org; Thu, 31 May 2007 08:49:04 -0400 Received: from kosolapov-nb.plesk.ru (unknown [192.168.62.133]) by mail3.plesk.ru (Postfix) with ESMTP id 2E4A31A9CE1 for ; Thu, 31 May 2007 19:49:02 +0700 (NOVST) 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: org-mode I want to get ALL entries from my org-file as csv (I want to parse it and create some things like Gantt chart etc). (org-batch-agenda-csv "a") give me: IncOfPfW,WWW - certificates 4h,upcoming-deadline,NEW,sveta,2007-6-26,,In 26 d.:,B,984 I.e. all fields filled well. But there are only agenda on current week, and there are no DONE items. Anyway, I need very custom views, and week agenda can solve my problem only if will contain all todo keywords (DONE too) and will be created for custom date interval (now I need current year, i.e. "2007-01-01 - 2008-01-01"). As far as I understand, now such ability is absent. (org-batch-agenda-csv "t") returns me all TODOs, but without deadline (and without DONE items): IncOfPfW,WWW - certificates 4h,todo,NEW,sveta,,,,B,1001 Is there any way to get deadlines (and schedule time too) in custom-agenda-commands view? Or maybe there are other way to get all entries in parseable format? -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc.