From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: [bug] Export to FreeMind (HTML) fails due to ampersant in URL Date: Wed, 4 Feb 2015 17:46:25 +0100 Message-ID: <2015-02-04T17-41-08@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ36F-0005d6-UY for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:46:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ36C-0002sD-Nh for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:46:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:42695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ36C-0002s5-Be for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:46:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJ36B-0001rR-8B for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 17:46:43 +0100 Received: from friends.grml.info ([136.243.234.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 17:46:43 +0100 Received: from news1142 by friends.grml.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 17:46:43 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! Org-mode version 8.3beta (release_8.3beta-721-gd1c5dc) on GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 When I export a simple heading like below, which contains an URL with an ampersant (&), FreeMind throws an error: ,----[ The exported heading ] | ** Freemind-Tests | | - [[https://www.youtube.com/watch?v=qwtVtcQQfqc&feature=player_embedded][Emacs Rocks 11 - swank-js]] `---- ,----[ FreeMind v1.0.1 Error Message ] | Error while parsing file:freemind.main.XMLParseException: XML Parse Exception | during parsing of the XML definition at line 1: Unexpected end of data reached `---- ,----[ resulting mm-file ] | | | | | | | | |

Freemind-Tests |

| | |
| | | | | | | | | |
|
`---- When I remove the "&" from the mm-file, FreeMind is able to import/show the mind-map without any issues. This might be related with the HTML exporter since ox-freemind.el is using ox-html. -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github