[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Manual typos/dead link
From: |
Bastien |
Subject: |
Re: [Orgmode] Manual typos/dead link |
Date: |
Mon, 03 Jan 2011 19:42:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Steve,
Steve Hafner <address@hidden> 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