summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-03-15 21:00:39 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-03-15 21:00:39 +0100
commitb56a648e9c3a357b4b6f6ed3872a864d56ec2fb0 (patch)
tree3c4e64f42b7547d7eb297fae5cec6751db51cc22
parent404cf23fa99e6f1e072d5e04bfd0cae601b3e87e (diff)
downloadorg-mode-b56a648e9c3a357b4b6f6ed3872a864d56ec2fb0.tar.gz
Fix `org-export-backends' value
* lisp/org.el (org-export-backends): Remove duplicates. Reorder alphabetically.
-rw-r--r--lisp/org.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/org.el b/lisp/org.el
index f02a455..af9b04a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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