Derek Thomas <derekctho...@gmail.com> writes: > Eric and Chris, > > Thanks for your responses. > > Eric, > > I'm currently using latex directly in org, but this method doesn't > play nicely with export to a regular tex file.
Why not? It would be helpful if you could post a minimal example of what does not work. > Would it be possible > to use something similar to this? > > #+begin_src org > ** A plain slide > *** [path/to/fig] > :PROPERTIES: > :FIGURE_envargs: > Figure placement options > :END: > #+end_src not as such but you can do the following: #+begin_src org ** a plain slide #+attr_latex: width=[0.8\textwidth] [[file:figure.png]] #+end_src and the figure should be included just fine. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode