Browse Source

Fix argument to append when creating final parameter alist

* org-agenda.el (org-batch-agenda-csv): Fix argument to append when
creating final parameter alist.
David Maus 13 years ago
parent
commit
06591f2ccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -2645,7 +2645,7 @@ extra        Sting with extra planning info
 priority-l   The priority letter if any was given
 priority-n   The computed numerical priority
 agenda-day   The day in the agenda where this is listed"
-  (org-eval-in-environment (append (org-agenda-remove-tags t)
+  (org-eval-in-environment (append '((org-agenda-remove-tags t))
 				   (org-make-parameter-alist parameters))
     (if (> (length cmd-key) 2)
 	(org-tags-view nil cmd-key)