lang/org: fix #2117

This commit is contained in:
Henrik Lissner 2019-11-27 22:06:19 -05:00
parent 439fac65d7
commit b6a9fcb12b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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