Re: [O] Add TODO from external app?

2014-04-16 Thread Bastien
Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to add new TODO items from, say, an email or a PHP-based web page

Re: [O] Add TODO from external app?

2014-04-16 Thread Tim Visher
On Wed, Apr 16, 2014 at 12:31 PM, Bastien b...@gnu.org wrote: Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to

Re: [O] Add TODO from external app?

2014-04-03 Thread Jeff Kowalski
I use org-etml to serve pages from within emacs and use a custom capture handler, like this: (defun jeff/capture-handler (request) Handle REQUEST objects meant for 'org-capture'. GET header should contain a path in form '/capture/KEY/LINK/TITLE/BODY'. (with-slots (process headers)

[O] Add TODO from external app?

2014-04-01 Thread Lawrence Bottorff
I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to add new TODO items from, say, an email or a PHP-based web page form. Is this just brute force external file manipulation,

Re: [O] Add TODO from external app?

2014-04-01 Thread Anthony Lander
Hi Lawrence, Here is a Python script I use to scrape TODOs from emails. I haven't polished it up and put it on github yet, but you are welcome to give it a whirl (anyone else is too, obviously). You need python 2.5 or greater to run this. Configure by modifying the variables at the top of the