Re: ox-slimhtml

2021-10-03 Thread Bastien
Hi Amin, Amin Bandali writes: > Bastien, would you and Nicolas be open to adding ox-slimhtml more or > less in its current form to Org core, if Laszlo, myself, and/or others > look after it and help maintain it? No, because it would be confusing to have two HTML export backends in O

Re: ox-slimhtml

2021-10-03 Thread Timothy
Hi Amin, > What do you (other folks also) think? A while ago Nicolas forwarded me an email between him and Laszlo on this. Here are my thoughts at the time addresses to Laszlo (which haven’t changed much since): Nicolas writes: > IIUC, merge is only viable if “ox-slimhtml” is a d

Re: ox-slimhtml

2021-10-03 Thread Amin Bandali
ested in helping :/ Apologies for completely dropping the ball on this. It's been beyond hectic around me the past few months, and I essentially had zero time to work on this and several other projects I've been interested in. Bastien, would you and Nicolas be open to adding ox-slimhtml

Re: ox-slimhtml

2021-09-25 Thread Bastien Guerry
Hi Laszlo, Bastien writes: > I encourage everyone to try exporting Org documents to HTML using your > library and see how it compares with ox-html.el for a daily usage. nobody seemed to be that interested in helping :/ I hope you were able to continue working on this, don't hesitate to send an

Re: How to reinject custom function into derived backend which doesn't implement it, ex : footnote in ox-slimhtml backend.

2021-04-27 Thread Nicolas Goaziou
Hello, rey-coyrehourcq writes: > Actually footnotes are not defined in ox-slimhtml, so as i read in the org > documentation [1] ), > i try to add this capacity by simply calling vanilla ox-html function > org-html-footnote-reference into translate-alist : > > (org-exp

Re: How to reinject custom function into derived backend which doesn't implement it, ex : footnote in ox-slimhtml backend.

2021-04-27 Thread Bastien
Hi, rey-coyrehourcq writes: > I'm trying to develop my own `publish.el` for some research project > linked to reproductibility. You didn't receive much feedback - sorry for that. Did you make progress about your project?

Re: ox-slimhtml

2020-12-16 Thread Bastien
Hi Laszlo, thanks for ox-slimhtml.el and for announcing it on the list. > Amin was kind enough to poke me to submit and post about my package, > ox-slimhtml. > In a nutshell, it is an org-export backend - transcodes Org elements to > HTML/text output. > > My primary use fo

Re: ox-slimhtml

2020-12-14 Thread tomas
On Mon, Dec 14, 2020 at 12:48:27AM -0500, Laszlo Elo wrote: > Hello, > > Amin was kind enough to poke me to submit and post about my package, > ox-slimhtml. > In a nutshell, it is an org-export backend - transcodes Org elements to > HTML/text output. Thank you (bo

ox-slimhtml

2020-12-13 Thread Laszlo Elo
Hello, Amin was kind enough to poke me to submit and post about my package, ox-slimhtml. In a nutshell, it is an org-export backend - transcodes Org elements to HTML/text output. My primary use for it, is to create derived export backends. (picture a/b testing, for example) By default, it

How to reinject custom function into derived backend which doesn't implement it, ex : footnote in ox-slimhtml backend.

2020-10-02 Thread rey-coyrehourcq
Hi, I'm trying to develop my own `publish.el` for some research project linked to reproductibility. I chose ox-slimhtml [0] as derived backend to limit and simplify the html/css outputs generated by vanilla html backend/publish. Actually footnotes are not defined in ox-slimhtml, so