From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Manual typos/dead link Date: Mon, 03 Jan 2011 19:42:50 +0100 Message-ID: <87pqsdg76d.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33896 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZpN5-0005Cp-QF for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 13:43:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZpN4-0002nM-Cf for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 13:43:07 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:37387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZpN4-0002nE-6e for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 13:43:06 -0500 Received: by wwi18 with SMTP id 18so14238983wwi.0 for ; Mon, 03 Jan 2011 10:43:05 -0800 (PST) In-Reply-To: (Steve Hafner's message of "Mon, 3 Jan 2011 09:55:39 -0700") 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: Steve Hafner Cc: emacs-orgmode@gnu.org Hi Steve, Steve Hafner 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