emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Charles Millar <millarc@verizon.net>
Cc: emacs-orgmode@gnu.org, Brady Trainor <algebrat@uw.edu>
Subject: Re: Exporter dispatcher bug?
Date: Thu, 25 Sep 2014 08:36:49 -0700	[thread overview]
Message-ID: <alpine.OSX.2.00.1409250812270.355@charles-berrys-macbook.local> (raw)
In-Reply-To: <54241C08.20806@verizon.net>

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	other threads:[~2014-09-25 15:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 17:11 Exporter dispatcher bug? Charles Millar
2014-09-24 19:07 ` Brady Trainor
2014-09-24 20:28   ` Charles Millar
2014-09-24 22:48     ` Brady Trainor
2014-09-25  0:39       ` Charles Berry
2014-09-25 13:43         ` Charles Millar
2014-09-25 15:36           ` Charles C. Berry [this message]
2014-09-25 15:58             ` Charles Millar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.00.1409250812270.355@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=algebrat@uw.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=millarc@verizon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).