[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ELPA/elpa-admin] Render README.org as HTML with ox-html
From: |
Stefan Monnier |
Subject: |
Re: [ELPA/elpa-admin] Render README.org as HTML with ox-html |
Date: |
Sat, 09 Oct 2021 23:37:00 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Eric Abrahamsen [2021-10-09 09:39:47] wrote:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>> I think that should be fixed by using the appropriate export option,
>>> like this:
>>>
>>> (cl-defmethod elpaa--section-to-html ((section (head text/x-org)))
>>> (elpaa--export-org (cdr section) 'html
>>> :body-only t
>>> :ext-plist (append '(:html-toplevel-hlevel 3)
>>> elpaa--org-export-options)))
>>
>> I finally pushed your code, thanks.
>
> Will this automatically update elpa.gnu.org to produce and display an
> HTML README from the Org version?
No. There is currently no code to refresh existing HTML pages :-(
So it will only kick in when a new release is made.
Stefan