Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Achim Gratz
Achim Gratz writes: > Sebastien Vauban writes: >> Though, I'm not sure to understand why that solves the issue... except if the >> emacs-el package gets updated more often that Emacs, then? > > The original implementation of find-func looked explicitly for org.el, Sorry, what I meant was: the orig

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Achim Gratz
Sebastien Vauban writes: > Though, I'm not sure to understand why that solves the issue... except if the > emacs-el package gets updated more often that Emacs, then? The original implementation of find-func looked explicitly for org.el, which wasn't ever working with either compressed or not-insta

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: > Sebastien Vauban writes: >> Wait, wait, wait... >> >> When reading the backtrace even more carefully, this 3rd observation is not >> what's said by the error message: "../contrib" is not (I guess Achim is >> right) >> the problem here, but the fact that `find-librar

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> So, the problem comes down to the fact that the following... >> >> #+begin_src emacs-lisp >> (require 'find-func) >> (find-library-name "org") >> #+end_src >> >> ... does fail with the latest Cygwin [1]: >> >> Debugger entered--Lisp er

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-26 Thread Achim Gratz
Sebastien Vauban writes: > Wait, wait, wait... > > When reading the backtrace even more carefully, this 3rd observation is not > what's said by the error message: "../contrib" is not (I guess Achim is right) > the problem here, but the fact that `find-library-name' fails to find "org". > > So, the

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-26 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > So, the problem comes down to the fact that the following... > > #+begin_src emacs-lisp > (require 'find-func) > (find-library-name "org") > #+end_src > > ... does fail with the latest Cygwin [1]: > > Debugger entered--Lisp error: (error "Can't fi

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-25 Thread Sebastien Vauban
Hi Bastien, Achim and Charles, Bastien wrote: > yes, the default `org-ditaa-jar-path' value points to the contrib/ > directory, but a wrong value for this variable does prevent publishing a web > page -- unless you want to publish ditaa shunk without setting the > `org-ditaa-jar-path' correctly. >

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Bastien
Hi Sébastien, yes, the default `org-ditaa-jar-path' value points to the contrib/ directory, but a wrong value for this variable does prevent publishing a web page -- unless you want to publish ditaa shunk without setting the `org-ditaa-jar-path' correctly. Is it what you did? Best, -- Basti

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Charles
On 1/24/2013 1:27 PM, Sebastien Vauban wrote: Hi Bastien, Bastien wrote: "Sebastien Vauban" writes: It seems that `org-ditaa' and `org-exp-blocks' both expect to find an "../contrib" directory. Such is not bundled with Emacs. Isn't the assumption wrong, then or should `contrib' be bundled as

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Achim Gratz
Sebastien Vauban writes: > - `org-ditaa' and `org-exp-blocks' both expect that directory along where > org.el resides No they don't, this is only used as a fallback if they can't find the expected files elsewhere. You need to configure where they should find the JAR files. Regards, Achim. --

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> It seems that `org-ditaa' and `org-exp-blocks' both expect to find an >> "../contrib" directory. Such is not bundled with Emacs. Isn't the assumption >> wrong, then or should `contrib' be bundled as well? > > I don't know how Cygwin buil

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > It seems that `org-ditaa' and `org-exp-blocks' both expect to find an > "../contrib" directory. Such is not bundled with Emacs. Isn't the assumption > wrong, then or should `contrib' be bundled as well? I don't know how Cygwin builds the Emacs packag

[O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Sebastien Vauban
Hello, When trying to publish my Web site pages with the most recent Cygwin Emacs[1], I get the following error: --8<---cut here---start->8--- Debugger entered--Lisp error: (error "Can't find library org") signal(error ("Can't find library org")) error("Can