From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Westlake Subject: Re: Org mode fontification broken Date: Wed, 14 Nov 2018 10:48:25 +0000 Message-ID: <1542192505.2348111.1576494856.39E59ACB@webmail.messagingengine.com> References: <1542034350.3654769.1574056248.703B68E7@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMsil-00086q-Kd for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 05:48:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMsih-0005ot-Je for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 05:48:31 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48767) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMsih-0005od-FW for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 05:48:27 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 0C87F2216F for ; Wed, 14 Nov 2018 05:48:26 -0500 (EST) In-Reply-To: <1542034350.3654769.1574056248.703B68E7@webmail.messagingengine.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Problem solved! I had forgotten that I was using a copy of the Org repository instead of the package bundled with Emacs. Peter. On Mon, 12 Nov 2018, at 14:52, Peter Westlake wrote: > Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, > links and other fontified text in Org files appear as the underlying > plain text. A few of them look correct, and deleting a marker character > (e.g. square bracket) and reinserting it makes the link appear correctly > for a while. The Messages buffer is full of things like this: > > Error during redisplay: (jit-lock-function 501) signaled (wrong-type- > argument listp org-level-4) > Error during redisplay: (jit-lock-function 1001) signaled (wrong-type- > argument listp org-level-4) > Error during redisplay: (jit-lock-function 1501) signaled (wrong-type- > argument listp org-level-3) > Error during redisplay: (jit-lock-function 2001) signaled (wrong-type- > argument listp org-level-3) > Error during redisplay: (jit-lock-function 1152403) signaled (wrong- > type-argument listp org-level-2) > > I've attempted to set jit-lock-mode to nil in .emacs, with no success. > > This Emacs has a built-in version of Org, 9.1.14, and I've tried > 20181125 installed through Melpa. Nothing makes a difference. > > Any ideas? > > Peter. >