Hello, itmejl <itm...@chrikro.net> writes:
> This is about using the new exporter. > > I use Emacs 24.2 on win7 and org-mode 7.9.2. If you plan to use the new exporter, I strongly advise to load Org from git development branch instead of the latest release. > The following two lines (with real paths of course) are in .emacs: > (require 'org-export) You don't need to (require 'org-export) but you have to require the export back-ends you will need. I.e.: (require 'org-e-latex) or (require 'org-e-ascii). Regards, -- Nicolas Goaziou