Block a user
kenkeiras
deleted branch feat/consider-file-tags-on-headlines from kenkeiras/org-rw
2024-09-03 18:33:07 +00:00
Feat: Complete tags property
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:51:52 +00:00
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:51:23 +00:00
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:46:24 +00:00
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:37:48 +00:00
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:35:31 +00:00
Feat: Complete tags property
kenkeiras
created branch feat/consider-file-tags-on-headlines in kenkeiras/org-rw
2024-09-01 12:18:01 +00:00
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 12:18:01 +00:00
kenkeiras
deleted branch fix/require-whitespace-for-list-item-tag-separator from kenkeiras/org-rw
2024-09-01 12:10:31 +00:00
kenkeiras
created branch fix/require-whitespace-for-list-item-tag-separator in kenkeiras/new-codigoparallevar
2024-08-22 18:37:23 +00:00
kenkeiras
pushed to fix/require-whitespace-for-list-item-tag-separator at kenkeiras/new-codigoparallevar
2024-08-22 18:37:23 +00:00
Question: How to create an OrgDoc from within python
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?
Question: unexpected Heading title type
Let me implement the in
operator for the Text class (though I'm not sure how to handle some parts, but I'll try to work it out).
It's not returning a string because it can contain Links or…
Fix text parsing issues