From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Exporter dispatcher bug? Date: Thu, 25 Sep 2014 09:43:36 -0400 Message-ID: <54241C08.20806@verizon.net> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX9L6-0007oY-0z for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 09:44:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX9L0-0000dZ-PH for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 09:44:07 -0400 Received: from vms173015pub.verizon.net ([206.46.173.15]:49848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX9L0-0000cw-LL for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 09:44:02 -0400 Received: from [127.0.0.1] ([unknown] [70.209.133.180]) by vms173015.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0NCG00D18M4SDR90@vms173015.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 08:43:41 -0500 (CDT) In-reply-to: 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: Charles Berry , Brady Trainor , emacs-orgmode@gnu.org Brady and Charles and all, Thanks for your suggestions. The following is rather long-winded. Charles Berry wrote: > 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 > > > I found (mapcar 'org-export-backend-menu org-export--registered-backends); however (mapcar 'org-export-backend-name org-export--registered-backends) does not exist in my ox.el. 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) In the meantime, I did my regular org update and still have the same problem. The dispatcher (on my Vista machine) shows the toggled options at the top and bottom. In between the LaTeX and Publish backends with options are shown, but no others. (There has not been a problem with the toggled options) So I did M-x org-export-to-[tab] which gave Possible completions are: org-ascii-export-to-ascii org-beamer-export-to-latex org-beamer-export-to-pdf org-bibtex-export-to-kill-ring org-html-export-to-html org-icalendar-export-to-ics org-latex-export-to-latex org-latex-export-to-pdf org-md-export-to-markdown org-odt-export-to-odt org-org-export-to-org I decided to choose ascii, which reported an export to a txt file (did not check it out). After that the ascii backend had been loaded into the dispatcher as well as the LaTeX and Publish. I did a M-x org-export-to-html, which reported an export to html; the dispatcher now had ascii, html, LaTeX and Publish Org-mode version 8.3beta (release_8.3beta-400-g200eeb @ c:/cygwin/home/Charlie01/.elisp/org-mode/lisp/) GNU Emacs 24.3.1 (i386-mingw-nt6.0.6002) of 2013-03-17 on MARVIN Charlie --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com