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