Implement OrgDoc .shallow_tags .
Some checks failed
Some checks failed
This commit is contained in:
parent
570e6bb764
commit
852f472374
2 changed files with 21 additions and 0 deletions
|
@ -2284,6 +2284,10 @@ class OrgDoc:
|
|||
return kw.value.strip(':').split(':')
|
||||
return []
|
||||
|
||||
@property
|
||||
def shallow_tags(self) -> list[str]:
|
||||
return self.tags
|
||||
|
||||
## Querying
|
||||
def get_links(self):
|
||||
for headline in self.headlines:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue