Hi, Not that important but I think there is a typo on FAQ 45, where it says:
$ asciidoc -a localdate=`date +%d-%d-%Y` mydoc.txt Shouldn't it be: $ asciidoc -a localdate=`date +%d-%m-%Y` mydoc.txt Notice the use of %m for the month instead of the %d for the day. Regards, Sérgio Lopes -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
