From mboxrd@z Thu Jan 1 00:00:00 1970 From: Drew Adams Subject: bug#28263: 24.5; Org: `C-c LETTER' keys Date: Mon, 4 Dec 2017 14:42:54 -0800 (PST) Message-ID: <0f47b7da-82d7-4521-aaf6-f2430876ccc2@default> References: <936768a0-1a2e-4a89-8a11-8f1779f8591d@default> <87374qb21u.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLzT9-0003gJ-Jx for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 17:44:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLzT0-0006ea-GD for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 17:44:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37408) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLzT0-0006eV-B0 for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 17:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLzT0-00016Q-2S for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 17:44:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87374qb21u.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: 28263-done@debbugs.gnu.org > > Dunno whether there are actual bindings in Org that correspond to these > > occurrences in the source code of `C-c' followed by a letter. Might be > > worth checking. (Bindings of `C-c' followed by a letter are reserved > > for users.) Possibly these are just vestigial doc indications, which > > could be corrected/updated. >=20 > Org's manual suggests to bind `org-agenda' to `C-c a', but doesn't bind > it by default. I'm not even sure that's a great idea. I think not. I suppose it's "legit", as the user, not the Org code, would be making the binding. But in my libraries I provide binding suggestions only for keys that are not reserved for use by users. If a commonly used Emacs library (Org is the best example of that) suggests to users that they bind `C-c a' to something then that key becomes pretty much, in effect, lost as a key reserved for user customization. IOW, if 90% of Emacs users follow that suggestion then there is little difference between that situation and the situation of Org binding `C-c a' by default. My vote would be that Org should not do this. Just one opinion. > Fixed (I used \\[org-agenda] instead of C-c a). Thank you. Thanks for doing that.