Marcin Borkowski <mb...@wmi.amu.edu.pl> wrote:
[...]
> * Some person
> ** Some action to be done
> (concerning some_person)
> <timestamp>
>
> * Some other person
> ** Some action to be done
> (concerning some_other_person)
> <timestamp>
>
> Now, my (pretty much default) agenda shows only the "Some action to be
> done", which is kind of misleading in this case.
>
> What do I do about this?  I accept the possibility that my workflow
> (i.e., structure of Org entries) is broken - then, how to fix it?

What about assigning categories?

    * Some person
      :PROPERTIES:
      :CATEGORY: some person
      :END:
    ** Some action to be done
       DEADLINE: <2014-12-08 Mon>

    * Some other person
      :PROPERTIES:
      :CATEGORY: some other person
      :END:
    ** Some action to be done
       DEADLINE: <2014-12-08 Mon>

--
Kyle

Reply via email to