From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk-Jan C. Binnema Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Sun, 06 Feb 2011 19:52:37 +0200 Message-ID: <20110206175237.234BA4560BE@djcbsoftware.nl> References: <4D4B52F8.30203@gmail.com> <877hdgi2bs.fsf@ucl.ac.uk> <20110205092517.69D534560BE@djcbsoftware.nl> <87tygiyzjq.fsf@ucl.ac.uk> Reply-To: djcb@djcbsoftware.nl Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=57470 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pm8mx-0007Cf-3I for emacs-orgmode@gnu.org; Sun, 06 Feb 2011 12:52:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pm8mu-00077k-Tu for emacs-orgmode@gnu.org; Sun, 06 Feb 2011 12:52:42 -0500 Received: from vs15.mail.saunalahti.fi ([195.197.172.101]:41156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pm8mu-00077J-I7 for emacs-orgmode@gnu.org; Sun, 06 Feb 2011 12:52:40 -0500 Received: from saunalahti-vams (localhost [127.0.0.1]) by vs15.mail.saunalahti.fi (Postfix) with SMTP id 4FB8D103041 for ; Sun, 6 Feb 2011 19:52:39 +0200 (EET) Received: from gw01.mail.saunalahti.fi (gw01.mail.saunalahti.fi [195.197.172.115]) by vs15.mail.saunalahti.fi (Postfix) with ESMTP id 43FB8103041 for ; Sun, 6 Feb 2011 19:52:39 +0200 (EET) Received: from djcbsoftware.nl (a88-114-89-247.elisa-laajakaista.fi [88.114.89.247]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 223A215151F for ; Sun, 6 Feb 2011 19:52:38 +0200 (EET) Received: from cthulhu.mindcrime.djcbsoftware.nl (localhost.localdomain [127.0.0.1]) by djcbsoftware.nl (Postfix) with ESMTP id 234BA4560BE for ; Sun, 6 Feb 2011 19:52:37 +0200 (EET) In-Reply-To: <87tygiyzjq.fsf@ucl.ac.uk> 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 Hi, >>>>> On Sat, 5 Feb 2011 20:52:25 +0000, Eric S Fraga ("ESF") wrote: >> 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" ESF> Yes, this works nicely. Thanks! ESF> However, it's the first step towards the original specification. We ESF> want to be able to simply have the note saved -- that is, no interaction ESF> with emacs directly. Can this be done as well? Sure, there is the immediate-finish property: ("x" "store snippet" entry ;; 's' for 'org-protocol' (file+headline "todo.org" "Notes") "* TODO %i\n\t%u" :immediate-finish t) Best wishes, Dirk. -- Dirk-Jan C. Binnema Helsinki, Finland e:djcb@djcbsoftware.nl w:www.djcbsoftware.nl pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C