Carlos Carleos <[email protected]> skribis: > --8<----------corte-desde-aquí---------------tranĉu-de-ĉi-tie---------->8-- > ;;; -*- mode: scheme; mode: skribe; coding: iso-8859-1; -*-- > > (document :title [Acta] > :html-title [Acta de prueba] > (chapter :title [Capitulo de prueba] > (section :title [Seccion de prueba] > (p [Texto de prueba])))) > --8<----------corte-hasta-aquí--------------tranĉu-ĝis-ĉi-tie---------->8-- > > ...can be compiled with "skribilo -t latex test-html.scm" but, when > trying with "skribilo -t html test-html.scm", I got an error:
This document works fine with current Git master, but I reckon a number of fixes to the HTML engine have accumulated there. Could you check whether it works for you? Probably time for a bug-fix release. > With "head -n 25 $(which skribilo)" I read... > > # Don't pass `--debug' by default (for performance reasons). When > # needed, the use should explicitly set the `GUILE' environment > # variable to, e.g., "guile --debug". This is a remnant of the Guile 1.8 days. Guile 2.0 always provides debug info, with no run-time overhead. Ludo’. _______________________________________________ Skribilo-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/skribilo-users
