HI Knubee, knubee <knu...@gmail.com> 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 :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! 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. HTH, -- Bastien