Document ealb in options.org fixture
This commit is contained in:
parent
c901c00166
commit
34dfe32024
3 changed files with 28 additions and 20 deletions
6
org/testdata/options.html
vendored
6
org/testdata/options.html
vendored
|
@ -46,6 +46,12 @@ As buffer options are merged with the defaults, the above headline will be expor
|
||||||
<td>Include tags in headline title</td>
|
<td>Include tags in headline title</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>ealb</td>
|
||||||
|
<td>Omit newlines between multi-byte characters (east asian line breaks, non-standard)</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
21
org/testdata/options.org
vendored
21
org/testdata/options.org
vendored
|
@ -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.
|
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.
|
As buffer options are merged with the defaults, the above headline will be exported *with* priority, todo status & tags.
|
||||||
|
|
||||||
|
| key | description |
|
||||||
| key | description |
|
|------+------------------------------------------------------------------------------------|
|
||||||
|------+-----------------------------------------------------------|
|
| f | Include footnotes (definitions & links) |
|
||||||
| f | Include footnotes (definitions & links) |
|
| e | Include entities |
|
||||||
| e | Include entities |
|
| toc | Include table of contents (outline) |
|
||||||
| toc | Include table of contents (outline) |
|
|------+------------------------------------------------------------------------------------|
|
||||||
|------+-----------------------------------------------------------|
|
| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
|
||||||
| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
|
| todo | Include todo status in headline title |
|
||||||
| todo | Include todo status in headline title |
|
| tags | Include tags 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
|
[fn:1] This footnote definition won't be printed
|
||||||
|
|
21
org/testdata/options.pretty_org
vendored
21
org/testdata/options.pretty_org
vendored
|
@ -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.
|
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.
|
As buffer options are merged with the defaults, the above headline will be exported *with* priority, todo status & tags.
|
||||||
|
|
||||||
|
| key | description |
|
||||||
| key | description |
|
|------+------------------------------------------------------------------------------------|
|
||||||
|------+-----------------------------------------------------------|
|
| f | Include footnotes (definitions & links) |
|
||||||
| f | Include footnotes (definitions & links) |
|
| e | Include entities |
|
||||||
| e | Include entities |
|
| toc | Include table of contents (outline) |
|
||||||
| toc | Include table of contents (outline) |
|
|------+------------------------------------------------------------------------------------|
|
||||||
|------+-----------------------------------------------------------|
|
| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
|
||||||
| pri | Include priority =[#A]=, =[#B]=, =[#C]= in headline title |
|
| todo | Include todo status in headline title |
|
||||||
| todo | Include todo status in headline title |
|
| tags | Include tags 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
|
[fn:1] This footnote definition won't be printed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue