diff --git a/config.org b/config.org index fd10bfc..f05214b 100644 --- a/config.org +++ b/config.org @@ -4240,7 +4240,7 @@ truncated to fit within the limit" (when (> (length heading-words) org-heading-contraction-max-words) (setq heading-words - (subseq heading-words 0 org-heading-contraction-max-words))) + (cl-subseq heading-words 0 org-heading-contraction-max-words))) (when (> (+ (-sum (mapcar #'length heading-words)) (1- (length heading-words)))