From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /' Date: Tue, 14 Dec 2010 07:33:08 -0500 Message-ID: <87y67szg8r.fsf@fastmail.fm> References: <80k4jcabq8.fsf@missioncriticalit.com> <4D0755E2.9030806@diplan.de> <4D075E23.9060705@christianmoe.com> <4D0761B1.3090605@diplan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSU4A-0008GN-VA for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 07:33:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSU47-0001SS-58 for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 07:33:14 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:43327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSU47-0001SI-2P for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 07:33:11 -0500 In-Reply-To: <4D0761B1.3090605@diplan.de> (Rainer Stengele's message of "Tue, 14 Dec 2010 13:23:13 +0100") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org, mail@christianmoe.com Hi Rainer, Rainer Stengele writes: > Am 14.12.2010 13:08, schrieb Christian Moe: >> I get the same bug. >>=20 >> Manually evaluating the following sexp at the very start of org.el fixes= it: >>=20 >> : (defvar org-inhibit-highlight-removal nil) >>=20 >> But I can't see any reason why that line would not be evaluated at start= up?? >>> >>> this seems similar: >>> >>> trying to open a link with gives this error: >>> >>> org-open-at-point: Symbol's value as variable is void: >>> org-inhibit-highlight-removal >>> >>> - Rainer >>> >>> >>> _______________________________________________ > > (setq org-inhibit-highlight-removal t) also fixes it. > I responded to S=C3=A9bastien's post earlier, but I'm afraid my message may have been stuck in Gmane's email obfuscation roundabout. This error was introduced by a stray apostrophe in a previous patch. I submitted a fix last night: http://permalink.gmane.org/gmane.emacs.orgmode/35046 Until the fix is applied, the easiest solution is to go to the top of org.el and manually remove the extra apostrophe at the beginning of the file. I apologize to all who are receiving this error.=20 Best, Matt