From b6a9fcb12bad5f8f4af7c0040f226c64b42c4da0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 27 Nov 2019 22:06:19 -0500 Subject: [PATCH] lang/org: fix #2117 --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 9f1e7d121..7a9e44920 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -527,7 +527,7 @@ eldoc string." (separator (or separator "/"))) (string-join (cl-loop for part - in (cdr (split-string (substring-no-properties result) separator)) + in (split-string (substring-no-properties result) separator) for n from 0 for face = (nth (% n org-n-level-faces) org-level-faces) collect