From b54ef128eff794c31c4f30da4e368bb0eeed6682 Mon Sep 17 00:00:00 2001 From: xjzi Date: Fri, 26 Aug 2022 10:50:40 -0400 Subject: [PATCH] Correct link to orgmode docs --- org/document.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/document.go b/org/document.go index 9bc7fc8..755864b 100644 --- a/org/document.go +++ b/org/document.go @@ -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"]) {