From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Messages loading 6.03 Date: Sat, 24 May 2008 22:13:13 +0200 Message-ID: <0F0392A7-267F-4B9C-8507-DB4FC7558098@uva.nl> References: <77C0D3B2-A126-48A9-AB93-0C2E4E3957A7@uva.nl> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K007E-00017B-8X for emacs-orgmode@gnu.org; Sat, 24 May 2008 16:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0079-00016Q-Id for emacs-orgmode@gnu.org; Sat, 24 May 2008 16:13:19 -0400 Received: from [199.232.76.173] (port=57000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0079-00016N-Bm for emacs-orgmode@gnu.org; Sat, 24 May 2008 16:13:15 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:19586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0078-0002sc-KD for emacs-orgmode@gnu.org; Sat, 24 May 2008 16:13:14 -0400 In-Reply-To: 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: Charles Martin Cc: emacs-orgmode@gnu.org On May 24, 2008, at 10:00 PM, Charles Martin wrote: > Well, no, I hadn't cutstomized it to do any such thing; that's the > state of org-mode straight from the box, or the state after I upgraded > to 6.02b. However, it turns out that the bit to load that stuff is > indeed set, see the screen capture attached. I'm suspicious that the > tarball somehow comes with that bit already set. Ah, this i interesting, a side effect of renaming org-infojs.el to org- jsinfo.el. I am trying to fix this when loading org.el, with this code, just before defcustom org-modules. (when (org-bound-and-true-p org-modules) (let ((a (member 'org-infojs org-modules))) (and a (setcar a 'org-jsinfo)))) Are you loading org.el before actually loading .custom.el or wherever you have your customization? This would be a way to defeat my fix.... - Carsten > > > I don't have the contrib directory either. > > Some of that stuff sounds really handy, though, where can I get it? > > Thanks > > Charlie > > > On Sat, May 24, 2008 at 1:48 PM, Carsten Dominik > wrote: >> Hi Charles, >> >> This is because you have customized org-modules to load all these >> contributed modules, but the directory contrib/lisp is not on your >> lisp >> search path. >> >> - Carsten >> >> On May 24, 2008, at 8:04 PM, Charles Martin wrote: >> >>> I just subscribed to the list so may have missed messagews about >>> this. >>> I installed 6.03 today, and when loading I get the following >>> messages: >>> >>> Loading org...done >>> Problems while trying to load feature `org-annotate-file' >>> Problems while trying to load feature `org-depend' >>> Problems while trying to load feature `org-elisp-symbol' >>> Problems while trying to load feature `org-man' >>> Problems while trying to load feature `org-toc' >>> >>> >>> Curious as to the import, if any. >>> >>> -- >>> Non est ad astra mollis e terris via. >>> >>> >>> _______________________________________________ >>> 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 >> >> > > > > -- > Non est ad astra mollis e terris via. >