From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: Exporter dispatcher bug? Date: Thu, 25 Sep 2014 00:39:21 +0000 (UTC) Message-ID: References: <5422FB29.3080500@verizon.net> <8761gczvkw.fsf@uw.edu> <5423297B.9080301@verizon.net> <87mw9o4ou5.fsf@uw.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWx63-0001Au-Rt for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 20:39:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWx5x-0008FH-Qi for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 20:39:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:49216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWx5x-0008F4-JR for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 20:39:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWx5o-0004Qj-Aq for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 02:39:32 +0200 Received: from 137.110.37.92 ([137.110.37.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 02:39:32 +0200 Received: from ccberry by 137.110.37.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 02:39:32 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Brady Trainor uw.edu> writes: > > > Charles Millar verizon.net> writes: > > > Brady Trainor wrote: > >> Charles Millar 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