emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: ?Glitch in Makefile: Release org-mode 5.10b


From: Steven E. Harris
Subject: [Orgmode] Re: ?Glitch in Makefile: Release org-mode 5.10b
Date: Thu, 27 Sep 2007 11:28:59 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (cygwin32)

Eric J Haywiser <address@hidden> writes:

> This could be confusing to a newbie, who is the most likely person to
> encounter this problem.

I just ran into this problem while installing org-mode last night, and
came up with a similar fix.

Also, for XEmacs users, the eval form needs to add both the base
directory and the "xemacs" directory in order to pick up noutline.el. I
wound up using something like

  BATCH=$(EMACS) -batch -q -eval \
    "(progn (add-to-list (quote load-path) \"$(pwd)\") \
            (add-to-list (quote load-path) \"$(pwd)/xemacs\"))"

as a quick cut-and-paste fix.

-- 
Steven E. Harris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]