Hello,

It seems options specified with ATTR_LaTeX for an image are not
reflecting in the exported file.  Yes, I did save the file and also did
a C-c C-c on the "#+ATTR_LaTeX: scale=0.5" line.

Steps to reproduce.

Download an image.
--8<---------------cut here---------------start------------->8---
wget http://valuestockphoto.com/freehighresimages/snowy_trees1995.jpg
--8<---------------cut here---------------end--------------->8---

Save the following as an org file.

--8<---------------cut here---------------start------------->8---
#+TITLE: test file

This is some test text.

#+CAPTION: Eclipse
#+LABEL: fig:trees
[[./ig380-01-02.jpg]]
#+ATTR_LaTeX: scale=0.5

#+Local Variables:
#+ org-export-latex-append-header: "
#+\\usepackage{graphicx}
#+ "
#+End:
--8<---------------cut here---------------end--------------->8---

Execute "C-c C-e l".  The exported tex file doesn't show the value of
attribute as specified in the #+ATTR line.  It will still show the
default (or customized) value only.

Either I am doing something very stupid or there might be a bug.

Regards,
-- 
Manish


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to