emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ivanov Dmitry
Subject: [Orgmode] [PATCH] /contrib/lisp/org-collector.el
Date: Tue, 10 Aug 2010 14:13:51 +0400

* 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 
string will be returned.

** The scheme of the new function if attached.

Attachment: org-collector.el.diff
Description: Binary data

Attachment: org-collector.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]