From: Samuel Wales <samologist@gmail.com>
To: Carsten Dominik <carsten.dominik@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 09:47:40 -0700 [thread overview]
Message-ID: <AANLkTi=oEmQnFhdGe72P+P0_yggWscwBTVurqcU8hbiJ@mail.gmail.com> (raw)
In-Reply-To: <2B4F8E4F-C181-4026-BA68-5BEBF0F76CD6@gmail.com>
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)))
(when time
(apply 'encode-time (org-parse-time-string time)))))
next prev parent reply other threads:[~2010-11-10 16:47 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 [this message]
2010-11-10 16:48 ` Samuel Wales
2010-11-10 16:51 ` Samuel Wales
2010-11-10 17:05 ` Carsten Dominik
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='AANLkTi=oEmQnFhdGe72P+P0_yggWscwBTVurqcU8hbiJ@mail.gmail.com' \
--to=samologist@gmail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--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).