emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] problem with find-file in --eval from command line


From: Viktor Rosenfeld
Subject: Re: [O] problem with find-file in --eval from command line
Date: Wed, 24 Aug 2011 20:48:08 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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

[Prev in Thread] Current Thread [Next in Thread]