From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Questions about org-capture templates and usage Date: Mon, 06 Dec 2010 09:48:45 -0500 Message-ID: <13939.1291646925@gamaville.dokosmarshall.org> References: <83bp50hgy2.fsf@gmail.com> <8762v81le1.fsf@fastmail.fm> <87pqtf8sb2.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPcN8-0006Fi-T9 for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 09:48:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPcN7-000653-C3 for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 09:48:58 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:60902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPcN7-00064r-8z for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 09:48:57 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LD000A1MH59PD70@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 08:48:46 -0600 (CST) In-reply-to: Message from "Alan E. Davis" of "Mon\, 06 Dec 2010 15\:02\:06 +1000." 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: "Alan E. Davis" Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Alan E. Davis wrote: >=20 > I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the= last stored item.=C2=A0 Perfect. =C2=A0 I presume the first `C-c' above is a typo and that the bindind is `C-c c', as the second instance indicates. Rebinding C-c to a command would be a disaster, but even C-c c is generally not a good idea: see the Key Binding Conventions in the Emacs Lisp manual - if you have the manual locally, evaluate the following (info "(elisp)Key Binding Conventions") otherwise it's available online at http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Co= nventions.html#Key-Binding-Conventions Nick