From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Nedrehagen <ivannedr@broadpark.no> Subject: Show parent header in agenda Date: Fri, 06 Mar 2009 14:17:20 +0100 Message-ID: <op.uqdgi6g5etmi9u@gorontha.conoptica.local> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 7BIT Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfZvp-00071h-1K for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 08:17:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfZvl-00070u-OH for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 08:17:39 -0500 Received: from [199.232.76.173] (port=52285 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfZvk-00070o-7W for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 08:17:36 -0500 Received: from bgo1smout1.broadpark.no ([217.13.4.94]:34442) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from <ivannedr@broadpark.no>) id 1LfZvj-00089D-P0 for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 08:17:35 -0500 Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KG3007MJ68XPC50@bgo1smout1.broadpark.no> for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 14:17:21 +0100 (CET) Received: from gorontha.conoptica.local ([80.203.148.138]) by bgo1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KG300CBJ68WKCJ0@bgo1sminn1.broadpark.no> for emacs-orgmode@gnu.org; Fri, 06 Mar 2009 14:17:21 +0100 (CET) List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs org mode mailinglist <emacs-orgmode@gnu.org> Hi, org-mode is the best organizer in the world. To bad I cant fit emacs in my filofax ;) Want to acheive something but I do not know how. When I create my agenda, many TODO items are written in context of the parent header: ** Fix the annoying bug *** DONE Search *** DONE Fix *** TODO Test ** Create the do-it-all-function *** DONE Plan *** DONE Implement *** TODO Test And suddenly my agenda shows: *** TODO Test *** TODO Test You get the point. So, is there any way to make the org-agenda view show the parent header of my TODO items? Ivan - An Org-mode enthusiast without too much elisp skill.