Yes is was a typo: qrcode was to be read.

Anyway, I tried to install my own package from the zip here :http://
code.google.com/p/asciidoc-qrencode-filter/downloads/list

with: asciidoc --filter install qrcode-filter-1.0.zip

And now it works fine on all my machines :)

So it was probably a bad located file / a misconfiguration somewhere.

By the way, I added the "size" option to change the qrencode pixel
size as well.

Congrats for asciidoc by the way, I really like this tool :)

Cheers,

Jean-Marc



On 24 nov, 21:17, Stuart Rackham <[email protected]> wrote:
> On 25/11/11 02:22, jmtemmos wrote:
>
> > Done and uploaded.
> > I Still have to gain knowledge on asciidoc general syntax to
> > understand the "asciidoc: WARNING: test.adoc: line 2: missing style:
> > [blockdef-listing]: qrode" error on some configs.
>
> I'm guessing that it is asciidoc version related, are the asciidoc versions
> different? Also I'm guessing that the 'grode' in the message is a manual
> transcription error (should be grcode)?
>
> Cheers, Stuart
>
>
>
>
>
>
>
>
>
> > Cheers
>
> > On 24 nov, 11:07, jmtemmos<[email protected]>  wrote:
> >> Thanks,
>
> >> I fixed the verbose issue, added the pixel size option (not uploaded
> >> yet).
>
> >> I will provide it as a downloadable filter plugin asap.
>
> >> I will upload everything soon, but I would like to find out why I get
> >> a "asciidoc: WARNING: test.adoc: line 2: missing style: [blockdef-
> >> listing]: qrode" Error on some machines first.
>
> >> Cheers,
>
> >> On 23 nov, 22:59, Stuart Rackham<[email protected]>  wrote:
>
> >>> Hi Jean-Marc, very nice.
>
> >>> It would be great if you could offer it as a downloadable filter plugin 
> >>> (seehttp://www.methods.co.nz/asciidoc/manpage.html#X1andhttp://www.method...).
>
> >>> I've added it to the list of filter plugins
> >>> (http://www.methods.co.nz/asciidoc/plugins.html).
>
> >>> I struck an error with the verbose option set, your filter passes a -v 
> >>> verbose
> >>> option to qrencode but the qrencode -v option is a short version for the
> >>> --symversion=NUMBER option. This results in a "No output filename is 
> >>> given" error:
>
> >>> Exec: qrencode  -v -o "/home/srackham/projects/asciidoc/trunk/t__1.png"<
> >>> "/tmp/tmpGE9aK2">&2
> >>> No output filename is given.
>
> >>> qrencode does not have a verbose option (I'm using qrencode 3.0.3) so the 
> >>> it
> >>> should not be passed in:
>
> >>> 8<-------------------------------------------------------------
> >>> --- qrcode2img.py.orig  2011-11-24 10:40:24.540464708 +1300
> >>> +++ qrcode2img.py       2011-11-24 10:41:21.013458363 +1300
> >>> @@ -94,8 +94,6 @@
> >>>                else:
> >>>                    infile = self.infile
> >>>                options = ""
> >>> -            if self.options.verbose:
> >>> -                options += " -v"
> >>>                if self.options.scale:
> >>>                    options += " --scale %f" % self.options.scale
> >>>                #systemcmd('zint -b 58 -i "%s" -o "%s" %s' % (
> >>> 8<-------------------------------------------------------------
>
> >>> Cheers, Stuart
>
> >>> On 24/11/11 01:20, Jean-Marc Temmos wrote:
>
> >>>> Hello,
>
> >>>> I had to write a very basic asciidoc qrcode filter for my needs and 
> >>>> thought it
> >>>> might be useful to others.
>
> >>>> Please find more information here:
>
> >>>>http://code.google.com/p/asciidoc-qrencode-filter/
>
> >>>> Cheers,
>
> >>>> --
> >>>> 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 
> >>>> athttp://groups.google.com/group/asciidoc?hl=en.

-- 
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.

Reply via email to