emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Default Date for Scheduling in Remember Buffer


From: Matt Lundin
Subject: [Orgmode] Re: Default Date for Scheduling in Remember Buffer
Date: Tue, 22 Sep 2009 11:36:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin)

Philipp Schaefer <address@hidden> writes:

> I just tried the functionality described in the manual in the section
> http://orgmode.org/org.html#Setting-up-Remember-for-Org , according to
> which the key combination 'k r' leads to timestamps defaulting to the
> day on which the pointer was when 'k r' was invoked. Now is it somehow
> possible to alter the behaviour of %t to not only be converted to a
> simple timestamp but instead to a deadline- or scheduled-timestamp?

Here's the simplest way to do it:

(setq org-remember-templates
  '((?s "* TODO %^{Title}\n SCHEDULED: %t\n %a\n %i")
    (?d "* TODO %^{Title}\n DEADLINE: %t\n %a\n %i")
    ;; ... other templates here
    ))

- Matt




reply via email to

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