From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: agenda mode - carrying over tasks from previous week Date: Wed, 10 Nov 2010 09:47:40 -0700 Message-ID: References: <4FF2B8AD-EE22-4DBC-A3A2-E1F5A03C84EF@gmail.com> <2B4F8E4F-C181-4026-BA68-5BEBF0F76CD6@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=52514 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGDpn-0004mP-4g for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 11:47:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGDpm-00065t-3Z for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 11:47:42 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:49438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGDpl-00065h-Uz for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 11:47:42 -0500 Received: by fxm20 with SMTP id 20so541071fxm.0 for ; Wed, 10 Nov 2010 08:47:41 -0800 (PST) In-Reply-To: <2B4F8E4F-C181-4026-BA68-5BEBF0F76CD6@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Carsten Dominik Cc: emacs-orgmode , sergio_101 On 2010-11-10, Carsten Dominik wrote: > You can customize Org to use Due instead if you prefer this shorter > word - even though I think Due is more like DEADLINE. I was wondering about that. Is the latter hardcoded in important places? e.g. (defun org-get-deadline-time (pom &optional inherit) "Get the deadline as a time tuple, of a format suitable for calling org-deadline with, or if there is no scheduling, returns nil." (let ((time (org-entry-get pom "DEADLINE" inherit))) (when time (apply 'encode-time (org-parse-time-string time)))))