Hi,

This works on Bash (tested on 4.2.10) and should be easy to remember:

  emacs --eval "(find-file \"/home/somefile.org\" )"

Cheers,
Viktor

Achim Gratz wrote:

> Bash needs this instead
> 
> emacs --eval "( find-file "'"'"/home/somefile.org"'"'" ) "
> 
> THere may be other solutions for bash, but I never really got the hang
> of their quoting rules.

Reply via email to