get rid of porg dependency, use orgparse directly
This commit is contained in:
parent
62e1bdc39a
commit
a6e5908e6d
8 changed files with 101 additions and 54 deletions
|
@ -45,7 +45,7 @@ def from_orgmode() -> Iterator[Result]:
|
|||
log.exception(e)
|
||||
yield e
|
||||
continue
|
||||
# todo perhaps, better to use timezone provider
|
||||
# FIXME use timezone provider
|
||||
created = config.default_timezone.localize(created)
|
||||
yield Entry(
|
||||
dt=created,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue