Next: Bucket Index, Previous: Bucket Projects List, Up: Bucket Index HTML [Index]
This code uses the result from bucket-projects-list
to create an unordered
list of links written to bucket projects, written in Org-mode syntax. It is
executed by a ‘#+call:’ in *Bucket Index during an HTML export of that subtree
to a file called ‘index.html’.
(seq-do (lambda (u) (princ (format "- [[%s/%sindex.html][~%s~]] " b-url u u))) (split-string projects))