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 <[EMAIL PROTECTED]> 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>



_______________________________________________
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

Reply via email to