Herbert Sitz <hesitz <at> gmail.com> writes: > > Not sure, but I do something similar with a single --eval: > > --eval '(progn (find-file "filename") (org-export-as-html-and-open 3) )' >
Except my version has double quotes for --eval argument and backslashes before embedded quotes: --eval "(progn (find-file \"filename\") (org-export-as-html-and-open 3) )"