emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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/)]
@ 2015-05-29  6:24 Ross Donaldson
  2015-05-30  2:03 ` Ross Donaldson
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Donaldson @ 2015-05-29  6:24 UTC (permalink / raw)
  To: emacs-orgmode

--

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 "\\<Ross Donaldson\\>"
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 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/)]
  2015-05-29  6:24 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/)] Ross Donaldson
@ 2015-05-30  2:03 ` Ross Donaldson
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Donaldson @ 2015-05-30  2:03 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 6056 bytes --]

Finally figured it out:

The backend is called "md".

Dang.

...keep up the good work.

On Thu, May 28, 2015 at 11:24 PM, Ross Donaldson <gastove@gmail.com> wrote:

> --
>
> 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 "\\<Ross Donaldson\\>"
>  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
>

[-- Attachment #2: Type: text/html, Size: 8189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-30  2:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-29  6:24 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/)] Ross Donaldson
2015-05-30  2:03 ` Ross Donaldson

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).