Quick fix for handling date data.
This commit is contained in:
parent
f5cafa9c62
commit
071004ea7a
1 changed files with 4 additions and 0 deletions
|
@ -829,6 +829,10 @@ class Headline:
|
||||||
self.properties = []
|
self.properties = []
|
||||||
self.structural = []
|
self.structural = []
|
||||||
self.delimiters = []
|
self.delimiters = []
|
||||||
|
self.scheduled = None
|
||||||
|
self.deadline = None
|
||||||
|
self.closed = None
|
||||||
|
|
||||||
for line in new_contents.split('\n'):
|
for line in new_contents.split('\n'):
|
||||||
self.contents.append(
|
self.contents.append(
|
||||||
RawLine(linenum=0, line=line)
|
RawLine(linenum=0, line=line)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue