When org-mode exports figures to LaTeX, the figure shows up left justified. Is there an easy way to have all the figures centered?
I want to avoid having to type #+ATTR_LATEX: :float t above each figure.
I would simply like each \includegraphics in the exported LaTeX code to be wrapped in a \begin{center} ... \end{center} block.