Re: [Orgmode] Clean capture from command line?

2010-11-17 Thread Eric S Fraga
tycho garen writes: >> One of the things I'd like to be able to do is capture a new TODO from a >> command line. e.g. > > I use the following code that I got from Jack Moffit > (http://www.metajack.im), that does more or less what you're looking > for, I think. Add the following block to your or

Re: [Orgmode] Clean capture from command line?

2010-11-17 Thread tycho garen
> One of the things I'd like to be able to do is capture a new TODO from a > command line. e.g. I use the following code that I got from Jack Moffit (http://www.metajack.im), that does more or less what you're looking for, I think. Add the following block to your org configs. ;;

Re: [Orgmode] Clean capture from command line?

2010-11-16 Thread Friedrich Delgado
I use zsh and I already use this: ,[ ~/bin/uriescapepwd.pl ] #!/usr/bin/perl -w use URI::Escape qw/ uri_escape uri_escape_utf8 /; use Cwd qw/getcwd abs_path/; $pwd = abs_path(getcwd); print uri_escape_utf8($pwd); ` ,[ .zshrc snippet ] # bind n to org-store-link bindkey -

Re: [Orgmode] Clean capture from command line?

2010-11-16 Thread Eric S Fraga
a...@ufl.edu (Allen S. Rout) writes: > I'm one of the legion gradually slipping more and more of my day-to-day > process into org-mode. (Thanks, Carsten!) > > One of the things I'd like to be able to do is capture a new TODO from a > command line. e.g. > > shell$ capture "Fred wants a new databa

[Orgmode] Clean capture from command line?

2010-11-16 Thread Allen S. Rout
I'm one of the legion gradually slipping more and more of my day-to-day process into org-mode. (Thanks, Carsten!) One of the things I'd like to be able to do is capture a new TODO from a command line. e.g. shell$ capture "Fred wants a new database VM, 60G" and maybe eventually something obno