From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Questions about org-capture templates and usage Date: Tue, 07 Dec 2010 14:33:45 -0500 Message-ID: <13493.1291750425@gamaville.americas.hpqcorp.net> References: <83bp50hgy2.fsf@gmail.com> <8762v81le1.fsf@fastmail.fm> <87pqtf8sb2.fsf@norang.ca> <13939.1291646925@gamaville.dokosmarshall.org> 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=52158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQ3IL-0001l3-Jf for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 14:33:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQ3IJ-0005FV-NW for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 14:33:49 -0500 Received: from g6t0187.atlanta.hp.com ([15.193.32.64]:15660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQ3IJ-0005EY-KR for emacs-orgmode@gnu.org; Tue, 07 Dec 2010 14:33:47 -0500 In-Reply-To: Message from Nick Dokos of "Mon\, 06 Dec 2010 09\:48\:45 EST." <13939.1291646925@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org [Resending to the list, after fixing a mail problem. I badly wanted to correct my mistake, but my mail to the list kept disappearing. Apologies to Alan for the multiple copies.] Nick Dokos wrote: > 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 >=20 > 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, True so far, but the following is nonsense: please disregard... > but even C-c c is generally not a good idea: C-c should not be usurped by programs, *exactly* because it is reserved for users. Going-for-some-caffeine-ly yours, Nick > see the Key Binding Conventions in the Emacs Lisp manual - if you have > the manual locally, evaluate the following >=20 > (info "(elisp)Key Binding Conventions") >=20 > otherwise it's available online at >=20 > http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-= Conventions.html#Key-Binding-Conventions >=20 > Nick >=20