Melton Low <[email protected]> writes: Thanks Mark & Melton for testing!
> Worked fine with either (setq org-modules nil) or (require 'org-gnus) > commented out. It stopped working if I comment out both. Hope this > help. Ok, then we can conclude that the fontification problems only appear if org-gnus was loaded by `org-modules'. Bye, Tassilo > On Mon, Sep 7, 2009 at 12:17 PM, Mark Elston <[email protected]> wrote: > >> Tassilo, >> >> That did it! Your message didn't have Carsten's message attached so I >> don't know what was in it, but you appear to be correct. >> >> I even commented out the last line (require 'org-gnus) and it still >> works. >> >> Mark >> >> Tassilo Horn wrote: >> >>> Hi all! >>> >>> Could you please try another thing (with the git version where this bug >>> occurs): >>> >>> 1. Create a file test.el with these contents: >>> >>> --8<---------------cut here---------------start------------->8--- >>> (add-to-list 'load-path "~/path/to/org-mode/lisp/") ;; EDIT TO YOUR NEEDS >>> (setq org-modules nil) >>> (require 'org-install) >>> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) >>> (require 'org-gnus) >>> --8<---------------cut here---------------end--------------->8--- >>> >>> 2. Start emacs like this: >>> >>> $ emacs -Q -l ~/path/to/test.el >>> >>> 3. Open some org file and check if the problem still occurs. >>> >>> If that works for you, I think that there's something wrong with the >>> org-modules loading. See also Carsten's forwarded message >>> <[email protected]>. >>> >>> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> [email protected] >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > [email protected] > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
