Take full headline body for search function.
Using just `get_contents` doesn't get list items or tables.
This commit is contained in:
parent
c80ada2a40
commit
486c88c583
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ def regen_all(src_top, dest_top, *, docs=None, db=None):
|
|||
(
|
||||
headline.id,
|
||||
headline.title.get_text(),
|
||||
''.join(headline.get_contents('raw')),
|
||||
'\n'.join(headline.doc.dump_headline(headline, recursive=False)),
|
||||
topLevelHeadline.title.get_text(),
|
||||
headline.is_done,
|
||||
headline.is_todo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue