emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* new HTML export prompts for file encoding
@ 2012-08-25 17:06 Eric Schulte
  2012-08-25 19:23 ` Jambunathan K
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Schulte @ 2012-08-25 17:06 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new HTML export prompts for file encoding
  2012-08-25 17:06 new HTML export prompts for file encoding Eric Schulte
@ 2012-08-25 19:23 ` Jambunathan K
  2012-08-25 20:15   ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2012-08-25 19:23 UTC (permalink / raw)
  To: Eric Schulte; +Cc: Org Mode Mailing List

Eric Schulte <eric.schulte@gmx.com> 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 <kjambunathan@gmail.com>
Date:   Sun Aug 26 00:50:17 2012 +0530

    Set `org-e-html-coding-system' to 'utf-8


> Thanks,

-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new HTML export prompts for file encoding
  2012-08-25 19:23 ` Jambunathan K
@ 2012-08-25 20:15   ` Bastien
  2012-08-25 20:41     ` Jambunathan K
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2012-08-25 20:15 UTC (permalink / raw)
  To: Jambunathan K; +Cc: Org Mode Mailing List, Eric Schulte

Hi Jambunathan,

Jambunathan K <kjambunathan@gmail.com> writes:

> commit 2cb72af8e8d818d10c744783549a6195c95036f0
> Author: Jambunathan K <kjambunathan@gmail.com>
> Date:   Sun Aug 26 00:50:17 2012 +0530
>
>     Set `org-e-html-coding-system' to 'utf-8

Thanks for the quick fix.

Please commit bug fixes to maint and merge to master, as we will 
release the next bugfix release 7.9.1 from maint.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new HTML export prompts for file encoding
  2012-08-25 20:15   ` Bastien
@ 2012-08-25 20:41     ` Jambunathan K
  2012-08-25 20:48       ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2012-08-25 20:41 UTC (permalink / raw)
  To: Org Mode Mailing List; +Cc: Bastien, Nicolas Goaziou, Eric Schulte

Bastien <bzg@altern.org> writes:

> Hi Jambunathan,
>
> Jambunathan K <kjambunathan@gmail.com> writes:
>
>> commit 2cb72af8e8d818d10c744783549a6195c95036f0
>> Author: Jambunathan K <kjambunathan@gmail.com>
>> Date:   Sun Aug 26 00:50:17 2012 +0530
>>
>>     Set `org-e-html-coding-system' to 'utf-8
>
> Thanks for the quick fix.
>
> Please commit bug fixes to maint and merge to master, as we will 
> release the next bugfix release 7.9.1 from maint.

I have pushed one last change to org-e-odt.el. (I would have liked to
polish it a bit)

What you see is what you get - org-e-html.el and org-e-odt.el. 

I leave maintainers to do their better judgement.

Good bye folks.  

This is the last mail or commit you will see from me.

> Thanks,

-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new HTML export prompts for file encoding
  2012-08-25 20:41     ` Jambunathan K
@ 2012-08-25 20:48       ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2012-08-25 20:48 UTC (permalink / raw)
  To: Jambunathan K; +Cc: Nicolas Goaziou, Org Mode Mailing List, Eric Schulte

Hi Jambunathan,

Jambunathan K <kjambunathan@gmail.com> writes:

> I have pushed one last change to org-e-odt.el. (I would have liked to
> polish it a bit)
>
> What you see is what you get - org-e-html.el and org-e-odt.el. 
>
> I leave maintainers to do their better judgement.

Those changes are significant enough to belong to master IMO.

> This is the last mail or commit you will see from me.

May I ask why?  Unless someone explicitely says he wants to take
ownership on org-e-html.el and org-e-odt.el, those files are yours.

In any case, thanks for your great contributions so far.

I hope this is just a temporary break due to some other project 
you have.

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-25 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-25 17:06 new HTML export prompts for file encoding Eric Schulte
2012-08-25 19:23 ` Jambunathan K
2012-08-25 20:15   ` Bastien
2012-08-25 20:41     ` Jambunathan K
2012-08-25 20:48       ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).