Block a user
kenkeiras
deleted branch feat/consider-file-tags-on-headlines from kenkeiras/org-rw
2024-09-03 18:33:07 +00:00
5019b44dd5
Merge pull request 'Feat: Complete tags property' (#10) from feat/consider-file-tags-on-headlines into develop
78bc57e55d
Fix formatting.
d4b0d0301f
Test and implement
org-use-tag-inheritance
.
92078617fc
Add tests and implement
org-tags-exclude-from-inheritance
.
852f472374
Implement OrgDoc .shallow_tags .
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
78bc57e55d
Fix formatting.
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:51:23 +00:00
d4b0d0301f
Test and implement
org-use-tag-inheritance
.
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:46:24 +00:00
92078617fc
Add tests and implement
org-tags-exclude-from-inheritance
.
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:37:48 +00:00
852f472374
Implement OrgDoc .shallow_tags .
570e6bb764
Implement OrgDoc
.tags
.
kenkeiras
pushed to feat/consider-file-tags-on-headlines at kenkeiras/org-rw
2024-09-01 21:35:31 +00:00
e0306bf3a5
Add (failing) test for tags property read.
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
faaa4aa237
Add (failing) test for tags property read.
kenkeiras
deleted branch fix/require-whitespace-for-list-item-tag-separator from kenkeiras/org-rw
2024-09-01 12:10:31 +00:00
bfe60271eb
Merge pull request 'Fix text parsing issues' (#9) from fix/require-whitespace-for-list-item-tag-separator into develop
4af4cda44b
Fix formatting.
5552b3324b
Handle
]
which not close link descriptions or references.
f31c64c242
Properly track which tokens are used for closing formats.
490b36887a
Require space before list item tag separator.
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
04fe576385
Add default TODO/DONE states.
9a6d0191d7
Handle new headline state type.
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
kenkeiras
pushed to fix/require-whitespace-for-list-item-tag-separator at kenkeiras/org-rw
2024-08-21 22:26:22 +00:00
4af4cda44b
Fix formatting.