From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gijs Hillenius Subject: Bug: turn-on-font-lock breaks org-mode in recent emacs [7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/)] Date: Mon, 25 Feb 2013 14:33:37 +0100 Message-ID: <87k3pwwma6.fsf@hillenius.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9yBl-0000K4-8x for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 08:33:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9yBg-0006oB-35 for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 08:33:53 -0500 Received: from mail.hillenius.net ([178.63.187.164]:55336 helo=hillenius.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9yBf-0006kC-NS for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 08:33:47 -0500 Received: from 81.92-200-80.adsl-dyn.isp.belgacom.be ([80.200.92.81] helo=altiphrynoides.hillenius.net) by hillenius.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1U9yBW-0003d6-Dx for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 14:33:38 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 However: it is still recommended in the Org-Mode Beginners Customization Guide http://orgmode.org/worg/org-configs/org-customization-guide.html 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. Emacs : GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-02-24 on dex, modified by Debian Package: Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/) current state: ============== (setq org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-reverse-note-order t org-agenda-skip-scheduled-if-done t org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-refile-targets '((org-agenda-files :level . 1)) org-modules '(org-bbdb org-bibtex org-crypt org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-export-interblocks '((src org-babel-exp-non-block-elements)) org-log-done 'time org-metaup-hook '(org-babel-load-in-session-maybe) org-reveal-start-hook '(org-decrypt-entry) org-confirm-elisp-link-function 'yes-or-no-p org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-crypt-key nil org-agenda-include-diary t org-export-first-hook '(org-beamer-initialize-open-trackers) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [add-hook before-save-hook org-encrypt-entries nil t] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus . gnus) (file . find-file-other-window)) org-agenda-start-on-weekday nil org-tags-exclude-from-inheritance '("crypt") org-directory "~/d/org" org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-metadown-hook '(org-babel-pop-to-session-maybe) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-confirm-shell-link-function 'yes-or-no-p ) -- BOFH excuse #94: Internet outage