Re: [O] latex figure scaling question, backward compatibility and outdated manual

2013-03-22 Thread Nicolas Goaziou
Hello, Thomas Alexander Gerds writes: > when edebugging the function org-export-read-attribute it is unclear to > me which function generates (the text properties of) element. You can have a look at `org-element--collect-affiliated-keywords'. > do you have a script which translates from old sy

Re: [O] latex figure scaling question, backward compatibility and outdated manual

2013-03-22 Thread Thomas Alexander Gerds
thanks for the reply! when edebugging the function org-export-read-attribute it is unclear to me which function generates (the text properties of) element. do you have a script which translates from old syntax to new? thanks. Nicolas Goaziou writes: > Hello, > > Thomas Alexander Gerds writ

Re: [O] latex figure scaling question, backward compatibility and outdated manual

2013-03-21 Thread Nicolas Goaziou
Hello, Thomas Alexander Gerds writes: > I was learning about this by guessing around for some time ... it is > surprisingly hard to edebug the export process (any hints?). This is a bit vague. > next, the following educated guess does not work: > > #+ATTR_LaTeX: :width 5cm :angle 90 This is b

Re: [O] latex figure scaling question, backward compatibility and outdated manual

2013-03-20 Thread Thomas Alexander Gerds
sorry for this post. I should have read the mailing list more carefully. looks as if a) the issue is already under discussion and b) that the manual is for latest release whereas I had problems with the pre-release. Thomas Alexander Gerds writes: > the following page from the official manual

[O] latex figure scaling question, backward compatibility and outdated manual

2013-03-19 Thread Thomas Alexander Gerds
the following page from the official manual http://orgmode.org/manual/Images-in-LaTeX-export.html says #+ATTR_LaTeX: width=5cm,angle=90 however, the new exporter does not recognize this syntax. instead the following works: #+ATTR_LaTeX: :width 5cm I was learning about this by guessing arou