emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] Add option to automatically align tags in agenda view


From: Kyle Meyer
Subject: Re: [O] [PATCH] Add option to automatically align tags in agenda view
Date: Mon, 07 Aug 2017 13:32:39 -0400

Adam Porter <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]