emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding
@ 2018-09-23  5:33 Дилян Палаузов
  2018-10-01 16:18 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Дилян Палаузов @ 2018-09-23  5:33 UTC (permalink / raw)
  To: emacs-orgmode

… 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/org-manual→ Intro→  Activation: add space in the command binding
  2018-09-23  5:33 [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding Дилян Палаузов
@ 2018-10-01 16:18 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2018-10-01 16:18 UTC (permalink / raw)
  To: Дилян Палаузов
  Cc: emacs-orgmode

Hello,

Дилян Палаузов <git-dpa@aegee.org> writes:

> … otherwise emacs 26.1 says “error: C- must prefix a single character”

Fixed. Thank you. I used the `kbd' macro, for clarity.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-01 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23  5:33 [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding Дилян Палаузов
2018-10-01 16:18 ` Nicolas Goaziou

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).