Hello,

I have just installed skribilo from the git repo (guile 1.8.8, guile-reader from git repo) on an Arch Linux system.

Compiling this simple document

(use-modules (skribilo engine))
(engine-custom-set! (find-engine 'context) 'document-style "manuscript")

(document :title [Hello World!]
   :html-title [Hello World Example]

   [This is a very simple text.])

 produces the following at the top of output html, which is otherwise OK:

Warning: unreachable pattern () in (match subsections ((subsections ...) (fold loop footnotes subsections)) (() footnotes) (container (append footnotes (or (container-env-get container (quote footnote-env)) (quote ()))))) Warning: unreachable pattern () in (match subsections ((subsections ...) (fold loop footnotes subsections)) (() footnotes) (container (append footnotes (or (container-env-get container (quote footnote-env)) (quote ())))))

Cheers,
Roger

This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php

_______________________________________________
Skribilo-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/skribilo-users

Reply via email to