Compare commits

..

1 Commits

Author SHA1 Message Date
Sergio Martínez Portela
79564ff84d Add support for reading Headline planning info.
This includes: `SCHEDULED`, `DEADLINE` and `CLOSED`.
2021-01-06 00:25:06 +01:00

View File

@ -203,7 +203,6 @@ class Headline:
# Read planning line
planning_line = self.get_element_in_line(start_line + 1)
# Ignore if not found or is a structural line
if planning_line is None or isinstance(planning_line, tuple):
return