bug-gnu-emacs
[Top][All Lists]
Advanced

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

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


From: Sebastien Vauban
Subject: bug#16751: 24.3.50; Export during Org export to HTML
Date: Tue, 25 Feb 2014 10:36:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Eli Zaretskii wrote:
>> From: "Sebastien Vauban" <sva-news@mygooglest.com>
>> Cc: 16751@debbugs.gnu.org
>> Date: Mon, 24 Feb 2014 12:30:00 +0100
>> 
>> (gdb) xstring
>> $2 = (struct Lisp_String *) 0x662b010
>> "///opt/tomcat/4/apache-tomcat-4.1.40/webapps/../user_projects/GHIJSP2/deploy/WEB-INF/sharedfiles/resources/FR/domVal.xml"
>
> I see the problem now, and will make sure Emacs won't crash when
> handed such bogus file names.
>
> However, there's most probably a bug in Org as well, since it isn't
> supposed to produce such file names.  I suspect this was an
> incorrectly processed file:// URL.  Any chance you could throw
> together the shortest Org file with such a file name and a minimal
> recipe to reproduce the problem starting from "emacs -Q"?  I'd like to
> see how exactly this "file name" cam into existence.

Sure:

1. Minimal Emacs configuration file:

--8<---------------cut here---------------start------------->8---
;; adjust to your path
(add-to-list 'load-path "~/Public/Repositories/org-mode/testing")
(add-to-list 'load-path "~/Public/Repositories/org-mode/contrib/lisp")
(add-to-list 'load-path "~/Public/Repositories/org-mode/lisp")

(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
--8<---------------cut here---------------end--------------->8---

2. Shortest Org file:

--8<---------------cut here---------------start------------->8---
URI=file:///opt/tomcat/4/apache-tomcat-4.1.40/webapps/../user_projects/GHIJSP2/deploy/WEB-INF/sharedfiles/resources/FR/domVal.xml
--8<---------------cut here---------------end--------------->8---

3. Recipe:
   - Open the Org file
   - Call the `org-export-dispatch' command, and export to HTML

Note that Emacs doesn't crash with Org version 7.9.3f (the one launched
if I do "emacs -Q").

Best regards,
  Seb

-- 
Sebastien Vauban





reply via email to

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