Merge pull request #88 from xjzi/master

Correct link to orgmode docs
This commit is contained in:
Niklas Fasching 2022-08-27 13:47:14 +02:00 committed by GitHub
commit 3082cbe04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]) {