diff --git a/org/testdata/options.html b/org/testdata/options.html
index 72e1eb6..7c04165 100644
--- a/org/testdata/options.html
+++ b/org/testdata/options.html
@@ -46,6 +46,12 @@ As buffer options are merged with the defaults, the above headline will be expor
Include tags in headline title |
+
+
+ealb |
+Omit newlines between multi-byte characters (east asian line breaks, non-standard) |
+
+
diff --git a/org/testdata/options.org b/org/testdata/options.org
index 6042cb9..ea2b370 100644
--- a/org/testdata/options.org
+++ b/org/testdata/options.org
@@ -8,15 +8,16 @@ That means, entities like =---= --- (mdash) will be left untouched, footnotes li
not be exported and there won't be a table of contents at the top.
As buffer options are merged with the defaults, the above headline will be exported *with* priority, todo status & tags.
-
-| key | description |
-|------+-----------------------------------------------------------|
-| f | Include footnotes (definitions & links) |
-| e | Include entities |
-| toc | Include table of contents (outline) |
-|------+-----------------------------------------------------------|
-| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
-| todo | Include todo status in headline title |
-| tags | Include tags in headline title |
+| key | description |
+|------+------------------------------------------------------------------------------------|
+| f | Include footnotes (definitions & links) |
+| e | Include entities |
+| toc | Include table of contents (outline) |
+|------+------------------------------------------------------------------------------------|
+| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
+| todo | Include todo status in headline title |
+| tags | Include tags in headline title |
+|------+------------------------------------------------------------------------------------|
+| ealb | Omit newlines between multi-byte characters (east asian line breaks, non-standard) |
[fn:1] This footnote definition won't be printed
diff --git a/org/testdata/options.pretty_org b/org/testdata/options.pretty_org
index aecc9d2..66c49ee 100644
--- a/org/testdata/options.pretty_org
+++ b/org/testdata/options.pretty_org
@@ -8,15 +8,16 @@ That means, entities like =---= --- (mdash) will be left untouched, footnotes li
not be exported and there won't be a table of contents at the top.
As buffer options are merged with the defaults, the above headline will be exported *with* priority, todo status & tags.
-
-| key | description |
-|------+-----------------------------------------------------------|
-| f | Include footnotes (definitions & links) |
-| e | Include entities |
-| toc | Include table of contents (outline) |
-|------+-----------------------------------------------------------|
-| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
-| todo | Include todo status in headline title |
-| tags | Include tags in headline title |
+| key | description |
+|------+------------------------------------------------------------------------------------|
+| f | Include footnotes (definitions & links) |
+| e | Include entities |
+| toc | Include table of contents (outline) |
+|------+------------------------------------------------------------------------------------|
+| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
+| todo | Include todo status in headline title |
+| tags | Include tags in headline title |
+|------+------------------------------------------------------------------------------------|
+| ealb | Omit newlines between multi-byte characters (east asian line breaks, non-standard) |
[fn:1] This footnote definition won't be printed