org: add an example of conversion to BA format

This script was first posted on https://github.com/adl/hoaf/issues/73

* doc/org/tut25.org: New file.
* doc/Makefile.am: Add it.
* doc/org/tut.org, doc/org/tut21.org, NEWS: Link to it.
* doc/org/init.el.in: Install *.py files.
* doc/org/.gitignore: Add toba.py.
This commit is contained in:
Alexandre Duret-Lutz 2024-03-19 21:21:22 +01:00
parent 06099f649e
commit cb15840c56
7 changed files with 641 additions and 344 deletions

View file

@ -179,7 +179,7 @@ up.html points to index.html, then the result is:
:auto-preamble t)
("spot-static"
:base-directory "@abs_top_srcdir@/doc/org/"
:base-extension "css\\|js\\|png\\|svg\\|jpg\\|gif\\|pdf"
:base-extension "css\\|js\\|png\\|svg\\|jpg\\|gif\\|pdf\\|py"
:publishing-directory "@abs_top_srcdir@/doc/userdoc/"
:recursive t
:publishing-function org-publish-attachment)