From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Patch] New implementation of the Org remember process ready for comments and testing Date: Tue, 22 Jun 2010 16:27:47 +0200 Message-ID: <5E0DDCC9-B41E-48F4-857B-2FD34C1C23F8@gmail.com> References: <871vbz9mjm.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR4S9-0000IE-Su for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:27:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR4S7-0002F2-KP for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:27:53 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:55800) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR4S7-0002Em-GO for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:27:51 -0400 Received: by wyf28 with SMTP id 28so3840405wyf.0 for ; Tue, 22 Jun 2010 07:27:50 -0700 (PDT) In-Reply-To: <871vbz9mjm.fsf@gmx.de> 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: Sebastian Rose Cc: Org Mode On Jun 22, 2010, at 4:20 PM, Sebastian Rose wrote: > > >> '(("t" "templates adding table lines") >> ("ta" "add to table a" table-line (file+headline "~/notes.org" >> "Table A)) >> ("tb" "add to table b" table-line (file+headline "~/notes.org" >> "Table B)) >> ("tc" "add to table c" table-line (file+headline "~/notes.org" >> "Table C))) >> >> When starting capture, you can then first press "t" and then see >> the individual options. > > This is great. Number of templates is constantly growing and the new > features will increase the speed of this process. And if two keys are not enough, you can always use 3, 4, ... keys, this works without problems, I believe. - Carsten