On Sep 28, 8:58 pm, Stuart Rackham <srack...@gmail.com> wrote:
> A collision will only occur for same named filters, in which case the last one
> loaded (i.e. the one in ./filters) will have precedence because the conf files
> override each other.

What is wrong with this filter conf file? If it is in ~/.asciidoc/
filters/trans then it is picked up, but if it is in ./filters/trans,
then I get the message that trans-filter.py does not exist. It is
chmod a+x in both places, and a2x -v show that trans-filter.conf is
picked up in from both places.

The error message is:
/bin/sh: trans-filter.py: command not found

trans-filter.conf:
[blockdef-listing]
trans-
style=template="listingblock",presubs=(),postsubs=("callouts",),posattrs=("style","basefile"),filter="trans-
filter.py -b {basebackend} -f {basefile}"

[paradef-default]
trans-style=template="trans{format?-{format}}-
block",presubs=(),postsubs=("callouts",),posattrs=("style","target","basefile"),filter="trans-
filter.py -b {basebackend} -f {target}"

[trans-block]
template::[filter-image-blockmacro]

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to ascii...@googlegroups.com.
To unsubscribe from this group, send email to 
asciidoc+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to