[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] new HTML export prompts for file encoding
From: |
Jambunathan K |
Subject: |
Re: [O] new HTML export prompts for file encoding |
Date: |
Sun, 26 Aug 2012 00:53:34 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Eric Schulte <address@hidden> 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 <address@hidden>
Date: Sun Aug 26 00:50:17 2012 +0530
Set `org-e-html-coding-system' to 'utf-8
> Thanks,
--