---------------- 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 -----

Le 13/11/2018 à 17:45, Nicolas Goaziou a écrit :
> Hello,
>
> boris martin <boris.mar...@univ-rennes1.fr> writes:
>
>> since i have updated org mode to this version if i open a org-mode file
>> it will not be fontify i will need to go to org->refresh/Reload->refresh
>> 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,
>


Reply via email to