Re: [O] Documentation vs. implementation for org-properties-postprocess-alist

2012-04-29 Thread Bastien
Hi Bill, all right, I pushed this minor change. Thanks, -- Bastien

Re: [O] Documentation vs. implementation for org-properties-postprocess-alist

2012-04-29 Thread Bill Wishon
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

Re: [O] Documentation vs. implementation for org-properties-postprocess-alist

2012-04-29 Thread Bastien
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

[O] Documentation vs. implementation for org-properties-postprocess-alist

2012-04-22 Thread Bill Wishon
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))