* 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
* Re: Manual typos/dead link
2011-01-03 16:55 Manual typos/dead link Steve Hafner
@ 2011-01-03 18:42 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2011-01-03 18:42 UTC (permalink / raw)
To: Steve Hafner; +Cc: emacs-orgmode
Hi Steve,
Steve Hafner <steve.b.hafner@gmail.com> writes:
> 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
Fixed, thanks.
> 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.
This link works when reading the Info version of the manual, and points
to the Calc manual. I don't know how to handle this problem - except by
adding the Calc manual to http://orgmode.org.
--
Bastien
^ 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 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).