Philipp Schaefer <philipp.schae...@gmail.com> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode