Next: , Previous: , Up: Bucket Index HTML   [Index]


A.4.5 Bucket Project Links

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))