diff --git a/hakyll.cabal b/hakyll.cabal
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
 Name:    hakyll
-Version: 4.5.2.0
+Version: 4.5.3.0
 
 Synopsis: A static website compiler library
 Description:
@@ -154,10 +154,10 @@
     filepath        >= 1.0    && < 1.4,
     lrucache        >= 1.1.1  && < 1.2,
     mtl             >= 1      && < 2.2,
-    network         >= 2.4    && < 2.5,
+    network         >= 2.4    && < 2.6,
     old-locale      >= 1.0    && < 1.1,
     old-time        >= 1.0    && < 1.2,
-    pandoc          >= 1.12   && < 1.13,
+    pandoc          >= 1.12.4 && < 1.13,
     pandoc-citeproc >= 0.1    && < 0.4,
     parsec          >= 3.0    && < 3.2,
     process         >= 1.0    && < 1.3,
@@ -240,10 +240,10 @@
     filepath        >= 1.0    && < 1.4,
     lrucache        >= 1.1.1  && < 1.2,
     mtl             >= 1      && < 2.2,
-    network         >= 2.4    && < 2.5,
+    network         >= 2.4    && < 2.6,
     old-locale      >= 1.0    && < 1.1,
     old-time        >= 1.0    && < 1.2,
-    pandoc          >= 1.12   && < 1.13,
+    pandoc          >= 1.12.4 && < 1.13,
     pandoc-citeproc >= 0.1    && < 0.4,
     parsec          >= 3.0    && < 3.2,
     process         >= 1.0    && < 1.3,
diff --git a/src/Hakyll/Web/Pandoc.hs b/src/Hakyll/Web/Pandoc.hs
--- a/src/Hakyll/Web/Pandoc.hs
+++ b/src/Hakyll/Web/Pandoc.hs
@@ -53,6 +53,7 @@
         LaTeX              -> readLaTeX ro
         LiterateHaskell t' -> reader (addExt ro Ext_literate_haskell) t'
         Markdown           -> readMarkdown ro
+        OrgMode            -> readOrg ro
         Rst                -> readRST ro
         Textile            -> readTextile ro
         _                  -> error $
