From 3193ecbc363fea3f4c7f0c163f67f6cc68825711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Wed, 16 Apr 2025 00:41:27 +0200 Subject: [PATCH] fix: Creation of new headlines. --- org_rw/org_rw.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org_rw/org_rw.py b/org_rw/org_rw.py index fdbd177..77644b7 100644 --- a/org_rw/org_rw.py +++ b/org_rw/org_rw.py @@ -1078,6 +1078,8 @@ class Headline: state="", tags_start=None, tags=[], + space_before_tags="", + space_after_tags="", contents=[], children=[], structural=[],