By default these org lines:
my image: [[./figure1.png]] are exported into these ones in latex:
\includegraphics[width=.9\linewidth]{./figure1.png} How can I change the default value of width \width=.9\linewidth?
I know that it is possible to change locally just before each picture, but it is possible to set another default value?
#+ATTR_LATEX: :width 0.98\linewidth [[./figure1.png]]