Hi Bill,
all right, I pushed this minor change.
Thanks,
--
Bastien
Hi Bastien,
I just did a pull this morning against the latest in git and the code is
the same.
The definition of the variable org-property-postprocess-alist says that it
should be a list of lists where each inner list's car is a string and cdr
is a function. I think the doc string for the variab
Hi Bill,
Bill Wishon writes:
> While hacking around I read the doc for
> org-properties-postprocess-alist and I think it doesn't align with
> what the implementation of org-set-property does.
I don't see anything wrong. Can you double-check? If there is a
problem, please tell us what version
Hi,
While hacking around I read the doc for org-properties-postprocess-alist
and I think it doesn't align with what the implementation of
org-set-property does.
The example in the docstring says:
(("Remaining" (lambda(value)
(let ((clocksum (org-clock-sum-current-item))