[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] bug in new exporter
From: |
Nicolas Goaziou |
Subject: |
Re: [O] bug in new exporter |
Date: |
Wed, 05 Jun 2013 14:26:08 +0200 |
Hello,
Rasmus <address@hidden> writes:
> Nick Dokos <address@hidden> writes:
>> if I rearrange the line to
>>
>> #+ATTR_LATEX: :width "" :placement [htb!] :options scale=1.5
>>
>> I get the "Wrong argument type" error in the current version as
>> well.
>
> I can reproduce this here.
>
>> I guess :width has to be after the :options ?!? I don't quite
>> understand the rules I guess.
>
> Neither do I in this case. I'm guessing it has do with the "escaping"
> of "" 'cause it also fails if you :placement behind width.
>
> With
>
> #+ATTR_LATEX: :options scale=1.5 :width "" :placement [htb!]
> it fails here
> (attr (org-export-read-attribute :attr_latex parent))
>
> which evalues to something like
>
> Result: (:options "scale=1.5" :placement "[htb!]" :width "")
>
> when it doesn't crash.
This bug should be fixed in maint. Thanks to both of you for identifying
it.
Regards,
--
Nicolas Goaziou
- [O] bug in new exporter, Marvin Doyley, 2013/06/03
- Re: [O] bug in new exporter, Rasmus, 2013/06/03
- Re: [O] bug in new exporter, Nick Dokos, 2013/06/03
- Re: [O] bug in new exporter, Rasmus, 2013/06/03
- Re: [O] bug in new exporter, Nick Dokos, 2013/06/03
- Re: [O] bug in new exporter, Rasmus, 2013/06/03
- Re: [O] bug in new exporter,
Nicolas Goaziou <=
- Re: [O] bug in new exporter, Nick Dokos, 2013/06/05
- Re: [O] bug in new exporter, Nick Dokos, 2013/06/05
- Re: [O] bug in new exporter, Nicolas Goaziou, 2013/06/11
- Re: [O] bug in new exporter, Nick Dokos, 2013/06/11
- Re: [O] bug in new exporter, Nicolas Goaziou, 2013/06/16
- Re: [O] bug in new exporter, Nicolas Goaziou, 2013/06/11