s/safed/saved/
This commit is contained in:
parent
07778ade39
commit
624ccbd45e
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ blockList = do
|
||||||
headlineBlocks <- fmap mconcat . sequence . map headlineToBlocks $ runF headlines st
|
headlineBlocks <- fmap mconcat . sequence . map headlineToBlocks $ runF headlines st
|
||||||
return . B.toList $ (runF initialBlocks st) <> headlineBlocks
|
return . B.toList $ (runF initialBlocks st) <> headlineBlocks
|
||||||
|
|
||||||
-- | Get the meta information safed in the state.
|
-- | Get the meta information saved in the state.
|
||||||
meta :: Monad m => OrgParser m Meta
|
meta :: Monad m => OrgParser m Meta
|
||||||
meta = do
|
meta = do
|
||||||
meta' <- metaExport
|
meta' <- metaExport
|
||||||
|
|
Loading…
Reference in a new issue