When compiling Org, I get the following warning:

In org--get-expected-indentation:
org.el:19192:8: Warning: Useless clause following default ‘cond’ clause

I looked at the source and confirmed it is not a false positive.
The following code is unreachable due to the (t ...) cond clause before it:

     ;; Finally, no indentation is needed, fall back to 0.
     (t (current-indentation))))))

Package: Org mode version 9.7-pre (9.7-pre-n/a-g2030c1 @ /home/n/.emacs.d/elpaca/builds/org/)

Reply via email to