From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to display full paths in agenda? Date: Sat, 19 Dec 2015 10:13:37 -0500 Message-ID: <87y4cqtqse.fsf@pierrot.dokosmarshall.org> References: <871taj8lms.fsf@mbork.pl> <87h9jfrx3t.fsf@ericabrahamsen.net> <87r3ii7s3a.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAJCn-0006SR-Ox for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:13:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAJCj-0006b4-OP for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:13:57 -0500 Received: from plane.gmane.org ([80.91.229.3]:36252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAJCj-0006au-Hj for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:13:53 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aAJCd-0002pu-VH for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 16:13:48 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 16:13:47 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Dec 2015 16:13:47 +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: > On 2015-12-19, at 03:27, Eric Abrahamsen wrote: > >> 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. > > 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