forked from kenkeiras/org-rw
Fix: find links in list tags.
This commit is contained in:
parent
cebe979066
commit
f11ecd05d6
@ -733,6 +733,8 @@ class Headline:
|
||||
|
||||
for lst in self.get_lists():
|
||||
for item in lst:
|
||||
if item.tag:
|
||||
yield from get_links_from_content(item.tag)
|
||||
yield from get_links_from_content(item.content)
|
||||
|
||||
def get_lines_between(self, start, end):
|
||||
|
Loading…
Reference in New Issue
Block a user