[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home
From: |
boris martin |
Subject: |
Re: [O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)] |
Date: |
Thu, 15 Nov 2018 09:54:53 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Hello,
same issue occured with the master branch of
https://code.orgmode.org/bzg/org-mode.git
- is there a way for me to know for sure that there is not interference
from any other git-org
installation file ?
- is there a way for me to put emacs in a verbose debug mode so i can
trace what currently
happened when i open a org file ?
best regards
Le 14/11/2018 à 22:37, Nicolas Goaziou a écrit :
> Hello,
>
> boris martin <address@hidden> writes:
>
>> ---------------- minimal-org.el -----------------------
>>
>> ;;; Minimal setup to load latest 'org-mode'
>>
>> ;; activate debugging
>> (setq debug-on-error t
>> debug-on-signal nil
>> 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,
>