From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ryan C. Thompson" Subject: Org-remember: How to unambiguously store notes to level-2 and deeper headlines? Date: Fri, 27 Nov 2009 17:16:58 -0800 Message-ID: <4B107A0A.8060900@thompsonclan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEBvu-0008H5-OG for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 20:17:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEBvq-0008Dg-F5 for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 20:17:06 -0500 Received: from [199.232.76.173] (port=59881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEBvq-0008Db-9f for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 20:17:02 -0500 Received: from mail-px0-f178.google.com ([209.85.216.178]:61809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEBvq-00019t-CP for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 20:17:02 -0500 Received: by pxi8 with SMTP id 8so1470215pxi.27 for ; Fri, 27 Nov 2009 17:17:00 -0800 (PST) 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: org-mode Mailinglist Hi, Is there a way to unambiguously specify non-top-level headers as org-remember targets in templates? My specific use case is that I want to split my "Tasks" entries list into sublists, and I want to store new tasks in Tasks/Unsorted by default. I know I could just specify "Unsorted" as the target, but that seems really easy to break, for example, if I also had Events/Unsorted in the same file. So, is there a good way to specify a level-2 headline as a target in org-remember-templates? -Ryan