Re: [O] agenda question about representing items [PATCH]

2013-01-24 Thread Bastien
Hi Arun, Arun Persaud writes: > thanks everyone for the feedback! With it I managed to use the > %(expression) in org-agenda-prefix-format to show the breadcrumbs. In > case that's useful for other people too, I attached a patch that adds a > %b option to org-agenda-prefix-format to does the sam

Re: [O] agenda question about representing items [PATCH]

2013-01-23 Thread Arun Persaud
Hi thanks everyone for the feedback! With it I managed to use the %(expression) in org-agenda-prefix-format to show the breadcrumbs. In case that's useful for other people too, I attached a patch that adds a %b option to org-agenda-prefix-format to does the same. Would be great, if this could be i

Re: [O] agenda question about representing items

2013-01-23 Thread Karl Voit
Hi! * Arun Persaud wrote: > > I'm wondering if it is possible to customize this, so that it will > display something like the following: > > : projectname->subtask->TODO look into customize agenda > views > > that is adding some breadcrumbs in front of the item to make it clearer > what the cont

Re: [O] agenda question about representing items

2013-01-22 Thread Nick Dokos
Arun Persaud wrote: > Hi > > many of my projects have the following form: > > * project name > ** subtask > *** TODO item1 > SCHEDULED: > > sometimes it looks like > > * project name > ** subtask > *** TODO item2 [1/3] > - [X] task1 > - [ ] task2 > - [ ] task3 > SCHEDULED: > > cu

[O] agenda question about representing items

2013-01-22 Thread Arun Persaud
Hi many of my projects have the following form: * project name ** subtask *** TODO item1 SCHEDULED: sometimes it looks like * project name ** subtask *** TODO item2 [1/3] - [X] task1 - [ ] task2 - [ ] task3 SCHEDULED: currently my agenda view shows something like : TODO e.g. h