[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing
From: |
Dirk-Jan C . Binnema |
Subject: |
Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing |
Date: |
Sun, 06 Feb 2011 19:50:58 +0200 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO) |
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:address@hidden w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, (continued)
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Christopher Allan Webber, 2011/02/04
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Marcelo de Moraes Serpa, 2011/02/04
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Christopher Allan Webber, 2011/02/07
- [Orgmode] Re: [OT] Taskwarrior, nice GTD-oriented CLI thing, Matt Lundin, 2011/02/04
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Eric S Fraga, 2011/02/04
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Dirk-Jan C . Binnema, 2011/02/05
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Eric S Fraga, 2011/02/05
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing,
Dirk-Jan C . Binnema <=
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Eric S Fraga, 2011/02/06
- Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing, Dirk-Jan C . Binnema, 2011/02/06