org-manual: Fix typo
* doc/org-manual.org (Exporting): Fix typo.
This commit is contained in:
parent
17e28d6467
commit
2412044aa7
|
@ -11089,7 +11089,7 @@ Org only loads back-ends for the following formats by default: ASCII,
|
|||
HTML, iCalendar, LaTeX, and ODT. Additional back-ends can be loaded
|
||||
in either of two ways: by configuring the ~org-export-backends~
|
||||
variable, or by requiring libraries in the Emacs init file. For
|
||||
example, to load the markdown back-end, add this to your Emacs config:
|
||||
example, to load the Markdown back-end, add this to your Emacs config:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(require 'ox-md)
|
||||
|
|
Loading…
Reference in New Issue