forked from kenkeiras/org-rw
fix: Creation of new headlines.
This commit is contained in:
parent
14e344981b
commit
3193ecbc36
1 changed files with 2 additions and 0 deletions
|
@ -1078,6 +1078,8 @@ class Headline:
|
||||||
state="",
|
state="",
|
||||||
tags_start=None,
|
tags_start=None,
|
||||||
tags=[],
|
tags=[],
|
||||||
|
space_before_tags="",
|
||||||
|
space_after_tags="",
|
||||||
contents=[],
|
contents=[],
|
||||||
children=[],
|
children=[],
|
||||||
structural=[],
|
structural=[],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue