File: options.org

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (23 lines) | stat: -rw-r--r-- 1,822 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#+OPTIONS: toc:nil f:nil e:nil

* DONE [#A] =#+OPTIONS:= toggles supported by =go-org=                 :tag1:tag2:
=go-org= supports multiple export toggles as described in the [[https://orgmode.org/manual/Export-settings.html][export settings]] section of the Org mode manual.
By default (most of?) those toggles are enabled. This file starts with =#+OPTIONS: toc:nil f:nil e:nil= and thus
disables the table of contents, footnotes & entities.
That means, entities like =---= --- (mdash) will be left untouched, footnotes like =[fn:1]= [fn:1] will
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                                                     |
|------+------------------------------------------------------------------------------------|
| ealb | Omit newlines between multi-byte characters (east asian line breaks, non-standard) |

[fn:1] This footnote definition won't be printed