lang/org: fix #2117
This commit is contained in:
parent
439fac65d7
commit
b6a9fcb12b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue