From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Launching Emacs org-mode commands from Windows 7 command line? Date: Thu, 31 Jul 2014 17:22:49 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCsC5-0007xD-Ue for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 11:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCsBy-0000dP-Ab for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 11:23:01 -0400 Received: from mout.web.de ([212.227.15.3]:58185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCsBy-0000dD-1F for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 11:22:54 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs orgmode-mailinglist
I want to use a shell command in Windows 7 command prompt (cmd.exe) to create a search agenda view in Emacs org-mode (in the active frame).
 
I tried like that:
emacsclient --eval '(org-search-view nil "search string")'
but with no success.
In the command line I get the error message:
*ERROR*: End of file during parsing
 
And I get no a search or search result in Emacs org-mode.
 
Any tips are appreciated. I'm using Windows 7, Emacs 24.3 and org-mode 8.2.6
 
Kind regards
 
Martin