Adam Porter <a...@alphapapa.net> writes: [...]
> + (org-agenda-tags-column (pcase org-agenda-tags-column > + ('auto (- (window-text-width))) I believe that `auto is needed instead of 'auto because the latter will fail with Emacs versions earlier than Emacs 25. Though ... > + (otherwise org-agenda-tags-column))) ... with just one case and a fallthrough, I'd prefer you test with eq rather than using pcase. -- Kyle