Re: [O] [ODT] image scaling overridden by long caption

2012-02-14 Thread Andreas Leha
Jambunathan K writes: > Hello Andreas > > I have added support for character anchored images as part of the > following commit release_7.8.03-201-g1d99fd7. > > I am attaching a sample Org file and the associated ODT output. > > #+TITLE: side-by-side.org > #+AUTHOR:Jambunathan K > #+EMAIL:

Re: [O] [ODT] image scaling overridden by long caption

2012-02-07 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > > #+label: fig:baz #+name: baz #+attr_odt: :scale 0.5 #+header: :file baz.png #+header: :width 7200 :height 3600 :res 600 #+begin_src R :exports results :results graphics plot(1:10, 1:10) #+end_src > > Image

Re: [O] [ODT] image scaling overridden by long caption

2012-01-30 Thread Jambunathan K
Andreas Leha writes: >>> #+label: fig:baz >>> #+name: baz >>> #+attr_odt: :scale 0.5 >>> #+header: :file baz.png >>> #+header: :width 7200 :height 3600 :res 600 >>> #+begin_src R :exports results :results graphics >>> plot(1:10, 1:10) >>> #+end_src Image that R outputs is 7200-by-3600. >> #+

Re: [O] [ODT] image scaling overridden by long caption

2012-01-27 Thread Andreas Leha
Jambunathan K writes: Hi Jambunathan, thanks for looking into this. Answer to your questions below > Hello Andreas > > Andreas Leha writes: >> But I experienced another issue with respect to images scaling in the odt >> export: >> >> This subtree: >> >> test.org =

Re: [O] [ODT] image scaling overridden by long caption

2012-01-27 Thread Jambunathan K
Hello Andreas Andreas Leha writes: > But I experienced another issue with respect to images scaling in the odt > export: > > This subtree: > > test.org == > * Test image scaling in odt > #+caption: bar > #+label: fig:bar > #+name: bar > #+attr_odt: :width 8 > #+h

Re: [O] [ODT] image scaling overridden by long caption

2012-01-23 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Does the existing behaviour as captured in [[Side-by-Side images laid > out by hand]] be preserved with new export driver? I'm not sure to get the syntax right, but in the new exporter, you can see what is the next or previous element, along with its properties. T

Re: [O] [ODT] image scaling overridden by long caption

2012-01-23 Thread Jambunathan K
Hello Andreas I have added support for character anchored images as part of the following commit release_7.8.03-201-g1d99fd7. I am attaching a sample Org file and the associated ODT output. Nicolas/Eric Don't be surprised. Please Read on ... --8<---cut here---start--

Re: [O] [ODT] image scaling overridden by long caption

2012-01-21 Thread Andreas Leha
Jambunathan K writes: > Hello Andreas > >> Hi all, >> >> I experience unexpected behaviour with the excellent odt exporter in case of >> included images. >> When I add a #+caption the text width of that caption overrides the >> specified image width (#ATTR_ODT: :witdh X), which I use to downscale

Re: [O] [ODT] image scaling overridden by long caption

2012-01-19 Thread Jambunathan K
Hello Andreas > Hi all, > > I experience unexpected behaviour with the excellent odt exporter in case of > included images. > When I add a #+caption the text width of that caption overrides the > specified image width (#ATTR_ODT: :witdh X), which I use to downscale > the image in the odt. > Especi