* How to display full paths in agenda?
@ 2015-12-18 21:58 Marcin Borkowski
2015-12-18 22:03 ` Nick Dokos
2015-12-19 2:27 ` Eric Abrahamsen
0 siblings, 2 replies; 6+ messages in thread
From: Marcin Borkowski @ 2015-12-18 21:58 UTC (permalink / raw)
To: Org-Mode mailing list
Hi all,
I'm pretty sure I read somewhere about a possibility to display not only
the headlines, but the full paths in the agenda, so that
* aaa
** bbb
is displayed as `aaa/bbb' and not as `aaa' (or something like that).
I can't find it anywhere, though. Any hints?
TIA,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to display full paths in agenda?
2015-12-18 21:58 How to display full paths in agenda? Marcin Borkowski
@ 2015-12-18 22:03 ` Nick Dokos
2015-12-19 2:27 ` Eric Abrahamsen
1 sibling, 0 replies; 6+ messages in thread
From: Nick Dokos @ 2015-12-18 22:03 UTC (permalink / raw)
To: emacs-orgmode
Marcin Borkowski <mbork@mbork.pl> writes:
> Hi all,
>
> I'm pretty sure I read somewhere about a possibility to display not only
> the headlines, but the full paths in the agenda, so that
>
> * aaa
> ** bbb
>
> is displayed as `aaa/bbb' and not as `aaa' (or something like that).
> I can't find it anywhere, though. Any hints?
>
Probably %b in org-agenda-prefix-format.
--
Nick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to display full paths in agenda?
2015-12-18 21:58 How to display full paths in agenda? Marcin Borkowski
2015-12-18 22:03 ` Nick Dokos
@ 2015-12-19 2:27 ` Eric Abrahamsen
2015-12-19 8:36 ` Marcin Borkowski
1 sibling, 1 reply; 6+ messages in thread
From: Eric Abrahamsen @ 2015-12-19 2:27 UTC (permalink / raw)
To: emacs-orgmode
Marcin Borkowski <mbork@mbork.pl> writes:
> Hi all,
>
> I'm pretty sure I read somewhere about a possibility to display not only
> the headlines, but the full paths in the agenda, so that
>
> * aaa
> ** bbb
>
> is displayed as `aaa/bbb' and not as `aaa' (or something like that).
> I can't find it anywhere, though. Any hints?
>
> TIA,
You can set org-agenda-show-outline-path' to show the path in the echo
area.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to display full paths in agenda?
2015-12-19 2:27 ` Eric Abrahamsen
@ 2015-12-19 8:36 ` Marcin Borkowski
2015-12-19 15:13 ` Nick Dokos
0 siblings, 1 reply; 6+ messages in thread
From: Marcin Borkowski @ 2015-12-19 8:36 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: emacs-orgmode
On 2015-12-19, at 03:27, Eric Abrahamsen <eric@ericabrahamsen.net> wrote:
> Marcin Borkowski <mbork@mbork.pl> writes:
>
>> Hi all,
>>
>> I'm pretty sure I read somewhere about a possibility to display not only
>> the headlines, but the full paths in the agenda, so that
>>
>> * aaa
>> ** bbb
>>
>> is displayed as `aaa/bbb' and not as `aaa' (or something like that).
>> I can't find it anywhere, though. Any hints?
>>
>> TIA,
>
> You can set org-agenda-show-outline-path' to show the path in the echo
> area.
Thanks, though I knew about this, have this on, and it's not what
I meant.
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to display full paths in agenda?
2015-12-19 8:36 ` Marcin Borkowski
@ 2015-12-19 15:13 ` Nick Dokos
2015-12-19 16:07 ` Marcin Borkowski
0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2015-12-19 15:13 UTC (permalink / raw)
To: emacs-orgmode
Marcin Borkowski <mbork@mbork.pl> writes:
> On 2015-12-19, at 03:27, Eric Abrahamsen <eric@ericabrahamsen.net> wrote:
>
>> Marcin Borkowski <mbork@mbork.pl> writes:
>>
>>> Hi all,
>>>
>>> I'm pretty sure I read somewhere about a possibility to display not only
>>> the headlines, but the full paths in the agenda, so that
>>>
>>> * aaa
>>> ** bbb
>>>
>>> is displayed as `aaa/bbb' and not as `aaa' (or something like that).
>>> I can't find it anywhere, though. Any hints?
>>>
>>> TIA,
>>
>> You can set org-agenda-show-outline-path' to show the path in the echo
>> area.
>
> Thanks, though I knew about this, have this on, and it's not what
> I meant.
>
I posted a reply but I guess it was lost, so I'm trying again:
Probably %b in org-agenda-prefix-format.
--
Nick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to display full paths in agenda?
2015-12-19 15:13 ` Nick Dokos
@ 2015-12-19 16:07 ` Marcin Borkowski
0 siblings, 0 replies; 6+ messages in thread
From: Marcin Borkowski @ 2015-12-19 16:07 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
On 2015-12-19, at 16:13, Nick Dokos <ndokos@gmail.com> wrote:
> Probably %b in org-agenda-prefix-format.
Many thanks, that's it!!!
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-12-19 16:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 21:58 How to display full paths in agenda? Marcin Borkowski
2015-12-18 22:03 ` Nick Dokos
2015-12-19 2:27 ` Eric Abrahamsen
2015-12-19 8:36 ` Marcin Borkowski
2015-12-19 15:13 ` Nick Dokos
2015-12-19 16:07 ` Marcin Borkowski
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.