Hi Gijs, Gijs Hillenius <g...@hillenius.net> writes:
> Until today, I had have these two (legacy) lines in my orgmode configuration > > ;; (global-font-lock-mode 1) ; for all buffers > > which is already a default in emacs. This is also noted in the manual > http://orgmode.org/manual/Activation.html You have a cached version of this page, `global-font-lock-mode' is not mentioned in the current one (refresh the page to check.) > However: it is still recommended in the Org-Mode Beginners Customization > Guide http://orgmode.org/worg/org-configs/org-customization-guide.html It is not anymore, fixed, thanks. > The second line made a bit of a mess of my .org files with the > 20130224 version of emacs-snapshot > > ;; (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers only > > org files would still open, but show up as (imaginary example) > [[gnus:982.3334][link]] instead of the nice underlined clickable links. Mhh... you mean that, with `global-font-lock-mode' already turned on and (add-hook 'org-mode-hook 'turn-on-font-lock), then the links are not clickable anymore? If so, please try ~$ emacs -Q test.org and report the problem, together with your Emacs and Org versions. Thanks! -- Bastien