From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: How to display full paths in agenda? Date: Sat, 19 Dec 2015 10:27:50 +0800 Message-ID: <87h9jfrx3t.fsf@ericabrahamsen.net> References: <871taj8lms.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA7He-0002jW-7U for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 21:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aA7Ha-0005Gr-M3 for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 21:30:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:40064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA7Ha-0005FT-Fx for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 21:30:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aA7HY-0005Cx-8r for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 03:30:04 +0100 Received: from 218.94.59.34 ([218.94.59.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 03:30:04 +0100 Received: from eric by 218.94.59.34 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 03:30:04 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Marcin Borkowski 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.