emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Дилян Палаузов" <git-dpa@aegee.org>
To: emacs-orgmode@gnu.org
Subject: [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding
Date: Sun, 23 Sep 2018 05:33:41 +0000	[thread overview]
Message-ID: <201809280623.w8S6NPI6017250@mail.aegee.org> (raw)

… otherwise emacs 26.1 says “error: C- must prefix a single character”
---
 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 for users (see
 bindings, please modify the keys to your own liking.
 
 #+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
 
 #+cindex: Org mode, turning on
-- 
2.19.0.dirty

             reply	other threads:[~2018-09-28  6:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-23  5:33 Дилян Палаузов [this message]
2018-10-01 16:18 ` [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201809280623.w8S6NPI6017250@mail.aegee.org \
    --to=git-dpa@aegee.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).