emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [bug] aorg-agenda effort filter


From: Achim Gratz
Subject: [O] [bug] aorg-agenda effort filter
Date: Wed, 28 May 2014 16:45:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

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




reply via email to

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