From: Steve Hafner <steve.b.hafner@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Manual typos/dead link
Date: Mon, 3 Jan 2011 09:55:39 -0700 [thread overview]
Message-ID: <AANLkTimD9vu0GvYif9_t2GqRGWYB6Pajr3Dw8tZRuGH5@mail.gmail.com> (raw)
In the recent org manual,
3294 @lisp
3295 (add-hook 'org-load-hook
3296 (lambda ()
3297 (define-key 'org-mode-map "\C-n" 'org-next-link)
3298 (define-key 'org-mode-map "\C-p" 'org-previous-link)))
3299 @end lisp
I think should be
3294 @lisp
3295 (add-hook 'org-load-hook
3296 (lambda ()
3297 (define-key org-mode-map "\C-n" 'org-next-link)
3298 (define-key org-mode-map "\C-p" 'org-previous-link)))
3299 @end lisp
Also, in section "15.10.1 Packages that Org cooperates with" under the
item "calc.el by Dave Gillespie", the link "See Embedded Mode" is
dead.
next reply other threads:[~2011-01-03 16:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-03 16:55 Steve Hafner [this message]
2011-01-03 18:42 ` Manual typos/dead link Bastien
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=AANLkTimD9vu0GvYif9_t2GqRGWYB6Pajr3Dw8tZRuGH5@mail.gmail.com \
--to=steve.b.hafner@gmail.com \
--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).