emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <C.Dominik@uva.nl>
To: Charles Martin <chasrmartin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Messages loading 6.03
Date: Sat, 24 May 2008 22:13:13 +0200	[thread overview]
Message-ID: <0F0392A7-267F-4B9C-8507-DB4FC7558098@uva.nl> (raw)
In-Reply-To: <ba5c48a70805241300m68e997m3b5021b5427ecbdb@mail.gmail.com>


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 <C.Dominik@uva.nl>  
> 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.
> <Picture 7.png>

  reply	other threads:[~2008-05-24 20:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-24 18:04 Messages loading 6.03 Charles Martin
2008-05-24 19:48 ` Carsten Dominik
2008-05-24 20:00   ` Charles Martin
2008-05-24 20:13     ` Carsten Dominik [this message]
2008-05-24 20:13   ` Carsten Dominik

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=0F0392A7-267F-4B9C-8507-DB4FC7558098@uva.nl \
    --to=c.dominik@uva.nl \
    --cc=chasrmartin@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).