org-agenda.el (org-agenda-format-item): Don't add the 'effort and 'effort-minutes...
commitd978a9e585f94e1e9523243aeb96bb943e77c483
authorBastien Guerry <bzg@altern.org>
Fri, 23 May 2014 14:51:55 +0000 (23 16:51 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 23 May 2014 14:51:55 +0000 (23 16:51 +0200)
tree2c2759c7cab1a6035721fdf1b44efb36d70535f1
parent45c4f276f266fc41530128e1069979eb8df50fa2
org-agenda.el (org-agenda-format-item): Don't add the 'effort and 'effort-minutes text properties

* org-agenda.el (org-agenda-format-item): Don't add the
'effort and 'effort-minutes text properties as they are
already accessible through the 'txt property of agenda lines.

* org-clock.el (org-clock-in): Refresh both the 'effort and
'effort-minutes text properties.

* org-rmail.el (rmail, rmail-file-name): Silent byte-compiler.

* org.el (org-refresh-properties): Allow to set several text
properties by passing an alist to the TPROP argument.
(org-set-effort, org-property-next-allowed-value): Use 'effort
instead of 'org-effort.
(org-agenda-prepare-buffers): Update both 'effort and
'effort-minutes.
(org-mark-jump-unhide): Move up to silent the byte-compiler.
lisp/org-agenda.el
lisp/org-clock.el
lisp/org-rmail.el
lisp/org.el