From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)] Date: Wed, 14 Nov 2018 22:37:34 +0100 Message-ID: <87efbngx29.fsf@nicolasgoaziou.fr> References: <87k1lh3p00.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gN2r4-0001ud-QK for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 16:37:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gN2r2-0005Vo-2y for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 16:37:46 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:58043) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gN2qy-0005UK-Dm for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 16:37:42 -0500 In-Reply-To: (boris martin's message of "Wed, 14 Nov 2018 13:47:46 +0100") 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: boris martin Cc: emacs-orgmode@gnu.org Hello, boris martin writes: > ---------------- minimal-org.el ----------------------- > > ;;; Minimal setup to load latest 'org-mode' > > ;; activate debugging > (setq debug-on-error t > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 debug-on-signal nil > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 debug-on-quit nil) > (add-to-list 'load-path "~/git-ext/org-9.1.14/lisp") > (add-to-list 'load-path "~/git-ext/org-9.1.14/contrib/lisp" t) > > ---------- en minimal-org.el -------------------------- > > ------------ minimal file where the bug happens ----------- > > *sdfsd* > *aezraze* > /titi/ > > > ------------- end minimal file where the bug happens ----- I cannot reproduce your issue. Could you try Org development version? Regards, --=20 Nicolas Goaziou