From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Rooke Subject: Re: Remember templates and time stamp rounding. Date: Sun, 19 Mar 2006 22:23:59 +0000 Message-ID: <87mzfm6pkw.fsf@sarge.yax.org.uk> References: <7cf02f796be26d1c55a294fb6626051f@science.uva.nl> 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 1FL6JT-00038L-Ky for emacs-orgmode@gnu.org; Sun, 19 Mar 2006 17:23:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FL6JR-00034e-CY for emacs-orgmode@gnu.org; Sun, 19 Mar 2006 17:23:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FL6JR-00034V-4I for emacs-orgmode@gnu.org; Sun, 19 Mar 2006 17:23:49 -0500 Received: from [81.2.121.252] (helo=sarge.yax.org.uk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FL6Oq-0008TS-Kf for emacs-orgmode@gnu.org; Sun, 19 Mar 2006 17:29:24 -0500 In-Reply-To: <7cf02f796be26d1c55a294fb6626051f@science.uva.nl> (Carsten Dominik's message of "Fri, 17 Mar 2006 08:28:51 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > I have put a new test version of org.el onto my site, version 4.11a: [...] > Remember templates > ------------------ [...] > ;; Templates for Philip Rooke, journal and TODO with a deadline of today > (setq org-remember-templates > '((?j . "* %U %?\n %i\n\n %a") > (?t . "* TODO %?\n DEADLINE: %T\n %i\n\n %a"))) > > I think this might be a flexible way to set things up. Give it a try > and let us know what additional % escapes and/or other > changes you think would be useful. I've had the chance to check these examples and they are working fantastically well for me. Thank you very much. Regards, Phil