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:
parent
5f848df8a1
commit
8b237a7038
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@ def rewrite_file(filepath):
|
||||||
w.write("title:: " + title + "\n")
|
w.write("title:: " + title + "\n")
|
||||||
w.write("\n")
|
w.write("\n")
|
||||||
continue
|
continue
|
||||||
|
if (i == 5):
|
||||||
# Types of postable-posted, email-draft, email-sent set when running this for each subdirectory
|
# 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 (i > 5 and line == "\"\"\"\n"):
|
||||||
if (in_block == False):
|
if (in_block == False):
|
||||||
# Start our self-styled quotation block with a bullet.
|
# Start our self-styled quotation block with a bullet.
|
||||||
|
|
Loading…
Reference in a new issue