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