Hello!
I'm new using AsciiDoc. The thing is this issue I'm running on when trying
to use the dockbook backend, the following error is printed:
> asciidoc -d book -b dockbook biblia.txt
asciidoc: FAILED: biblia.txt: line 4: missing backend conf file:
dockbook.conf
The line 4 in my document biblia.txt contains the following:
:doctype: book
If I set use the -e option, I get the following python exception:
> asciidoc -e -d book -b dockbook
biblia.txt
asciidoc: ERROR: [attributes] missing 'attributelist-pattern' entry
asciidoc: FAILED: unexpected error:
asciidoc: ------------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/asciidoc", line 5940, in asciidoc
AttributeList.initialize()
File "/usr/bin/asciidoc", line 1923, in initialize
AttributeList.pattern = document.attributes['attributelist-pattern']
File "/usr/bin/asciidoc", line 115, in __getitem__
return dict.__getitem__(self, key.lower())
KeyError: 'attributelist-pattern'
How can I create a docbook file from my asciidoc files?
Thanks!
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.