Fix writing of our types for different Notebooks from Tomboy

We manually set then convert a directory.

We don't want to make a big deal of this property because things were in the
wrong Notebook a lot.
This commit is contained in:
benjamin melançon 2024-06-24 11:43:31 -04:00
parent 5f848df8a1
commit 8b237a7038

View file

@ -30,8 +30,9 @@ def rewrite_file(filepath):
w.write("title:: " + title + "\n")
w.write("\n")
continue
if (i == 5):
# Types of postable-posted, email-draft, email-sent set when running this for each subdirectory
# w.write("type:: postable-draft\n")
w.write("type:: postable-draft\n")
if (i > 5 and line == "\"\"\"\n"):
if (in_block == False):
# Start our self-styled quotation block with a bullet.