From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Org-mode version 6.30d; Hide stars Date: Tue, 08 Sep 2009 09:47:24 +0200 Message-ID: <87zl95x4hf.fsf@thinkpad.tsdh.de> References: <4AA13FB8.5040104@sharpleaf.org> <87y6osynhg.fsf@thinkpad.tsdh.de> <87pra2eimo.fsf@thinkpad.tsdh.de> <4AA54E35.2000909@comcast.net> <23d923960909071450w303ed595pc0f1e1fb051693c4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkvQk-0005vC-EA for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 03:47:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkvQg-0005uY-Rb for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 03:47:58 -0400 Received: from [199.232.76.173] (port=54184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkvQg-0005uU-OQ for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 03:47:54 -0400 Received: from mx20.gnu.org ([199.232.41.8]:3929) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkvQf-0008WA-8N for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 03:47:53 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkvQb-0007o7-UA for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 03:47:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MkvQa-0005sg-H7 for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 09:47:48 +0200 Received: from 141.26.95.73 ([141.26.95.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 09:47:48 +0200 Received: from tassilo by 141.26.95.73 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 09:47:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Melton Low 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 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 >>> <33919E72-45AB-4F50-8D5E-46807AC4BFA9@gmail.com>. >>> >>> >> >> _______________________________________________ >> 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 >> > _______________________________________________ > 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