From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: new HTML export prompts for file encoding Date: Sun, 26 Aug 2012 00:53:34 +0530 Message-ID: <87ehmuvkqx.fsf@gmail.com> References: <878vd2x5n9.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5Lwf-00081F-Os for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 15:22:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5Lwd-0001oY-FQ for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 15:22:57 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:34966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5Lwd-0001oJ-9D for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 15:22:55 -0400 Received: by dadi14 with SMTP id i14so1599546dad.0 for ; Sat, 25 Aug 2012 12:22:52 -0700 (PDT) In-Reply-To: <878vd2x5n9.fsf@gmx.com> (Eric Schulte's message of "Sat, 25 Aug 2012 11:06:50 -0600") 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: Eric Schulte Cc: Org Mode Mailing List Eric Schulte writes: > 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? commit 2cb72af8e8d818d10c744783549a6195c95036f0 Author: Jambunathan K Date: Sun Aug 26 00:50:17 2012 +0530 Set `org-e-html-coding-system' to 'utf-8 > Thanks, --