Block a user
feat: enhance type annotations and formatting
Question: unexpected Heading title type
if it breaks stuff I can use org_file.headlines[0].title.get_text()
but is the ergonomics of the class I expected
Question: unexpected Heading title type
Question: How to create an OrgDoc from within python
I guess that the easiest solution is to do:
orig = '''* NEW_TODO_STATE First entry
* NEW_DONE_STATE Second entry'''
doc = loads(orig, environment={
'org-todo-keywords':…
Question: How to create an OrgDoc from within python
40d58d5488
Merge pull request 'Add TODO keywords programmatically' (#2) from feat/add-todo-keywords-programmatically into develop
09f9030818
tests: fix typings to match mypy expectations.
7e44bce145
Merge remote-tracking branch 'origin/develop' into feat/add-todo-keywords-programmatically
ef893a72a0
Merge pull request 'feat/improvements' (#1) from lyz/org-rw:feat/improvements into develop
9fea315115
merge upstream
694f3f59e2
Merge branch 'develop' into feat/improvements
921495fca8
Merge branch 'develop' of ssh://code.codigoparallevar.com:2022/lyz/org-rw into develop
423d6f9842
Fix multiline specifications of TODO properties.
9e994ba323
Accept numbers as end of implicit link.
c5cc14f65c
feat(Timestamp): add the from_datetime method
4fd29819ea
Fix implicit link parsing.