Hello, Since updating to latest Org this morning, I couldn't open anymore my file ~/org/work.org.
Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is (apparently) inflooping, with letting me stop it (with C-g). Solution? Kill Emacs through the task manager, and bisect: ╭──── │ 5f095f59099e77eda5cf7cae64119f9f246c4c70 is the first bad commit │ commit 5f095f59099e77eda5cf7cae64119f9f246c4c70 │ Author: Nicolas Goaziou <n.goaz...@gmail.com> │ Date: Sun Feb 10 00:07:48 2013 +0100 │ │ Fontify latex, entities and sub/superscript again │ │ * lisp/org-faces.el (org-latex-and-related): Renamed from │ `org-latex-and-export-specials', which wasn't appropriate anymore. │ * lisp/org.el (org-highlight-latex-and-related, │ org-latex-and-related-regexp): New variables. │ (org-compute-latex-and-related-regexp, org-do-latex-and-related): New │ function, revived from a previous commit. │ (org-set-regexps-and-options, org-set-font-lock-defaults): Use new │ functions. ╰──── Now, having my Git tip on commit 3f95d81, everything's OK. I can work again, but the most difficult problem is that I don't see how to debug further the above problem. Any idea why this fails? Best regards, Seb -- Sebastien Vauban