From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: new HTML export prompts for file encoding Date: Sat, 25 Aug 2012 11:06:50 -0600 Message-ID: <878vd2x5n9.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5Kss-0007ph-Rz for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 14:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5Ksr-0007eQ-MS for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 14:14:58 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:55112) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T5Ksr-0007dh-Ej for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 14:14:57 -0400 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: Org Mode Mailing List Hi, The new export engine often runs into problems with file encodings where the old exporter did not. As an example export the index.org page from the worg repository (or any page containing utf8 characters) to html using the old export (which works fine), and then export using the new exporter by evaluating (org-export-to-file 'e-html "/tmp/worg.html"). The new exporter prompts the user for confirmation of the encoding and then runs into encoding issues. Is it possible to run the new html exporter in such a way that no user prompts are raised during export? Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte