all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Manual typos/dead link
@ 2011-01-03 16:55 Steve Hafner
  2011-01-03 18:42 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Hafner @ 2011-01-03 16:55 UTC (permalink / raw)
  To: emacs-orgmode

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.

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

end of thread, other threads:[~2011-01-03 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 16:55 Manual typos/dead link Steve Hafner
2011-01-03 18:42 ` Bastien

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.