From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Show breadcrumbs of nodes in agenda Date: Fri, 26 Jul 2019 07:04:17 -0700 Message-ID: <874l38gae6.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54327) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr0pf-0008BP-H0 for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 10:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hr0pe-0002lF-K4 for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 10:04:27 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:43498 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hr0pe-0002jL-DE for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 10:04:26 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hr0pc-000tHu-8U for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 16:04:24 +0200 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" To: emacs-orgmode@gnu.org 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'.