Closed acid-bbq closed 1 year ago
You have to add the parent backends either to your init file or with interactive commands.
For example, M-x load-library ox-md
would do it interactively for the ravel-markdown
backend.
I have added a bit of text to org-ravel.org
to explain this and how to add commands to the init file.
Thanks for your comment.
When I do
C-c C-e
I only haveravel-html
andravel-latex
. Notravel-markdown
, norravel-beamer
.I've downloaded
ox-ravel.org
, opened it in Emacs, and didM-x org-babel-tangle
. It createdox-ravel.el
, then I load it with(require 'ox-ravel)
.Did I do something wrong? Or should I do something more for
markdown
andbeamer
to appear?I use org mode 9.6.1 and Emacs 28.1.