[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/org-contrib 1b7df17b3d: * lisp/org-collector.el: Fix compi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/org-contrib 1b7df17b3d: * lisp/org-collector.el: Fix compiler warnings |
Date: |
Fri, 22 Sep 2023 10:01:39 -0400 (EDT) |
branch: elpa/org-contrib
commit 1b7df17b3d0937ead2b476e8b4c7eeb6fcf7b490
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/org-contrib 1b7df17b3d: * lisp/org-collector.el: Fix compiler warnings,
ELPA Syncer <=