Re: [O] More helm awesomeness

2015-01-19 Thread John Kitchin
Here is a more advanced function that works on your agenda files: You run the second one: M-x helm-query-agenda and enter your search query in org syntax, e.g. TODO="PREPARATION" will give you a helm menu of headlines with that TODO state. I am not that sophisticated a user of org queries like th

Re: [O] More helm awesomeness

2015-01-19 Thread Simon Thum
Hi John, thank you for the fast response! That's more than I had hoped for, I'm sure I'll get through now. I'll report back when something tangible is there. Cheers, Simon On 01/19/2015 04:57 PM, John Kitchin wrote: You can do something like this to get just the TODO headlines in the curre

Re: [O] More helm awesomeness

2015-01-19 Thread John Kitchin
You can do something like this to get just the TODO headlines in the current buffer. If you make the helm-todo-candidates map over all the files in (org-agenda-files) you can make it give all the TODO headings. You can change the match criteria in org-map-entries to be more selective. #+BEGIN_SRC