emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] aorg-agenda effort filter
@ 2014-05-28 14:45 Achim Gratz
  2014-05-28 19:32 ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2014-05-28 14:45 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-05-29 17:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28 14:45 [bug] aorg-agenda effort filter Achim Gratz
2014-05-28 19:32 ` Bastien
2014-05-28 19:38   ` Achim Gratz
2014-05-28 19:46     ` Bastien
2014-05-28 20:07       ` Achim Gratz
2014-05-28 20:48         ` Bastien
2014-05-29  9:03           ` Achim Gratz
2014-05-29 17:12             ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).