org-manual: Fix typo

* doc/org-manual.org (Exporting): Fix typo.
This commit is contained in:
Nicolas Goaziou 2018-10-24 09:02:32 +02:00
parent 17e28d6467
commit 2412044aa7
1 changed files with 1 additions and 1 deletions

View File

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