emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: William Henney <whenney@gmail.com>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org, Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: Re: Org-mode version 6.30d; Hide stars
Date: Fri, 4 Sep 2009 14:00:29 -0500	[thread overview]
Message-ID: <41c818190909041200t6825b280gd57db397ffd30917@mail.gmail.com> (raw)
In-Reply-To: <873a72imq6.fsf@gollum.intra.norang.ca>

On Fri, Sep 4, 2009 at 1:33 PM, Bernt Hansen<bernt@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.dominik@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:will@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:will@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:will@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:will@crya:/http/pub/will/mhd" :base-extension "css"
			      :publishing-function org-publish-attachment)
			     ("mhd-images" :base-directory "~/Org/pub-mhd/images"
			      :publishing-directory
			      "/ssh:will@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:will@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

  reply	other threads:[~2009-09-04 19:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-04 14:44 Org-mode version 6.30d; Hide stars Melton Low
2009-09-04 15:07 ` Carsten Dominik
2009-09-04 17:05   ` Melton Low
2009-09-04 18:33     ` Bernt Hansen
2009-09-04 19:00       ` William Henney [this message]
2009-09-04 19:26         ` Bernt Hansen
2009-09-04 20:56           ` Mark Elston
2009-09-04 21:36             ` Arne
2009-09-05  5:42               ` Carsten Dominik
2009-09-05  5:58                 ` Carsten Dominik
2009-09-05  9:44                   ` Detlef Steuer
2009-09-05 14:23                 ` Melton Low
     [not found] <cmu-lmtpd-24989-1252080523-5@store70m.internal>
2009-09-04 16:26 ` Scott Otterson
2009-09-06 17:47   ` Tassilo Horn
2009-09-06 21:45     ` Mark Elston
2009-09-06 22:32     ` Melton Low
2009-09-06 22:40       ` Melton Low
2009-09-07  4:57         ` Mark Elston
2009-09-07  6:14           ` Carsten Dominik
2009-09-07 17:12             ` Mark Elston
2009-09-07 18:04     ` Tassilo Horn
2009-09-07 18:17       ` Mark Elston
2009-09-07 18:32         ` Tassilo Horn
2009-09-08  4:32           ` Mark Elston
2009-09-07 21:50         ` Melton Low

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41c818190909041200t6825b280gd57db397ffd30917@mail.gmail.com \
    --to=whenney@gmail.com \
    --cc=bernt@norang.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).