Hi Steve,

Steve Hafner <steve.b.haf...@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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to