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/)]

2018-11-17 Thread Nicolas Goaziou
Hello, boris martin writes: > 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 ? With the minimal init file you provided, I doubt

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/)]

2018-11-15 Thread boris martin
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

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/)]

2018-11-14 Thread Nicolas Goaziou
Hello, boris martin 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")

[O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-14 Thread boris martin
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

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/)]

2018-11-13 Thread Nicolas Goaziou
Hello, boris martin 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

[O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-13 Thread boris martin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.