From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to display full paths in agenda? Date: Fri, 18 Dec 2015 17:03:55 -0500 Message-ID: <87twnf9zxw.fsf@alphaville.usersys.redhat.com> 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]:59795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA38F-0008El-Gt for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 17:04:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aA38B-0003UG-Sr for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 17:04:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:58540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA38B-0003UC-MP for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 17:04:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aA38A-0005ig-3t for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 23:04:06 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Dec 2015 23:04:06 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Dec 2015 23:04:06 +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? > Probably %b in org-agenda-prefix-format. -- Nick