[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: |
Eric Abrahamsen |
Subject: |
Re: [ELPA/elpa-admin] Render README.org as HTML with ox-html |
Date: |
Sat, 09 Oct 2021 09:39:47 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
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?