Block a user
Question: How to create an OrgDoc from within python
nope, I just wanted it for the tests, so that functionality is perfect)
Question: How to create an OrgDoc from within python
Question: unexpected Heading title type
fix: strip token_list_to_plaintext
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
