From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: How to enhance the agenda output if soome info is only in the parent entry? Date: Mon, 08 Dec 2014 11:39:11 +0800 Message-ID: <87egsa4xpc.fsf@ericabrahamsen.net> References: <8761dn9n22.fsf@wmi.amu.edu.pl> <871tobuooh.fsf@kmlap.domain.org> <87zjaz863b.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxp4y-0001GM-KA for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 22:33:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxp4s-00009N-GR for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 22:33:44 -0500 Received: from plane.gmane.org ([80.91.229.3]:46208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxp4s-000090-9t for emacs-orgmode@gnu.org; Sun, 07 Dec 2014 22:33:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xxp4q-0005rV-DD for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 04:33:36 +0100 Received: from 61.149.185.27 ([61.149.185.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Dec 2014 04:33:36 +0100 Received: from eric by 61.149.185.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Dec 2014 04:33:36 +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 2014-12-07, at 22:37, Kyle Meyer wrote: > >> What about assigning categories? > > Thanks a lot! I found it in the manual right after sending my email:-(. > > It still violates DRY, but I guess it's the best I can come up with; I > think I'll use it (even though I don't really like it - I prefer my > categories to be /very/ broad, corresponding to /files/ - think > "research", "personal", "teaching" etc. It's just a habit of mine, > though, and I allow myself to change these from time to time;-). > > Best, If you set `org-agenda-show-outline-path' to t, it will show you the full path to the TODO in the message line as you move the cursor around. You still have to move on to it to see the path, but usually for me that's good enough. E