From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Org-mode version 6.30d; Hide stars Date: Mon, 07 Sep 2009 20:32:31 +0200 Message-ID: <87ljkqehc0.fsf@thinkpad.tsdh.de> References: <4AA13FB8.5040104@sharpleaf.org> <87y6osynhg.fsf@thinkpad.tsdh.de> <87pra2eimo.fsf@thinkpad.tsdh.de> <4AA54E35.2000909@comcast.net> 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 1Mkj1U-0002lw-19 for emacs-orgmode@gnu.org; Mon, 07 Sep 2009 14:33:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mkj1P-0002ey-9D for emacs-orgmode@gnu.org; Mon, 07 Sep 2009 14:33:03 -0400 Received: from [199.232.76.173] (port=39094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkj1O-0002ea-SM for emacs-orgmode@gnu.org; Mon, 07 Sep 2009 14:32:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:47424) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mkj1O-0004My-FG for emacs-orgmode@gnu.org; Mon, 07 Sep 2009 14:32:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mkj1K-0004Wd-0p for emacs-orgmode@gnu.org; Mon, 07 Sep 2009 20:32:54 +0200 Received: from p54af2a42.dip0.t-ipconnect.de ([84.175.42.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2009 20:32:54 +0200 Received: from tassilo by p54af2a42.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2009 20:32:54 +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 Mark Elston writes: Hi Mark! > 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. Another message Carsten forwarded, where fontification problems arose if some org module was loaded by org's org-modules variable, which didn't occur if the module in question was loaded explicitly by the user's .emacs. > I even commented out the last line (require 'org-gnus) and it still > works. But you tried also with it, right? So we can say that the fontification problems only exist if org-gnus was loaded by org's org-modules variable. If that's the case, then we've at least narrowed down the problem to only a few lines of code. Bye, Tassilo