Org.hs: remove misleading comment
This comment is likely copied from RST.hs where 'refs' variable indeed exists, but makes no sense here.
This commit is contained in:
parent
5b70b57c11
commit
9327e70c10
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue