From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gilbert Subject: trouble with Imenu integration Date: Fri, 9 Jul 2010 03:33:12 -0700 Message-ID: <9707EA08-D22C-4BDF-98E3-CA3A0CFC250C@gilbert.org> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXAtT-0003qk-V6 for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 06:33:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXAtP-000292-GK for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 06:33:19 -0400 Received: from [74.94.69.218] (port=49927 helo=peach.gilbert.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXAtP-00028r-8e for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 06:33:15 -0400 Received: from mcglaptop.wp.comcast.net (unknown [10.1.10.10]) by peach.gilbert.org (Postfix) with ESMTP id 9C4D1E9F9437 for ; Fri, 9 Jul 2010 03:33:14 -0700 (PDT) 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 Mailinglist And another.... Following the instructions from manual, I have this near the end of my = startup file (I hope that is copied correctly): (add-hook =92org-mode-hook=20 (lambda () (imenu-add-to-menubar "Imenu"))) But I get this error: Debugger entered--Lisp error: (void-variable =92org-mode-hook) (add-hook =92org-mode-hook (lambda nil (imenu-add-to-menubar = "Imenu"))) eval((add-hook =92org-mode-hook (lambda nil = (imenu-add-to-menubar "Imenu")))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) What am I missing? =97 Michael