Re: [Orgmode] export-latex-final-hook

2010-04-19 Thread Dan Davison
Matt Price writes: > Thanks to Dan and Carsten, > > I now have this: > > > (defun mwp/push-latex-to-odt () > "takes the exported tex file from org-mode and converts it to odt, > then launches openoffice" > (shell-command >(format "mk4ht oolatex %s.tex" > (file-name-sans-exten

Re: [Orgmode] export-latex-final-hook

2010-04-19 Thread Matt Price
Thanks to Dan and Carsten, I now have this: (defun mwp/push-latex-to-odt () "takes the exported tex file from org-mode and converts it to odt, then launches openoffice" (shell-command (format "mk4ht oolatex %s.tex" (file-name-sans-extension (buffer-name (shell-command