emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Manual typos/dead link


From: Steve Hafner
Subject: [Orgmode] Manual typos/dead link
Date: Mon, 3 Jan 2011 09:55:39 -0700

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]