Re: [Orgmode] [PATCH] /contrib/lisp/org-collector.el

2010-08-10 Thread Eric Schulte
Hi, This patch has been applied with some very minor indentation and whitespace changes. Thanks for the patch and the elucidation of the comments and code. Best -- Eric Ivanov Dmitry writes: > * org-read-prop > ** added a more detailed comment > ** changed 2 if stements to 1 cond to make the

[Orgmode] [PATCH] /contrib/lisp/org-collector.el

2010-08-10 Thread Ivanov Dmitry
* org-read-prop ** added a more detailed comment ** changed 2 if stements to 1 cond to make the code more comprehensible. ** added (condition-case nil (read prop) (error prop))) instead of (read prop) so, if any error occurs during the conversion of prop to lisp expression - a s