Fix `org-export-backends' value

* lisp/org.el (org-export-backends): Remove duplicates.  Reorder
  alphabetically.
This commit is contained in:
Nicolas Goaziou 2013-03-15 21:00:39 +01:00
parent 404cf23fa9
commit b56a648e9c

View file

@ -495,14 +495,13 @@ depends on, if any."
(const :tag " odt Export buffer to ODT format" odt)
(const :tag " texinfo Export buffer to Texinfo format" texinfo)
(const :tag "C confluence Export buffer to Confluence Wiki format" confluence)
(const :tag "C deck Export buffer to deck.js presentations" deck)
(const :tag "C freemind Export buffer to Freemind mindmap format" freemind)
(const :tag "C groff Export buffer to Groff format" groff)
(const :tag "C koma-letter Export buffer to KOMA Scrlttrl2 format" koma-letter)
(const :tag "C taskjuggler Export buffer to TaskJuggler format" taskjuggler)
(const :tag "C taskjuggler Export buffer to TaskJuggler format" taskjuggler)
(const :tag "C deck Export buffer to deck.js presentations" deck)
(const :tag "C RSS 2.0 Export buffer to RSS 2.0 format" rss)
(const :tag "C s5 Export buffer to s5 presentations" s5)
(const :tag "C RSS 2.0 Export buffer to RSS 2.0 format" rss)))
(const :tag "C taskjuggler Export buffer to TaskJuggler format" taskjuggler)))
(eval-after-load 'ox
'(mapc