aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/org/org-colview.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el
index 73e6bed121a..42863b68b38 100644
--- a/lisp/org/org-colview.el
+++ b/lisp/org/org-colview.el
@@ -1015,7 +1015,7 @@ Don't set this, this is meant for dynamic scoping.")
1015 1015
1016(defun org-columns-uncompile-format (cfmt) 1016(defun org-columns-uncompile-format (cfmt)
1017 "Turn the compiled columns format back into a string representation." 1017 "Turn the compiled columns format back into a string representation."
1018 (let ((rtn "") e s prop title op op-match width fmt printf) 1018 (let ((rtn "") e s prop title op op-match width fmt printf fun)
1019 (while (setq e (pop cfmt)) 1019 (while (setq e (pop cfmt))
1020 (setq prop (car e) 1020 (setq prop (car e)
1021 title (nth 1 e) 1021 title (nth 1 e)