Correct link to orgmode docs
This commit is contained in:
parent
351c47cdc9
commit
b54ef128ef
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ func (d *Document) Get(key string) string {
|
|||
// - pri (export headline priority)
|
||||
// - tags (export headline tags)
|
||||
// - ealb (non-standard) (export with east asian line breaks / ignore line breaks between multi-byte characters)
|
||||
// see https://orgmode.org/manual/Export-settings.html for more information
|
||||
// see https://orgmode.org/manual/Export-Settings.html for more information
|
||||
func (d *Document) GetOption(key string) string {
|
||||
get := func(settings map[string]string) string {
|
||||
for _, field := range strings.Fields(settings["OPTIONS"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue