John Hendy <jw.he...@gmail.com> 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)

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to