From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Show breadcrumbs of nodes in agenda Date: Fri, 26 Jul 2019 07:24:09 -0400 Message-ID: <87blxh11k6.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34874) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqyKi-0001Bl-GR for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 07:24:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqyKd-000505-Jh for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 07:24:17 -0400 Received: from mail-qk1-x72f.google.com ([2607:f8b0:4864:20::72f]:37565) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqyKc-0004mE-Dz for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 07:24:15 -0400 Received: by mail-qk1-x72f.google.com with SMTP id d15so38707798qkl.4 for ; Fri, 26 Jul 2019 04:24:12 -0700 (PDT) In-reply-to: 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: Florian Lindner Cc: "emacs-orgmode@gnu.org" On 2019-07-26 at 06:47 -04, Florian Lindner wrote... > 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 > > Is there a way to also show the title of the parent in agenda buffer > or even full breadcrumbs? Under Project A: C-c C-x p RET CATEGORY RET Project A or some descriptive text RET repeat for B. -k.