The recent commit aa86e4bc9f extends a pre-existing setq via the following diff:
--8<---------------cut here---------------start------------->8--- @@ -7615,11 +7656,12 @@ (defun org-agenda-filter-apply (filter type) (apply 'append (mapcar (lambda (f) (org-agenda-filter-expand-tags (list f) t)) (org-get-at-bol 'tags))) cat (org-get-at-eol 'org-category 1) - txt (get-text-property (point) 'txt)) + txt (org-get-at-eol 'txt 1) + effort-minutes (org-get-at-eol 'effort-minutes 1)) (if (not (eval org-agenda-filter-form)) (org-agenda-filter-hide-line type)) (beginning-of-line 2)) (beginning-of-line 2)))) (if (get-char-property (point) 'invisible) --8<---------------cut here---------------end--------------->8--- Setting effort-minutes here is a bug since it is a property and not a variable. Adding it to the let clause this statement is in would suppress the corresponding warning, but I don't see where such a let-bound variable would be used. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada