From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris martin Subject: 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 13:47:46 +0100 Message-ID: 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]:33444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMub6-0000ct-Gg for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 07:48:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMub0-0000Hz-Lv for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 07:48:43 -0500 Received: from smtpout01-ext3.partage.renater.fr ([194.254.240.34]:46256 helo=smtpout10.partage.renater.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMuau-00008r-VD for emacs-orgmode@gnu.org; Wed, 14 Nov 2018 07:48:35 -0500 Received: from zmtaout01.partage.renater.fr (zmtaout01.partage.renater.fr [194.254.240.30]) by smtpout10.partage.renater.fr (Postfix) with ESMTP id 53C1D613C5 for ; Wed, 14 Nov 2018 13:48:23 +0100 (CET) Received: from zmtaout01.partage.renater.fr (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPS id 4624C1A0042 for ; Wed, 14 Nov 2018 13:48:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTP id 38AFB1A0045 for ; Wed, 14 Nov 2018 13:48:23 +0100 (CET) Received: from zmtaout01.partage.renater.fr ([127.0.0.1]) by localhost (zmtaout01.partage.renater.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Oxd7Q4vVEO8v for ; Wed, 14 Nov 2018 13:48:23 +0100 (CET) Received: from [129.20.32.155][129.20.32.155] (lb01.partage.renater.fr [194.254.242.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPA id 21C631A0042 for ; Wed, 14 Nov 2018 13:48:23 +0100 (CET) In-Reply-To: <87k1lh3p00.fsf@nicolasgoaziou.fr> Content-Language: fr 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 ---------------- 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 ----- Le 13/11/2018 =C3=A0 17:45, Nicolas Goaziou a =C3=A9crit=C2=A0: > Hello, > > boris martin writes: > >> since i have updated org mode to this version if i open a org-mode fil= e >> it will not be fontify i will need to go to org->refresh/Reload->refre= sh >> setup current buffer >> >> to have the buffer fontify. >> >> this happen with emacs -Q -l /path/to/minimal-org.el >> as well. > I cannot reproduce it. Could you send a minimal Org file where that > happens? Also, what is in minimal-org.el? > > Regards, >