From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Fri, 04 Feb 2011 10:48:36 -0500 Message-ID: <87fws3242z.fsf@fastmail.fm> References: <4D4B52F8.30203@gmail.com> <4D4B6E9F.5080900@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlNtq-0005XZ-7U for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 10:48:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlNto-0007bJ-RH for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 10:48:42 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:51576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlNto-0007ay-Hn for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 10:48:40 -0500 In-Reply-To: <4D4B6E9F.5080900@gmail.com> (Torsten Wagner's message of "Fri, 04 Feb 2011 12:12:31 +0900") 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: Torsten Wagner Cc: Org Mode , Marcelo de Moraes Serpa Torsten Wagner writes: > Actually, this comes down to the point which was discussed already > sometimes. Creating a org-mode API which could be accessed from > CLI-tools was well as from other programs (Thunderbird and Firfox > plugins come to my mind but Conky and other programs might use it to > extract data from org-mode too.) +1 Perhaps the python parsers discussed in previous threads would provide a nice starting point. Though one might require something that could parse org-files a bit more quickly. :) I imagine one problem here would be potential IO conflicts if one has org files open in emacs and simultaneously trieds to access them from the command line, API, etc. - Matt