From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russell L. Carter" Subject: Re: hyperlinks stopped working Date: Sat, 30 Jan 2016 20:32:28 -0700 Message-ID: <56AD804C.4060204@pinyon.org> References: <56AD4F45.2070005@pinyon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPiki-0003HU-16 for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 22:32:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPikd-0001gq-Vm for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 22:32:39 -0500 Received: from quine.pinyon.org ([65.101.5.249]:58606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPikd-0001fN-Oh for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 22:32:35 -0500 Received: from feyerabend.n1.pinyon.org (h5.esturion.net [65.101.5.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id 9728A160173 for ; Sat, 30 Jan 2016 20:32:28 -0700 (MST) In-Reply-To: <56AD4F45.2070005@pinyon.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org The bug is a link like this: * [[http://google.com]] is displayed as a string literal and a link like this works: * [[ttp://google.com]] I recently started using helm, and just installed magit, but haven't configured it. Otherwise, the configuration has not changed in quite some time. Thanks, Russell On 01/30/16 17:03, Russell L. Carter wrote: > Hi, > > org-version is 8.3.3-26-ge92a06-elpa, emacs is 25.0.50.1 on FreeBSD > stable. Hyperlinks on my unchanged configuration just stopped > working, and display as the literal string. Neither > org-toggle-link-display nor font-lock-mode has any effect. I see > these in the Messages buffer: > > Error during redisplay: (jit-lock-function 1) signaled > (wrong-type-argument listp org-level-1) > Error during redisplay: (jit-lock-function 1780) signaled > (wrong-type-argument listp org-level-1) > > I'm using the emacs package manager. I tried deleting org and reinstalling > a fresh copy to no effect. > > Here's my entire configuration: > > (use-package org > :config > (setq org-directory "~") > (setq org-agenda-files '("~/org/TODO.org")) > (setq org-mobile-files '("~/org/mobile-staging-public")) > (setq org-mobile-directory "~/org/mobile-staging-private") > (setq org-mobile-inbox-for-pull "~/org/from-mobile.org") > > :mode > ("\\.text\\'" . org-mode) > ("\\.markdown\\'" . org-mode) > ("\\.md\\'" . org-mode)) > > > Any clues as to what might be wrong would be appreciated. > > Thanks! > Russell >