From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: feature request: additional org/remember template escapes: Date: Tue, 04 Sep 2007 07:37:49 +0200 Message-ID: <878x7nrnwy.fsf@bzg.ath.cx> References: <18136.60228.786047.404335@gargle.gargle.HOWL> <200709040100.l8410Ape004084@localhost.localdomain> 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 1ISR7y-0002fs-NH for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 01:39:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISR7w-0002dI-Pw for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 01:39:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISR7w-0002cw-LR for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 01:39:04 -0400 Received: from ag-out-0708.google.com ([72.14.246.247]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISR7w-0001AK-8L for emacs-orgmode@gnu.org; Tue, 04 Sep 2007 01:39:04 -0400 Received: by ag-out-0708.google.com with SMTP id 35so2048238aga for ; Mon, 03 Sep 2007 22:39:03 -0700 (PDT) In-Reply-To: <200709040100.l8410Ape004084@localhost.localdomain> (Xavier Maillard's message of "Tue, 4 Sep 2007 03:00:10 +0200") 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 Hi Xavier, Xavier Maillard writes: > Starting with 5.08, you will be able to use %A in the template. > It will insert the link, but explicitly prompt you for > the link description. > > Maybe I have not understood the problem, but what is the > difference with me, doing an explicit C-c C-l ? Well, the discussion was about remember templates, not direct interactive link insertion. See (info "(Org)Remember templates") : (setq org-remember-templates '((?t "* TODO %?\n %i\n %a" "~/org/TODO.org") (?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org") (?i "* %^{Title}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas"))) The `%a' refers to an "annotation, normally the link created with `org-store-link'". The proposed solution is to make this insertion interactive by prompting for the link description. Hope it's clearer now! -- Bastien