emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recommended global keybindings in the guide vs the manual


From: Kyle Meyer
Subject: Re: Recommended global keybindings in the guide vs the manual
Date: Sat, 18 Jan 2020 02:05:02 +0000

Nick Dokos <address@hidden> writes:

> org-guide.org:Introduction/Activation says:
>
> --8<---------------cut here---------------start------------->8---
> Add the following lines to your Emacs init file.  The last four lines
> define /global/ keys for some commands---please choose suitable keys
> yourself.
>
> #+begin_src emacs-lisp
> ;; The following lines are always needed.  Choose your own keys.
> (global-set-key (kbd "C-l") 'org-store-link)
> (global-set-key (kbd "C-a") 'org-agenda)
> (global-set-key (kbd "C-c") 'org-capture)
> (global-set-key (kbd "C-b") 'org-switchb)
> #+end_src
> --8<---------------cut here---------------end--------------->8---

I was surprised to see the ones above because they're overriding some
pretty central Emacs bindings.  It looks like the "-c " in the middle
was unintentionally dropped in the guide's .texi to .org conversion
(1a678f184).

> I realize that it says to "choose suitable keys yourself", but
> surely, these should be identical to what the full manual recommends?

I've pushed 36cd249e7, which brings the guide's recommneded bindings in
agreement with the manual's.

Thanks for reporting.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]