From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Show breadcrumbs of nodes in agenda Date: Fri, 26 Jul 2019 12:47:39 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44844) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqxlL-00028c-0t for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 06:47:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqxlG-00010F-38 for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 06:47:43 -0400 Received: from venus.centershock.net ([188.68.38.242]:33090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hqxlF-0000r0-RC for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 06:47:42 -0400 Received: from [129.69.213.139] (lapsgs09.informatik.uni-stuttgart.de [129.69.213.139]) by venus.centershock.net (Postfix) with ESMTPSA id ABD1B72520F for ; Fri, 26 Jul 2019 12:47:39 +0200 (CEST) Content-Language: en-US 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" 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? Thanks, Florian