From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Hafner Subject: Manual typos/dead link Date: Mon, 3 Jan 2011 09:55:39 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=56218 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZnhF-0006hE-DA for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 11:55:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZnh6-0005Fy-FT for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 11:55:41 -0500 Received: from mail-qy0-f176.google.com ([209.85.216.176]:60156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZnh6-0005Fs-Cq for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 11:55:40 -0500 Received: by qyk10 with SMTP id 10so13718722qyk.0 for ; Mon, 03 Jan 2011 08:55:39 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.