emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, sergio_101 <sergio.rrd@gmail.com>
Subject: Re: agenda mode - carrying over tasks from previous week
Date: Wed, 10 Nov 2010 11:05:42 -0600	[thread overview]
Message-ID: <B8A8FF00-37BB-472B-8C05-FFDD04007894@gmail.com> (raw)
In-Reply-To: <AANLkTi=oEmQnFhdGe72P+P0_yggWscwBTVurqcU8hbiJ@mail.gmail.com>


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

> On 2010-11-10, Carsten Dominik <carsten.dominik@gmail.com> 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)))))

  parent reply	other threads:[~2010-11-10 17:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10  4:02 agenda mode - carrying over tasks from previous week sergio_101
2010-11-10 12:55 ` Greg Troxel
2010-11-10 14:02   ` sergio_101
2010-11-10 14:20     ` Carsten Dominik
2010-11-10 14:58       ` sergio_101
2010-11-10 15:08         ` Carsten Dominik
2010-11-10 16:47           ` Samuel Wales
2010-11-10 16:48             ` Samuel Wales
2010-11-10 16:51               ` Samuel Wales
2010-11-10 17:05             ` Carsten Dominik [this message]
2010-11-10 16:09   ` Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B8A8FF00-37BB-472B-8C05-FFDD04007894@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=samologist@gmail.com \
    --cc=sergio.rrd@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).