emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Footnote export to LaTeX "wrong number of arguments" error


From: John Hendy
Subject: Re: [O] Footnote export to LaTeX "wrong number of arguments" error
Date: Sat, 30 Jul 2011 16:34:33 -0500

On Sat, Jul 30, 2011 at 4:26 PM, Achim Gratz <address@hidden> wrote:
> Jambunathan K <address@hidden> writes:
>>> I've done make clean && make && make doc about 10 times today already,
>>> including Achim's suggestion of make cleanall & & make all autoloads.
>
> Just to be clear, the latter suggestion is only needed if you never use
> "make install", which would refresh org-install.el.
>
>>
>> 1. Does it work after doing make clean?
>
> This does not remove org-install.el when it is already present.  You
> must use 'make cleanall' to remove it.
>

No idea. All I can confirm is that:

- git pull
- make clean && make

behaves differently than:

- git pull
- make clean

>> 2. Does it work with release_7.7?
>>
>>   $ git reset --hard release_7.7
>>
>> If it works with both 1 & 2 then (may be) Eric's recent checkin is
>> causing this regression.
>
> I've tested John's document on the latest Git head that includes this
> commit.  I'm getting the feeling that John might have customized the
> load-path in more than one place and that add-to-list might not
> prepending the entries as he assumes since they are already present in
> load-path.  Something like
>

Also no idea. I have used the same method for loading paths and never
had a problem before. Let me know what you think of my config here:
http://pastebin.com/ztvgMFFd

Also, I never posted in response to Jambunathan's request:

,---
| M-: load-path
| ("~/.elisp/org.git/lisp/" "~/.elisp/site-lisp/"
"~/.elisp/org.git/contrib/lisp/" "~/.elisp/org.git/contrib/scripts/"
| "/usr/share/emacs/23.3/site-lisp" "/usr/share/emacs/site-lisp"
"/usr/share/emacs/23.3/lisp"
| "/usr/share/emacs/23.3/lisp/url" "/usr/share/emacs/23.3/lisp/textmodes"
| "/usr/share/emacs/23.3/lisp/progmodes" "/usr/share/emacs/23.3/lisp/play"
| "/usr/share/emacs/23.3/lisp/org" ...)
`---

Let me know if anything looks awry here.


Thanks again,
John

> (setq load-path (cons (expand-file-name "~/.elisp/org.git/lisp") load-path))
>
> should be more robust in this case.
>
>
> Regards,
> Achim.
> --
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>
> Factory and User Sound Singles for Waldorf rackAttack:
> http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
>
>
>



reply via email to

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