Re: [O] Adding date to displayed results of org-search-view

2013-04-13 Thread knubee
> how do I filter so that only the items with :RESEARCH: tag are displayed. Just a quick follow-up to my own post. I realize now that I need to run C-C-c C-x C-c *after* running C-c a s +{research} -done Thanks for the help!

Re: [O] Adding date to displayed results of org-search-view

2013-04-13 Thread knubee
Thanks, Bastien! Column view is very nice. > The easiest way to achieve this is to have a column view in your Org > file like this: > > #+COLUMNS: %30ITEM %TODO %PRIORITY %15SCHEDULED %15DEADLINE > > Then in the agenda, C-c C-x C-c will display the column view. This allows me to do most of wha

Re: [O] Adding date to displayed results of org-search-view

2013-04-11 Thread Bastien
HI Knubee, knubee writes: > As a minimum working example of what I have now: > > C-c a s +{research} -done > > An example of what is returned: > > todo: Research meeting :RESEARCH: > todo: Conference call :RESEARCH: > > What I would like to return: > > todo: Research meeting :RESEARC

[O] Adding date to displayed results of org-search-view

2013-04-11 Thread knubee
Is there a way to control the results displayed by org-search-view ("c-c a s")? Specifically, I would like to find all todo entries with the keyword "research" -- but then include the date with each item. As a minimum working example of what I have now: C-c a s +{research} -done An example