From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Problem with org-batch-agenda Date: Tue, 27 Jan 2009 11:51:20 -0800 Message-ID: <497F65B8.7070204@advantest-ard.com> References: <49790F2B.9020708@advantest-ard.com> <71801556-D068-4BFC-A679-3AB25255E807@uva.nl> <497E0352.1000802@advantest-ard.com> <9C76CE7F-6DD3-4B97-AD57-4D28CB8E339C@uva.nl> Reply-To: m.elston@advantest-ard.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRty9-0000to-IF for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 14:51:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRty4-0000sC-96 for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 14:51:31 -0500 Received: from [199.232.76.173] (port=60524 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRty4-0000s4-3F for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 14:51:28 -0500 Received: from [192.84.20.196] (port=3429 helo=mailhub.ardeng.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRty3-00013Z-Ir for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 14:51:27 -0500 In-Reply-To: <9C76CE7F-6DD3-4B97-AD57-4D28CB8E339C@uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org Mode List Carsten, I'll give it a try. Mannish already pointed me to Worg. I installed git and am trying to get started but am running into a problem with even using git to get editable files. It seems I need access to ssh-keygen which I don't have (being on Windows...) I'll keep trying (in my spare time) to get this set up. Mark * Carsten Dominik wrote (on 1/26/2009 10:39 PM): > I guess this would be a good FAQ entry. Would you like to write one? > > - Carsten > > On Jan 26, 2009, at 7:39 PM, Mark Elston wrote: > >> Carsten, >> >> Thanks. The quoting was the problem. I changed the line from what >> I had below to: >> >> c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval \ >> "(org-batch-agenda \"S\")" >> >> and it now works like I expect. >> >> Perhaps there should be somewhere to deal with some of these platform >> specific issues so we don't run into them multiple times... >> >> Mark >> >> * Carsten Dominik wrote (on 1/24/2009 7:58 AM): >>> On Jan 23, 2009, at 1:28 AM, Mark Elston wrote: >>>> I am trying to export information from my org files and am >>>> getting an error every time I run the batch file (Windows XP) >>>> >>>> I am starting with a stripped down .emacs file which just sets up >>>> my load path then does the following: >>>> >>>> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; >>>> >>>> ;; ORG MODE >>>> (require 'org-install) >>>> >>>> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) >>>> >>>> (setq org-log-done 'time) >>>> (setq org-agenda-include-diary t) >>>> (setq org-directory "~/org/") >>>> (setq org-agenda-custom-commands >>>> '(("S" "Schedule for the week plus TODO's" >>>> ((agenda "") >>>> (todo "TODO"))))) >>>> >>>> My batch file looks like this: >>>> >>>> c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval >>>> '(org-batch-agenda "S")' >>> This works for me, but it is possible that quoting in a windows >>> batch file works differently? >>> The error message looks to me as if there is a parsing error for the >>> -eval form. >>> - Carsten >>>> >>>> >>>> When I run this from the command line I get: >>>> >>>> Loading c:/Home/emacs-22/precompile.el (source)... >>>> Loading c:/Home/emacs-22/all_org.el (source)... >>>> Loading c:/Home/emacs-22/melston-note-paths.el (source)... >>>> Done loading ~/emacs/all_org >>>> Loading c:/Home/emacs-22/custom.el (source)... >>>> Loading gnus... >>>> Done loading init file >>>> End of file during parsing >>>> >>>> I saw this mentioned in the list at gmane but never saw >>>> any resolution for it. Any ideas? >>>> >>>> Mark >>>> >>>> >>>> _______________________________________________ >>>> Emacs-orgmode mailing list >>>> Remember: use `Reply All' to send replies to the list. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > >