Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Nathan Neff
Also, on my system, the breadcrumb of the headline under the cursor
is shown at the bottom of my Emacs:

https://www.evernote.com/shard/s226/sh/d9e40d44-0c12-4015-a536-f78ff1840de6/67695bdf33fa3aa8ef91fdf199207f3d

I don't know if I had to do anything special to get this.

Thanks,
--Nate

On Fri, Jul 26, 2019 at 9:04 AM Eric Abrahamsen 
wrote:

> Florian Lindner  writes:
>
> > Hello,
> >
> > the agenda only shows the title of nodes, like:
> >
> > capture:TODO Task 1
> >
> > Often, I have a structure like
> >
> > * Project A
> > ** Task 1
> >
> > * Project B
> > ** Task 1
> >
> > then, I get no idea, from what project the task actually is.
> >
> > Is there a way to also show the title of the parent in agenda buffer or
> even full breadcrumbs?
>
> You can use %b in the value of `org-agenda-prefix-format'.
>
>
>


Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Eric Abrahamsen
Florian Lindner  writes:

> Hello,
>
> the agenda only shows the title of nodes, like:
>
> capture:TODO Task 1
>
> Often, I have a structure like
>
> * Project A
> ** Task 1
>
> * Project B
> ** Task 1
>
> then, I get no idea, from what project the task actually is.
>
> Is there a way to also show the title of the parent in agenda buffer or even 
> full breadcrumbs?

You can use %b in the value of `org-agenda-prefix-format'.




Re: [O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Ken Mankoff


On 2019-07-26 at 06:47 -04, Florian Lindner  wrote...
> the agenda only shows the title of nodes, like:
>
> capture:TODO Task 1
>
> Often, I have a structure like
>
> * Project A
> ** Task 1
>
> * Project B
> ** Task 1
>
> Is there a way to also show the title of the parent in agenda buffer
> or even full breadcrumbs?

Under Project A:

C-c C-x p RET CATEGORY RET Project A or some descriptive text RET

repeat for B.

  -k.



[O] Show breadcrumbs of nodes in agenda

2019-07-26 Thread Florian Lindner
Hello,

the agenda only shows the title of nodes, like:

capture:TODO Task 1

Often, I have a structure like

* Project A
** Task 1

* Project B
** Task 1

then, I get no idea, from what project the task actually is.

Is there a way to also show the title of the parent in agenda buffer or even 
full breadcrumbs?

Thanks,
Florian