[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-04-11 Thread Bastien
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> Unless I'm mistaken, the following patch should fix the issue. > > Applied. Thanks! -- Bastien

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-04-10 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Unless I'm mistaken, the following patch should fix the issue. Applied. -- Nicolas Goaziou

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-03-28 Thread Nicolas Goaziou
Hello, Bastien writes: > If someone wants to work on this, help is welcome. > Let's keep the bug open in the meantime. Unless I'm mistaken, the following patch should fix the issue. Regards, -- Nicolas Goaziou >From 4d62387fe035d9aa3d1dc96d12d40c53dca2afe5 Mon Sep 17 00:00:00 2001 From: Ni

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-03-21 Thread Bastien
Hi Eli, Eli Zaretskii writes: > I fixed expand-file-name (trunk revision 116624). Thanks. > I'm keeping the bug open until the Org part is either fixed or we > decide it doesn't need fixing. In my opinion, it needs a fix, but it's quite a rewrite, so don't expect any change here before Org 9.

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-03-01 Thread Eli Zaretskii
> Date: Tue, 25 Feb 2014 19:49:02 +0200 > From: Eli Zaretskii > Cc: sva-n...@mygooglest.com, 16...@debbugs.gnu.org > > > From: Bastien > > Cc: Sebastien Vauban , 16...@debbugs.gnu.org > > Date: Tue, 25 Feb 2014 18:12:05 +0100 > > > > Eli Zaretskii writes: > > > > > Ugh. Bastien, could you (

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
> From: Glenn Morris > Cc: Nicolas Goaziou , sva-n...@mygooglest.com, > b...@altern.org, 16...@debbugs.gnu.org > Date: Tue, 25 Feb 2014 13:41:14 -0500 > > Eli Zaretskii wrote: > > >> file:path > >> > >> is a valid file link type in Org. Therefore, > [...] > > But that's exactly the prob

Re: [O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Achim Gratz
Eli Zaretskii writes: > But that's exactly the problem: producing a file name from a file:// > URL requires to remove the "file://" prefix. It is invalid to leave > the 2 extra slashes and remove only "file:". Why does Org do that? Because Org doesn't know squat about URI schemes and uses ad-hoc

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Glenn Morris
Eli Zaretskii wrote: >> file:path >> >> is a valid file link type in Org. Therefore, [...] > But that's exactly the problem: producing a file name from a file:// > URL requires to remove the "file://" prefix. It is invalid to leave > the 2 extra slashes and remove only "file:". Why does Org

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: Eli Zaretskii , Sebastien Vauban > , 16...@debbugs.gnu.org > Date: Tue, 25 Feb 2014 19:04:10 +0100 > > >> Ugh. Bastien, could you (or someone else of Org developers) please > >> look into this? Why does the URI above causes the recent version of > >> Org to pass

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Nicolas Goaziou
Hello, Bastien writes: >> Ugh. Bastien, could you (or someone else of Org developers) please >> look into this? Why does the URI above causes the recent version of >> Org to pass an invalid file name such as >> >>///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name > > I will look

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
> From: Bastien > Cc: Sebastien Vauban , 16...@debbugs.gnu.org > Date: Tue, 25 Feb 2014 18:12:05 +0100 > > Eli Zaretskii writes: > > > Ugh. Bastien, could you (or someone else of Org developers) please > > look into this? Why does the URI above causes the recent version of > > Org to pass an

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Bastien
Eli Zaretskii writes: > Ugh. Bastien, could you (or someone else of Org developers) please > look into this? Why does the URI above causes the recent version of > Org to pass an invalid file name such as > >///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name I will look into this,