Aloha Peter, In general, make sure contrib/lisp is on your load path, require the back-end you want to use, and (optionally) define a key stroke sequence to launch org-export-dispatch. You might have this in .emacs:
(setq load-path (cons "~/.emacs.d/src/org-mode/lisp" load-path)) (setq load-path (cons "~/.emacs.d/src/org-mode/contrib/lisp" load-path)) (require 'org-e-texinfo) (define-key org-mode-map (kbd "C-c e") 'org-export-dispatch) This is set up to use the texinfo back-end, but you might want org-e-latex, org-e-html, or one of the others. Then, when you want to export your Org document, use C-c e to see the menu choices available from the back-ends you've required. In my (limited) experience, and speaking generally, the back-ends are already quite good. All the best, Tom Peter Salazar <cycleofs...@gmail.com> writes: > OK, I see a folder called contrib, but the documentation doesn't say > anything about a new exporter. > > Inside contrib is a folder called elisp, which has org-export.el and > export-export-generic.el. Is that the new exporter? How do I install it? > > > On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou <n.goaz...@gmail.com>wrote: > >> Peter Salazar <cycleofs...@gmail.com> writes: >> >> > Oh cool. How do I install the new exporter? I don't use git. >> >> You can use package.el, for example and install org-plus-contrib package >> (new exporter is in contrib/ directory). See: >> >> http://orgmode.org/elpa.html >> >> Regards, >> > OK, I see a folder called contrib, but the documentation doesn't say > anything about a new exporter. > > > Inside contrib is a folder called elisp, which has org-export.el and > export-export-generic.el. Is that the new exporter? How do I install > it? > > > On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou <n.goaz...@gmail.com> > wrote: > > Peter Salazar <cycleofs...@gmail.com> writes: > > > Oh cool. How do I install the new exporter? I don't use git. > > > You can use package.el, for example and install org-plus-contrib > package > (new exporter is in contrib/ directory). See: > > http://orgmode.org/elpa.html > > Regards, > > -- Thomas S. Dye http://www.tsdye.com