I am so sorry that the last patch is faulty...Today I settled down to check it again as I need to make a SlideShow, finding the issue.
actually just adding (skribilo ast) might be neaterbut I would like to pick the four missing, since that part of the document is about slides instead of "ast"
below is the working patch. Anyone can now test this (after applying the patch) with > skribilo --target=html doc/user/src/slides.skb -o /tmp/slides.html at the project's root -- fingerprint: 469A 1322 13E3 4A61 24DC 8001 8D4B C9CD 361B 6C8C
From aafd15f0c7446a73b8f4f7f999af13d2668503d1 Mon Sep 17 00:00:00 2001 From: "R.W.Flurando" <[email protected]> Date: Fri, 5 Dec 2025 18:16:37 +0800 Subject: [PATCH] add missing imports --- doc/user/src/slides.skb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/src/slides.skb b/doc/user/src/slides.skb index 1d0cc22..582eada 100644 --- a/doc/user/src/slides.skb +++ b/doc/user/src/slides.skb @@ -1,4 +1,4 @@ -(use-modules ((skribilo ast) #:select search-down) +(use-modules ((skribilo ast) #:select (ast-document is-markup? markup-option search-down)) (skribilo package slide)) (document :title (color :fg "red" (sf "Skribilo Slides")) -- 2.52.0
OpenPGP_signature.asc
Description: OpenPGP digital signature
