emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Exporter dispatcher bug?


From: Charles Berry
Subject: Re: [O] Exporter dispatcher bug?
Date: Thu, 25 Sep 2014 00:39:21 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Brady Trainor <algebrat <at> uw.edu> writes:

> 
> 
> Charles Millar <millarc <at> verizon.net> writes:
> 
> > Brady Trainor wrote:
> >> Charles Millar <millarc <at> verizon.net> writes:
> >>
> >>> Today, using C-c C-e, the dispatcher shows only the LaTeX and
> >>> Publisher options.
> >>>
> >> What is the result C-h v org-export-backends?
> >>
> > -- snip --
> > Its value is (ascii html icalendar latex)
> > -- snip --
> >
> > Charlie
> 
> Looks normal! Wild guess, had to try :)
>

I think you want to check

(mapcar 'org-export-backend-name org-export--registered-backends)

to see what backends are actually available to the export dispatcher.

and  (mapcar 'org-export-backend-menu org-export--registered-backends)

to see what menu options should be there.

HTH,

Chuck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]