emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing


From: Eric S Fraga
Subject: Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing
Date: Fri, 04 Feb 2011 09:19:51 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

John Hendy <address@hidden> 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]