From mboxrd@z Thu Jan 1 00:00:00 1970 From: dericbytes Subject: example - add remember template as a top-level heading Date: Mon, 13 Apr 2009 10:54:23 +0000 (UTC) Message-ID: References: <59b700510904090637g19b840c5u85d1b332d551a46f@mail.gmail.com> <7FCB448A-4FB0-4FAF-ADB5-A459C49C3BD4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtJoR-0004Pw-PA for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 06:54:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtJoM-0004L4-Ua for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 06:54:51 -0400 Received: from [199.232.76.173] (port=58618 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtJoM-0004Kq-Nr for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 06:54:46 -0400 Received: from main.gmane.org ([80.91.229.2]:33388 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LtJoM-0002x2-5c for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 06:54:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LtJoL-0000iP-Gc for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 10:54:45 +0000 Received: from cpc3-hatf1-0-0-cust829.lutn.cable.ntl.com ([82.10.67.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Apr 2009 10:54:45 +0000 Received: from dericbytes by cpc3-hatf1-0-0-cust829.lutn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Apr 2009 10:54:45 +0000 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 Carsten Dominik gmail.com> writes: > > > On Apr 9, 2009, at 3:37 PM, Deric Bytes wrote: > > > I was hoping to add a top-level heading to my file. I changed > > Set the headline field in the template to 'top or 'bottom to get top- > level headlines and the beginning or end of the file, respectively. > > - Carsten Thanks.... I had to look up what the headline field was. Also didn't know whether to use "top", 'top, or top..... So here's my working template to save some people time. (setq org-remember-templates '(("Task" ?t "* %^{Task status|TODO|STARTED|SUBTASK|DONE} %^{Brief Description} %^G\n %^{subject}p %^{other-subjects}p %^{sub-subjects}p %^{keywords}p %?\n Added: %U \n" "~/notes/now.org" top))