From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Fri, 04 Feb 2011 09:19:51 +0000 Message-ID: <877hdgi2bs.fsf@ucl.ac.uk> References: <4D4B52F8.30203@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33664 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlIai-0001Fo-7K for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 05:08:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlIag-0007hk-HI for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 05:08:36 -0500 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:56352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlIag-0007hV-9R for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 05:08:34 -0500 In-Reply-To: (John Hendy's message of "Thu, 3 Feb 2011 20:59:40 -0600") 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: John Hendy Cc: Org Mode , Marcelo de Moraes Serpa John Hendy writes: [...] > Perhaps a nice tradeoff would be to get something from the command line that > could work with one's remember template via the command line. This is yes, using org-capture does help a lot and combining this with emacsclient does give the ability to do command line capturing quite nicely. > these kinds of notes... faster than (for me) Ctrl+Alt+E (emacs), C-x C-f > file.org, M-S-> (eof), type "* whatever", C-c C-t, C-x C-s, C-c C-x. I think this is much more convoluted than you need; if you have org-capture set up appropriately, the following would be equivalent: Ctrl+Alt+E (emacs), C-c c X "whatever", C-c C-c, C-c C-x ! where X would be the specific capture task to perform (such as t for todo etc). > Imagine being able to pop open a terminal and type '$ org-todo "call so and > so on friday" ~/org/task.org' and be done :) I can already do: : emacsclient -e '(org-capture nil "t")' to invoke my todo capture template. I have not yet figured out if one could automatically specify the text to go with any particular capture template, however. A quick look at the code didn't help me. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.308.g809b5)