Works perfectly. Thank you, Nicolas! On Wed, Jan 4, 2017 at 4:40 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > wtm <wtmonroe...@gmail.com> writes: > >> Wonderful! Is there any elisp that I could add to my config to test >> it? I would love have this capability. > > You need to eval > > (defun org-agenda-compare-effort (op value) > "Compare the effort of the current line with VALUE, using OP. > If the line does not have an effort defined, return nil." > (let ((effort (get-text-property 0 'effort-minutes (org-get-at-bol > 'txt)))) > (funcall op > (or effort (if org-sort-agenda-noeffort-is-high 32767 -1)) > value))) > > Regards,
- Re: [O] org-agenda-filter-effort and "invalid face ... wtm
- Re: [O] org-agenda-filter-effort and "invalid face ... Jorge Morais Neto
- Re: [O] org-agenda-filter-effort and "invalid ... Nicolas Goaziou
- Re: [O] org-agenda-filter-effort and "inva... wtm
- Re: [O] org-agenda-filter-effort and "... Nicolas Goaziou
- Re: [O] org-agenda-filter-effort and &q... wtm
- Re: [O] org-agenda-filter-effort a... wtm
- Re: [O] org-agenda-filter-effort a... Nicolas Goaziou
- Re: [O] org-agenda-filter-effort a... wtm
- Re: [O] org-agenda-filter-effort a... Nicolas Goaziou
- Re: [O] org-agenda-filter-effort a... wtm
- Re: [O] org-agenda-filter-effort a... yanmcbe
- Re: [O] org-agenda-filter-effort a... Nicolas Goaziou