From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: View inherited DEADLINEs in agenda Date: Mon, 7 Nov 2011 15:29:41 +0100 Message-ID: References: <20111107120311.GA6246@hydrogen.black.hole> <834nygktvh.fsf@yahoo.it> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNQD3-0007nP-0F for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 09:30:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNQCx-0005Zj-Cs for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 09:30:00 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:42447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNQCx-0005Ze-7H for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 09:29:55 -0500 Received: by eye4 with SMTP id 4so3906366eye.0 for ; Mon, 07 Nov 2011 06:29:53 -0800 (PST) In-Reply-To: <834nygktvh.fsf@yahoo.it> 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: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org, Fabrizio Chiarello On Nov 7, 2011, at 1:19 PM, Giovanni Ridolfi wrote: > Fabrizio Chiarello writes: > > >> I have many tasks with a DEADLINE, and I wish to have their subtasks to >> inherit such DEADLINE. To this aim, I set: >> >> (setq org-use-property-inheritance (quote ("DEADLINE"))) >> > >> The problem is that the agenda only shows deadlines for the tasks that >> define them > > is DEADLINE a property that can be inherited? Deadlines can currently *not* be inherited. I would probably advice against implementing this because of performance issues that would result for the construction of the agenda. - Carsten > > would you please post an example file? > Thanks, > > Giovanni > > > - Carsten