Christophe Schockaert citadels.eu> writes:
>
>
> Markus Heller writes:
>
> > Hello,
> >
> > how can I display property values in the agenda, more specifically,
in
> > the results of an agenda search?
> >
> > [...]
> >
[...]
> I defined the entry that way, using the "%(expression)" specifie
Markus Heller writes:
> Hello,
>
> how can I display property values in the agenda, more specifically, in
> the results of an agenda search?
>
> [...]
>
> I search using the following in my .emacs as part of a custom agenda
> command:
>
> ("i" "Text here" tags "CATEGORY=\"foo\""
>
Herbert Sitz gmail.com> writes:
>
> Markus Heller gmail.com> writes:
>
> >
> > Hello,
> >
> > how can I display property values in the agenda, more specifically,
in
> > the results of an agenda search?
> >
>
> I think the straigtforward way would be to use column view, and set up
your
>
Markus Heller gmail.com> writes:
>
> Hello,
>
> how can I display property values in the agenda, more specifically, in
> the results of an agenda search?
>
I think the straigtforward way would be to use column view, and set up your
column view to show, in your case, the PROJECT property.
Se
Hello,
how can I display property values in the agenda, more specifically, in
the results of an agenda search?
Consider the following example:
* Some Project
:PROPERTIES:
:Project: 1234
:END:
** TODO Some Task
:PROPERTIES:
:CATEGORY: foo
:END:
*** NEXT Some subtask
I search using the followin