On Fri, Sep 4, 2009 at 1:33 PM, Bernt Hansen<be...@norang.ca> wrote: >> When I get a chance later today or this evening, I will try to >> identify which git commit the problem started for me. > > For that you want to use 'git bisect' >
I see the same problem - no fontification at all in org mode. I used the 'git bisect' method that Bernt suggested and this is the result: -------------------------------------------------------------- 79839719bfdf3b199657b22a4592691f6bfbb6db is first bad commit commit 79839719bfdf3b199657b22a4592691f6bfbb6db Author: Carsten Dominik <carsten.domi...@gmail.com> Date: Thu Sep 3 09:11:07 2009 +0200 Clean up external dependencies of org-gnus.el Thanks to Tassilo Horn :040000 040000 ab94524503804125c454ed40074c35a59152625d da0881032308c32640d5a25e84c07d3e2f44443a M lisp ----------------------------------------------------------------------- Hope this helps. My info from org-submit-bug-report is pasted below. Will Emacs : GNU Emacs 22.3.1 (i386-apple-darwin9.7.0, Carbon Version 1.6.0) of 2009-06-07 on scarlett.local - Aquamacs Distribution 1.8c Package: Org-mode version 6.30trans current state: ============== (setq org-log-done t org-export-with-LaTeX-fragments t org-agenda-files '("~/Org/gargi.org" "~/Org/newhouse.org" "~/Teaching/Generales/2009-I/egc2009-I.org" "~/Org/mhd.org" "~/Teaching/Atmosferas/2008/evaluacion.org" "~/Org/mixing.org" "~/Org/posgrado.org" "~/Org/temarios/temarios.org" "~/Org/orion.org" "~/Org/proplyd.org" "~/Org/helix.org" "~/Org/revmex.org" "~/Org/TODO.org" "~/Org/garrelt-simulations.org" "~/Org/orgjournal.org" "~/Org/journalfigs.org") org-agenda-include-diary t org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-hide-leading-stars t org-disputed-keys '(([(control tab)] . [(control shift tab)])) org-after-todo-state-change-hook '(org-clock-out-if-current) org-combined-agenda-icalendar-file "/Library/WebServer/Documents/orgmode.ics" org-startup-folded nil org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-agenda-before-write-hook '(org-agenda-add-entry-text) org-export-language-setup '(("en" "Author" "Date" "Table of Contents") ("cs" "Autor" "Datum" "Obsah") ("da" "Ophavsmand" "Dato" "Indhold") ("de" "Autor" "Datum" "Inhaltsverzeichnis") ("es" "Autor" "Fecha" "Índice") ("fr" "Auteur" "Date" "Table des Mati\350res") ("it" "Autore" "Data" "Indice") ("nl" "Auteur" "Datum" "Inhoudsopgave") ("nn" "Forfattar" "Dato" "Innhold") ("sv" "F\366rfattarens" "Datum" "Inneh\345ll")) org-default-notes-file "~/Org//notes.org" org-directory "~/Org/" org-calc-default-modes '(calc-internal-prec 20 calc-float-format (float 5) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www (" " HH ":" mm)) calc-display-working-message t) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-publish-project-alist '(("temarios-html" :base-directory "~/Org/temarios" :publishing-directory "/ssh:w...@crya:/http/pub/will" :publishing-function org-publish-org-to-html :section-numbers nil :table-of-contents nil :style "<link rel=stylesheet\n href=\"temarios.css\"\n type=\"text/css\">") ("temarios-css" :base-directory "~/Org/temarios" :publishing-directory "/ssh:w...@crya:/http/pub/will" :base-extension "css" :publishing-function org-publish-attachment) ("temarios" :components ("temarios-html" "temarios-css")) ("mhd-html" :base-directory "~/Org/pub-mhd" :publishing-directory "/ssh:w...@crya:/http/pub/will/mhd" :publishing-function org-publish-org-to-html :section-numbers nil :table-of-contents nil :style "<link rel=stylesheet\n href=\"will-org.css\"\n type=\"text/css\">") ("mhd-css" :base-directory "~/Org/pub-mhd" :publishing-directory "/ssh:w...@crya:/http/pub/will/mhd" :base-extension "css" :publishing-function org-publish-attachment) ("mhd-images" :base-directory "~/Org/pub-mhd/images" :publishing-directory "/ssh:w...@crya:/http/pub/will/mhd/images" :base-extension "jpg\\|png" :publishing-function org-publish-attachment) ("mhd-movies" :base-directory "~/Org/pub-mhd/movies" :publishing-directory "/ssh:w...@crya:/http/pub/will/mhd/movies" :base-extension "avi\\|mpg" :publishing-function org-publish-attachment) ("mhd" :components ("mhd-html" "mhd-css" "mhd-movies" "mhd-images")) ) org-replace-disputed-keys t org-mode-hook '((lambda nil (local-set-key "\207" (quote org-plot/gnuplot))) (lambda nil (setq org-mouse-context-menu-function (quote org-mouse-context-menu)) (when (memq (quote context-menu) org-mouse-features) (define-key org-mouse-map (if (featurep (quote xemacs)) [button3] [mouse-3]) nil) (define-key org-mode-map [mouse-3] (quote org-mouse-show-context-menu))) (define-key org-mode-map [down-mouse-1] (quote org-mouse-down-mouse)) (when (memq (quote context-menu) org-mouse-features) (define-key org-mouse-map [C-drag-mouse-1] (quote org-mouse-move-tree)) (define-key org-mouse-map [C-down-mouse-1] (quote org-mouse-move-tree-start)) ) (when (memq (quote yank-link) org-mouse-features) (define-key org-mode-map [S-mouse-2] (quote org-mouse-yank-link)) (define-key org-mode-map [drag-mouse-3] (quote org-mouse-yank-link))) (when (memq (quote move-tree) org-mouse-features) (define-key org-mouse-map [drag-mouse-3] (quote org-mouse-move-tree)) (define-key org-mouse-map [down-mouse-3] (quote org-mouse-move-tree-start)) ) (when (memq (quote activate-stars) org-mouse-features) (font-lock-add-keywords nil (\` (((\, outline-regexp) 0 (\` (face org-link mouse-face highlight keymap (\, org-mouse-map))) (quote prepend)) ) ) t) ) (when (memq (quote activate-bullets) org-mouse-features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +" (1 (\` (face org-link keymap (\, org-mouse-map) mouse-face highlight)) (quote prepend)) ) ) ) t) ) (when (memq (quote activate-checkboxes) org-mouse-features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)" (2 (\` (face bold keymap (\, org-mouse-map) mouse-face highlight)) t)) ) ) t) ) (defadvice org-open-at-point (around org-mouse-open-at-point activate) (let ((context (org-context))) (cond ((assq :headline-stars context) (org-cycle)) ((assq :checkbox context) (org-toggle-checkbox)) ((assq :item-bullet context) (let ((org-cycle-include-plain-lists t)) (org-cycle))) (t ad-do-it)) ) ) ) #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] ) org-confirm-elisp-link-function 'yes-or-no-p org-log-into-drawer t org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote org-mouse-agenda-context-menu)) (define-key org-agenda-keymap (if (featurep (quote xemacs)) [button3] [mouse-3]) (quote org-mouse-show-context-menu)) (define-key org-agenda-keymap [down-mouse-3] (quote org-mouse-move-tree-start)) (define-key org-agenda-keymap (if (featurep (quote xemacs)) [(control mouse-4)] [C-mouse-4]) (quote org-agenda-earlier)) (define-key org-agenda-keymap (if (featurep (quote xemacs)) [(control mouse-5)] [C-mouse-5]) (quote org-agenda-later)) (define-key org-agenda-keymap [drag-mouse-3] (quote (lambda (event) (interactive "e") (case (org-mouse-get-gesture event) (:left (org-agenda-earlier 1)) (:right (org-agenda-later 1))) ) ) ) ) ) org-agenda-start-on-weekday nil org-enforce-todo-dependencies t org-icalendar-store-UID t org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp "\\<William Henney\\>" org-remember-templates '(("Todo" 116 "* TODO %?\n %i\n %a" "~/org/TODO.org" "Tasks") ("Journal" 106 "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org") ("Idea" 105 "* %^{Title}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas") ) org-icalendar-include-todo t ) -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode