branch: elpa/org-contrib commit 1b7df17b3d0937ead2b476e8b4c7eeb6fcf7b490 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
* lisp/org-collector.el: Fix compiler warnings (org-dblock-write:propview): let-bind undefined variables. --- lisp/org-collector.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-collector.el b/lisp/org-collector.el index 12c836b4c8..dfd64fd1c7 100644 --- a/lisp/org-collector.el +++ b/lisp/org-collector.el @@ -123,7 +123,7 @@ preceding the dblock, then update the contents of the dblock." (colnames (plist-get params :colnames)) (defaultval (plist-get params :defaultval)) (content-lines (org-split-string (plist-get params :content) "\n")) - id table line pos) + id table line pos idpos stringformat) (save-excursion (when (setq id (plist-get params :id)) (cond ((not id) nil)