From: Kyle Meyer <kyle@kyleam.com>
To: Nick Dokos <ndokos@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Recommended global keybindings in the guide vs the manual
Date: Sat, 18 Jan 2020 02:05:02 +0000 [thread overview]
Message-ID: <87eevxtt81.fsf@kyleam.com> (raw)
In-Reply-To: <87mualk795.fsf@alphaville.usersys.redhat.com>
Nick Dokos <ndokos@gmail.com> 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.
prev parent reply other threads:[~2020-01-18 2:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-17 23:12 Recommended global keybindings in the guide vs the manual Nick Dokos
2020-01-18 2:05 ` Kyle Meyer [this message]
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=87eevxtt81.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=emacs-orgmode@gnu.org \
--cc=ndokos@gmail.com \
/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).