diff -u /home/guerry/elisp/testing/org/ /home/guerry/elisp/testing/temp2/org.el --- /home/guerry/elisp/testing/org/org.el 2007-12-04 08:40:13.000000000 +0000 +++ /home/guerry/elisp/testing/temp2/org.el 2007-12-10 15:08:16.000000000 +0000 @@ -19267,8 +19267,8 @@ (while cmds (setq cmd (pop cmds) thiscmdkey (car cmd) - opts (nth 3 cmd) - files (nth 4 cmd)) + opts (nth 4 cmd) + files (nth 5 cmd)) (if (stringp files) (setq files (list files))) (when files (eval (list 'let (append org-agenda-exporter-settings opts pars) Diff finished. Mon Dec 10 15:08:22 2007