emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Dave Täht
Subject: Re: [Orgmode] Re: Default Date for Scheduling in Remember Buffer
Date: Tue, 22 Sep 2009 11:11:58 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Matt Lundin <address@hidden> writes:

> 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
>     ))

This is what I'm doing too. Problem is, what I'd like is a default of
"tomorrow" rather than today. Do I need a sexp for that?


-- 
Dave Taht
http://the-edge.blogspot.com




reply via email to

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