From 34dfe32024ea63694371c85f19775d547c0d2106 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Sun, 25 Jul 2021 21:53:50 +0200 Subject: [PATCH] Document ealb in options.org fixture --- org/testdata/options.html | 6 ++++++ org/testdata/options.org | 21 +++++++++++---------- org/testdata/options.pretty_org | 21 +++++++++++---------- 3 files changed, 28 insertions(+), 20 deletions(-) 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