From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Subject: =?UTF-8?B?W1BBVENIXSBkb2Mvb3JnLW1hbnVhbOKGkiBJbnRyb+KGkiBBY3Rp?= =?UTF-8?B?dmF0aW9uOiBhZGQgc3BhY2UgaW4gdGhlIGNvbW1hbmQgYmluZGluZw==?= Date: Sun, 23 Sep 2018 05:33:41 +0000 Message-ID: <201809280623.w8S6NPI6017250@mail.aegee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5mCe-0008Ly-Gr for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 02:24:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5mCb-0005WW-At for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 02:24:40 -0400 Received: from mail.aegee.org ([144.76.142.78]:44264) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g5mCa-0004eW-TS for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 02:24:37 -0400 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: emacs-orgmode@gnu.org =E2=80=A6 otherwise emacs 26.1 says =E2=80=9Cerror: C- must prefix a sing= le character=E2=80=9D --- doc/org-manual.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index ed59adca6..888b60596 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -185,9 +185,9 @@ to globally available keys, like the ones reserved fo= r users (see bindings, please modify the keys to your own liking. =20 #+begin_src emacs-lisp -(global-set-key "\C-cl" 'org-store-link) -(global-set-key "\C-ca" 'org-agenda) -(global-set-key "\C-cc" 'org-capture) +(global-set-key "\C-c l" 'org-store-link) +(global-set-key "\C-c a" 'org-agenda) +(global-set-key "\C-c c" 'org-capture) #+end_src =20 #+cindex: Org mode, turning on --=20 2.19.0.dirty