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 C. Berry
Subject: Re: [O] Exporter dispatcher bug?
Date: Thu, 25 Sep 2014 08:36:49 -0700
User-agent: Alpine 2.00 (OSX 1167 2008-08-23)

On Thu, 25 Sep 2014, Charles Millar wrote:

Brady and Charles and all,

Thanks for your suggestions.

The following is rather long-winded.

Charles Berry wrote:
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.


[snip]

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.


On my Linux learning machine (Jessie, same org version) the dispatcher is fine. However there appears to be no (mapcar 'org-export-backend-name org-export--registered-backends)


What I meant was:

You should eval

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

to see what backends are available to the dispatcher.

If you copy that line into an emacs buffer (like *scratch*), put point after it and type C-x C-e, you will see the backend names listed in the minibuffer and the *Messages* buffer.

This list *ought to* correspond to `org-export-backends'. If it does not there is a hiccup or unusual customization in your setup - more digging might be needed.

If it does correspond, then use the customize menu to reset `org-export-backends' to your desired value and save the change as you need it.

HTH,

Chuck



reply via email to

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