From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Adr3nal D0S" Subject: Smart node selection for org-remember-templates? Date: Tue, 18 Dec 2007 13:31:27 -0600 Message-ID: <308083c30712181131k79d92183ne5d29e8330ff2a69@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4iA9-0000IO-NC for emacs-orgmode@gnu.org; Tue, 18 Dec 2007 14:31:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4iA6-0000Dz-2D for emacs-orgmode@gnu.org; Tue, 18 Dec 2007 14:31:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4iA5-0000Do-TS for emacs-orgmode@gnu.org; Tue, 18 Dec 2007 14:31:29 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4iA5-0000V4-7h for emacs-orgmode@gnu.org; Tue, 18 Dec 2007 14:31:29 -0500 Received: by rv-out-0910.google.com with SMTP id c27so4042874rvf.6 for ; Tue, 18 Dec 2007 11:31:27 -0800 (PST) Content-Disposition: inline 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: emacs-orgmode@gnu.org I have an org-mode file that I am using to log what I do at work. It comes in very handy for my weekly and monthly reports. The basic structure is like: * 2007 ** Dec *** Tuesday 18 **** What I did #1 **** What I did #2 I recently started using remember with org-mode. Love it. However, is it possible to setup an org-remember-template for entering these items? I tried something like: (setq org-remember-templates '((?l "**** %?" "path-to/worklog.org" "*** %t"))) Obviously %t isn't going to give me 'Tuesday 18'. But it was a first attempt. What I didn't expect was a literal org-mode node named "%t". Is what I am trying even possible with the current org-remember-templates?