From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: optimising the selection of alternatives in remember templates Date: Sun, 20 Jan 2008 15:29:57 +0100 Message-ID: <8C2E485D-A429-40EE-AEF4-05D925B59913@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGbBU-0005bA-Ut for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 09:30:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGbBT-0005Zd-0L for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 09:30:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGbBS-0005ZV-Pm for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 09:30:02 -0500 Received: from mu-out-0910.google.com ([209.85.134.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGbBS-0001Cd-In for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 09:30:02 -0500 Received: by mu-out-0910.google.com with SMTP id g7so1086254muf.0 for ; Sun, 20 Jan 2008 06:30:01 -0800 (PST) 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, I am not sure how this is supposed to work in a practical way. Are these for filling in 3 different places in a tempate, or just one? In the latter case, how about setting up a syntax company1/customer name1|company1/customer name2 .... | company2/ customer name4... and then just using completion to go throough from company to name? - Carsten On Jan 19, 2008, at 12:13 AM, Rainer Stengele wrote: > Imagine using remember to write down a note about a telephone call. > These days I have a remember template with the most possible > customers company name, the most possible customer names and then > subjects and the "types". > > This adds up to a lot of alternatives in the template. > For choosing the correct one I have to switch through a lot of > alternatives which are uninteresting as soon as I have chosen the > first alternative, here the company name. > > I find the remember templates are an awesome feature! > They could be optimised in terms of usability if I could define the > alternatives hierarchically like for example > > > (company1 - ((customer name1|customer name2|customer name3) > (project name1|project name2|project name3) > (incident type1|incident type2|incident type3|))) > (company2 - ((customer name4|customer name5|customer name6) > (project name1|project name4|project name4) > (incident type1|incident type3|incident type4|))) > ... > > This would help speeding up the selection of the correct > alternatives in a remember template depending on the selection first > made while a customer is just beginnning to talk on the phone. > > I hope this was clear enough. > > > Rainer > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode