emacs-orgmode
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]