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 of what is returned: todo: Research meeting :RESEARCH: todo: Conference call :RESEARCH: What I would like to return: todo: Research meeting :RESEARCH: <2012-08-17 Fri 10:00-12:00> todo: Conference call :RESEARCH: <2012-08-17 Fri 16:00-17:00> Thanks in advance for any pointers!