Matt Lundin writes:
> They are the default values (i.e., I have not changed anything).
[...]
> Note: I do not run "make install". My normal routine is to run "make
> clean && make".
Yes, I noted this, I was just poking around to see where the build
process might pick up that extra "lisp/" in org-
Achim Gratz writes:
> Matt Lundin writes:
>
>> The autoloads in org-install all have "lisp/" prepended to the file
>> name.
>
> What is prefix and lispdir set to in the Makefile?
They are the default values (i.e., I have not changed anything).
--8<---cut here---start---
On Thu, May 26, 2011 at 9:56 AM, Matt Lundin wrote:
> Recently, autoloads ceased to work in my local org-mode installation.
>
> My typical update routine is to:
>
> 1. Pull the most recent changes into my local org-mode repository,
> located at "~/org-mode".
> 2. Run "make clean && make".
>
> My
Matt Lundin writes:
> The autoloads in org-install all have "lisp/" prepended to the file
> name.
What is prefix and lispdir set to in the Makefile?
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synt
Hello list,
Recently, autoloads ceased to work in my local org-mode installation.
My typical update routine is to:
1. Pull the most recent changes into my local org-mode repository,
located at "~/org-mode".
2. Run "make clean && make".
My .emacs file contains the following lines:
--8<-