On 26 Feb 2013, Bastien wrote:
[...] >> 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. Finally had some time to investigate further. But! The problem has gone away, with GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2), the Debian Snapshot from 2013-02-26 whether I have (add-hook 'org-mode-hook 'turn-on-font-lock) on or off (;;), org files are fully functional.