Merge pull request #347 from MinchinWeb/2.0-rc1-markdown-export-fix

2.0 rc1 markdown export fix
This commit is contained in:
Manuel Ebert 2015-04-20 14:29:17 +02:00
commit 0d1b381bd1
12 changed files with 225 additions and 16 deletions

View file

@ -271,6 +271,3 @@ def run(manual_args=None):
journal.entries += other_entries
journal.sort()
journal.write()
if __name__ == "__main__":
run()