[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Adding date to displayed results of org-search-view
From: |
Bastien |
Subject: |
Re: [O] Adding date to displayed results of org-search-view |
Date: |
Fri, 12 Apr 2013 07:30:15 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
HI Knubee,
knubee <address@hidden> 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