Question: How to create an OrgDoc from within python #5
Labels
No Label
bug
cleanup
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kenkeiras/org-rw#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to build some OrgDoc data for some tests from within python:
But it looks that the
headlines
argument is not aList[Headline]
but aDict
.How would you create an OrgDoc from within python with some headlines?
I guess that the easiest solution is to do:
Yeah, if you don't need very strong typing (like for tests) doing a
loads
is ok.What do you intend to do? Create a blank OrgDoc that you will later fill?