chasberry / orgmode-accessories

Add ons for orgmode
78 stars 18 forks source link

Only latex and html backends, not markdown, nor beamer. #27

Closed acid-bbq closed 1 year ago

acid-bbq commented 1 year ago

When I do C-c C-e I only have ravel-html and ravel-latex. Not ravel-markdown, nor ravel-beamer.

I've downloaded ox-ravel.org, opened it in Emacs, and did M-x org-babel-tangle. It created ox-ravel.el, then I load it with (require 'ox-ravel).

Did I do something wrong? Or should I do something more for markdown and beamer to appear?

I use org mode 9.6.1 and Emacs 28.1.

chasberry commented 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.