From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Sat, 05 Feb 2011 20:52:25 +0000 Message-ID: <87tygiyzjq.fsf@ucl.ac.uk> References: <4D4B52F8.30203@gmail.com> <877hdgi2bs.fsf@ucl.ac.uk> <20110205092517.69D534560BE@djcbsoftware.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=45237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plp7X-0006vt-9U for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 15:52:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Plp7W-0002Kt-2U for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 15:52:39 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:64752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Plp7V-0002JP-UR for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 15:52:38 -0500 In-Reply-To: <20110205092517.69D534560BE@djcbsoftware.nl> (Dirk-Jan C. Binnema's message of "Sat, 05 Feb 2011 11:25:17 +0200") 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: djcb@djcbsoftware.nl Cc: Org Mode , Marcelo de Moraes Serpa Dirk-Jan C. Binnema writes: > Hi, > >>>>>> On Fri, 04 Feb 2011 09:19:51 +0000, Eric S Fraga ("ESF") wrote: > > >> Imagine being able to pop open a terminal and type '$ org-todo "call so and > >> so on friday" ~/org/task.org' and be done :) > > ESF> I can already do: > > ESF> : emacsclient -e '(org-capture nil "t")' > > ESF> to invoke my todo capture template. I have not yet figured out if one > ESF> could automatically specify the text to go with any particular capture > ESF> template, however. A quick look at the code didn't help me. > > What about using org-protocol? If you have a capture template like: > > ("x" "store todo item from command line" entry > (file+headline "todo.org" "Tasks") > "* TODO %i\n\t%u") > > You can use something like: > > $ emacsclient "org-protocol:/capture:/x/a/b/buy milk" Yes, this works nicely. Thanks! However, it's the first step towards the original specification. We want to be able to simply have the note saved -- that is, no interaction with emacs directly. Can this be done as well? -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.315.g68cf7.dirty)