From 9327e70c1081f83f60bbc473f60bb25d7cee314a Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 2 Feb 2017 04:41:22 +0400 Subject: Org.hs: remove misleading comment This comment is likely copied from RST.hs where 'refs' variable indeed exists, but makes no sense here. --- src/Text/Pandoc/Writers/Org.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text/Pandoc/Writers/Org.hs b/src/Text/Pandoc/Writers/Org.hs index 316cc61cf..ae1c92a97 100644 --- a/src/Text/Pandoc/Writers/Org.hs +++ b/src/Text/Pandoc/Writers/Org.hs @@ -71,7 +71,6 @@ pandocToOrg (Pandoc meta blocks) = do meta body <- blockListToOrg blocks notes <- liftM (reverse . stNotes) get >>= notesToOrg - -- note that the notes may contain refs, so we do them first hasMath <- liftM stHasMath get let main = render colwidth $ foldl ($+$) empty $ [body, notes] let context = defField "body" main -- cgit v1.2.3