Re: [O] How to create new export modes derived from html

2013-09-13 Thread Pascal Quesseveur
>"NG" == Nicolas Goaziou a écrit : NG> We rewrote export framework in Org 8.0. I suggest to use it NG> instead. Thank you for your answer. Yes I have read about the new exports but my initial goal was to use the version included in latest emacs release distribution and I think it is version

Re: [O] How to create new export modes derived from html

2013-09-13 Thread Nicolas Goaziou
Hello, Pascal Quesseveur writes: > In the past I have created 2 modes in Muse to produce help files from > JavaHelp and CSH. Those modes derived throm html. I want to adapt them > to org-mode (version 7.9). I think they could be implemented as a hook > to html export. What do you think is the be

[O] How to create new export modes derived from html

2013-09-13 Thread Pascal Quesseveur
Hello, In the past I have created 2 modes in Muse to produce help files from JavaHelp and CSH. Those modes derived throm html. I want to adapt them to org-mode (version 7.9). I think they could be implemented as a hook to html export. What do you think is the best way to create new exports in that