aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-03-04 10:12:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-03-04 10:12:16 -0800
commitb1e6ea80fde0c3a21336747cd34a3ab0ddfe3cfe (patch)
treec699699b2e44d6d37bbaee6ebfbd00367e495596 /pandoc.hs
parent4d0bf3c5d685cbee3b13f562503a572af803ab95 (diff)
parent8909229671fb41101bc12b7ed3e1ccbdcdfd631a (diff)
downloadpandoc-b1e6ea80fde0c3a21336747cd34a3ab0ddfe3cfe.tar.gz
Merge pull request #1179 from tarleb/org
Add a simple Emacs Org-mode reader
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 677101746..709b5a777 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -834,6 +834,7 @@ defaultReaderName fallback (x:xs) =
".latex" -> "latex"
".ltx" -> "latex"
".rst" -> "rst"
+ ".org" -> "org"
".lhs" -> "markdown+lhs"
".db" -> "docbook"
".opml" -> "opml"