From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Fri, 04 Feb 2011 13:03:37 +0900 Message-ID: <4D4B7A99.9060907@gmail.com> References: <4D4B52F8.30203@gmail.com> <4D4B6E9F.5080900@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlCta-0005Ol-TI for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:03:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlCtZ-0007zU-Pj for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:03:42 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:38940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlCtZ-0007zN-L2 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:03:41 -0500 Received: by pvc30 with SMTP id 30so472176pvc.0 for ; Thu, 03 Feb 2011 20:03:40 -0800 (PST) In-Reply-To: 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: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the org-mode function might do this already, however, I guess a decent layer which hides the complex org-mode routines and provides simple to use in- and output functions might be more effective. Greetings Totti