;;; This file is called poop.skb (document :title "moo" (chapter :title [blah: poo] [Blah blah blah blah.])) ;; When running: ;; skibilo -t info -o poop.info poop.skb ;; then running: ;; info ./poop.info ;; then choosing the first chapter, supposedly named "blah: poo", info ;; complains that it cannot find node named "poo::". ;; What do I do to include colons in the title itself, and make it ;; avoid splitting it into "blah" as a title and "poo" as the node ;; name?