emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] agenda mode - carrying over tasks from previous week


From: Carsten Dominik
Subject: Re: [Orgmode] agenda mode - carrying over tasks from previous week
Date: Wed, 10 Nov 2010 11:05:42 -0600


On Nov 10, 2010, at 10:47 AM, Samuel Wales wrote:

On 2010-11-10, Carsten Dominik <address@hidden> 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)))

DEADLINE is just an internal key here, it will look for whatever you can configured in org-deadline-string.

- Carsten

   (when time
     (apply 'encode-time (org-parse-time-string time)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]