Tom Prince <tom.prince <at> ualberta.net> writes: > With b43c1c621f52f4a51d8d79cb76c226dfed003998 running > > emacs --no-init-file --load min.el --eval '(setq debug-on-error t)' --eval '(find-file "test.org")' > -eval '(org-export-as-html 3)' --batch >
Not sure, but I do something similar with a single --eval: --eval '(progn (find-file "filename") (org-export-as-html-and-open 3) )' -- Herb