[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [new exporter] Enabling multiple exporters?
From: |
Michael Gauland |
Subject: |
[O] [new exporter] Enabling multiple exporters? |
Date: |
Thu, 18 Oct 2012 21:47:55 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
I've just started playing with the new exporter. My .emacs files includes:
(require 'org-export)
(require 'org-e-latex)
(require 'org-e-html)
(require 'org-e-odt)
(require 'org-e-beamer)
But when I run org-export-dispatch, the only choices I get are 'Export to ODT'
and 'Publish'.
If I comment out (require 'org-e-odt) and restart emacs, org-export-dispatch
offers to 'Export to LaTeX' or 'Publish'.
I'm using the latest from git.
What am I doing wrong?
Thanks,
Mike
- [O] [new exporter] Enabling multiple exporters?,
Michael Gauland <=
- Re: [O] [new exporter] Enabling multiple exporters?, Thomas S. Dye, 2012/10/18
- Re: [O] [new exporter] Enabling multiple exporters?, Nicolas Goaziou, 2012/10/20
- Re: [O] [new exporter] Enabling multiple exporters?, Michael Gauland, 2012/10/20
- Re: [O] [new exporter] Enabling multiple exporters?, Nicolas Goaziou, 2012/10/21
- Re: [O] [new exporter] Enabling multiple exporters?, Michael Gauland, 2012/10/21
- Re: [O] [new exporter] Enabling multiple exporters?, Nicolas Goaziou, 2012/10/22
- Re: [O] [new exporter] Enabling multiple exporters?, Achim Gratz, 2012/10/22
- Re: [O] [new exporter] Enabling multiple exporters?, Nicolas Goaziou, 2012/10/22
- Re: [O] [new exporter] Enabling multiple exporters?, Achim Gratz, 2012/10/23