From mboxrd@z Thu Jan 1 00:00:00 1970 From: d@teklibre.org (Dave =?utf-8?Q?T=C3=A4ht?=) Subject: Re: Re: Default Date for Scheduling in Remember Buffer Date: Tue, 22 Sep 2009 11:11:58 -0600 Message-ID: <8763bazyxt.fsf@mahal.sjds.teklibre.org> References: <1253613510.3385.9.camel@gravor> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq8uW-0000Pz-3e for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:12:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq8uR-0000NI-0J for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:12:15 -0400 Received: from [199.232.76.173] (port=60014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq8uQ-0000N6-QO for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:12:10 -0400 Received: from toutatis.isc.org ([149.20.54.64]:37132 helo=mainmail.teklibre.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq8uQ-00039C-Dz for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:12:10 -0400 Received: from localhost (localhost [127.0.0.1]) by mainmail.teklibre.org (Postfix) with ESMTP id 2B46312B6D4 for ; Tue, 22 Sep 2009 10:13:11 -0700 (PDT) Received: from mainmail.teklibre.org ([127.0.0.1]) by localhost (toutatis.sql1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ouZbN6oUaglY for ; Tue, 22 Sep 2009 10:13:11 -0700 (PDT) Received: from mail3.teklibre.org (mahal.broker.freenet6.net [IPv6:2001:5c0:1000:b::32dd]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail3.teklibre.org", Issuer "CA Cert Signing Authority" (verified OK)) by mainmail.teklibre.org (Postfix) with ESMTPS id 41FE212B6D3 for ; Tue, 22 Sep 2009 10:13:10 -0700 (PDT) In-Reply-To: (Matt Lundin's message of "Tue, 22 Sep 2009 11:36:59 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: emacs-orgmode@gnu.org, Philipp Schaefer Matt Lundin writes: > Philipp Schaefer 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