From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Modify org-remember-templates to include a name to show when selecting it Date: Thu, 11 Oct 2007 09:29:00 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) 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 1IfsU0-0001cD-1c for emacs-orgmode@gnu.org; Thu, 11 Oct 2007 03:29:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfsTy-0001by-C7 for emacs-orgmode@gnu.org; Thu, 11 Oct 2007 03:29:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfsTy-0001bs-3I for emacs-orgmode@gnu.org; Thu, 11 Oct 2007 03:29:22 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfsTx-0000UV-JU for emacs-orgmode@gnu.org; Thu, 11 Oct 2007 03:29:21 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfsTs-00074Q-JN for emacs-orgmode@gnu.org; Thu, 11 Oct 2007 03:29:16 -0400 In-Reply-To: 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: Matiyam Cc: emacs-orgmode@gnu.org On Oct 10, 2007, at 12:15, Matiyam wrote: > Hi! > > In my setup i have 5 org-remember-templates. > > Since my memory is not very good :), i have modified > org-remember-templates > to include another element in the list that tells me the name of it. > > And then org-remember-apply-template to, when prompting for selecting > the > template, show the name along with the keycode. > > Something like: > > Select template: Work (w) Home (h) > > I think the patch is easy enough, so i haven't created a bug. The idea is good, but since you insert a new element in the middle of the list, it will break all existing customization of that variable. I can make it internally compatible if the name is the first thing in each list. Will be in 5.12. Thanks. - Carsten