From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org and remember: Date: Thu, 11 May 2006 13:53:35 +0200 Message-ID: <7e4a61cd45a7242e6fdc788c21a98b8e@science.uva.nl> References: <17502.40561.129424.558703@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fe9jb-0002Bq-3A for emacs-orgmode@gnu.org; Thu, 11 May 2006 07:53:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fe9jZ-0002AW-Tr for emacs-orgmode@gnu.org; Thu, 11 May 2006 07:53:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fe9jZ-0002AE-PE for emacs-orgmode@gnu.org; Thu, 11 May 2006 07:53:33 -0400 Received: from [194.134.35.149] (helo=smtp08.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fe9l4-0006fe-Q4 for emacs-orgmode@gnu.org; Thu, 11 May 2006 07:55:06 -0400 In-Reply-To: <17502.40561.129424.558703@localhost.localdomain> 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: raman@users.sf.net Cc: emacs-orgmode@gnu.org On May 8, 2006, at 3:27, T. V. Raman wrote: > I first set > (setq org-remember-templates > '( > (?w > "* %? %U \n %a" > "~/org/web .org"))) > as per the docs, but ended up with a remember buffer that > contained "~/.org/web.org" > I am guessing that the order of strings in that list has changed? Indeed a but there - why has nobody noticed this????? Will be fixed in the next version. > > Also, the ?w appears to have no effect. This the the character to select one of several templates. if there is only one template, the query is skipped. If there are two templates, you will be asked to select a template, using these characters. > > finally how do I get the contents of the region when the above is > called to become the description of the link? %i doe insert whatever remember considers initial content. If you want the current region to be the initial content, you need to call `remember' itself with a C-u prefix. > > Finally, I would like the note to be pasted into the file without > having to go through the org-goto dialog --- I find the prompt > for that dialog confusing in general --- You can do this by finishing writing your note with C-c C-c C-c - Carsten