From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Donaldson Subject: Bug: Markdown backend does not appear in export dispatcher [8.2.10 (8.2.10-41-g42228a-elpa @ /Users/gastove/.emacs.d/elpa/org-20150525/)] Date: Thu, 28 May 2015 23:24:41 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyDj1-0001cc-Ps for emacs-orgmode@gnu.org; Fri, 29 May 2015 02:25:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyDiv-0000nv-Vz for emacs-orgmode@gnu.org; Fri, 29 May 2015 02:24:59 -0400 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:34291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyDiv-0000nq-KI for emacs-orgmode@gnu.org; Fri, 29 May 2015 02:24:53 -0400 Received: by pabru16 with SMTP id ru16so45132155pab.1 for ; Thu, 28 May 2015 23:24:52 -0700 (PDT) Received: from apparatus.local (c-73-190-90-203.hsd1.or.comcast.net. [73.190.90.203]) by mx.google.com with ESMTPSA id pj8sm4350746pdb.20.2015.05.28.23.24.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 May 2015 23:24:50 -0700 (PDT) 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 -- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Hallo! Recently started encountering a very strange thing: the `markdown` backend no longer appears in my export dispatcher. The other four I have listed (html, deck, ascii, and beamer) all appear; further, I can call the org-md-export functions directly using M-x. They're clearly being loaded, and behave perfectly normally. Even if the only two backends I configure are markdown and html, only html will appear in the dispatcher as an option. Emacs : GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org Package: Org-mode version 8.2.10 (8.2.10-41-g42228a-elpa @ /Users/gastove/.emacs.d/elpa/org-20150525/) current state: ============== (setq org-export-backends '(html markdown deck ascii beamer) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-html-format-drawer-function '(lambda (name contents) contents) org-log-done t org-latex-format-inlinetask-function 'ignore org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-startup-folded nil org-export-with-section-numbers nil org-export-with-toc nil org-export-with-sub-superscripts nil org-latex-format-headline-function 'org-latex-format-headline-default-function org-todo-keyword-faces '(("TODO" . org-todo) ("DOING" . org-todo) ("BLOCKED" . org-warning) ("CANCELLED" . org-done) ("IMPOSSIBLE" . org-done) ("DONE" . org-done)) org-startup-indented nil org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-from-is-user-regexp "\\" org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(org-bindings (lambda nil (turn-on-auto-fill)) text-settings #[nil "\300\301!\207" [run-hooks prelude-org-mode-hook] 2] er/add-org-mode-expansions #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-refile-targets '((org-agenda-files :maxlevel . 3)) org-ascii-format-drawer-function '(lambda (name contents width) contents) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-refile-allow-creating-parent-nodes 'confirm org-todo-keywords '((sequence "TODO(t)" "DOING(o)" "|" "DONE(d)") (sequence "BLOCKED(b)" "|" "UNBLOCKED (u)" "CANCELLED(c)" "IMPOSSIBLE(i)")) org-hide-emphasis-markers t org-babel-tangle-lang-exts '(("clojure" . "clj") ("python" . "py") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-html-format-headline-function 'ignore org-babel-load-languages '((python . t) (emacs-lisp \.t) (clojure . t)) org-html-format-inlinetask-function 'ignore org-agenda-files '("~/Dropbox/org-docs/cotidienne.org" "~/Code/astromech/notes.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-src-fontify-natively t ) Cheers, Ross