Re: [Orgmode] Problem with org-batch-agenda

2009-01-27 Thread Mark Elston
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 ti

Re: [Orgmode] Problem with org-batch-agenda

2009-01-26 Thread Carsten Dominik
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-ba

Re: [Orgmode] Problem with org-batch-agenda

2009-01-26 Thread Mark Elston
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 specifi

Re: [Orgmode] Problem with org-batch-agenda

2009-01-24 Thread Carsten Dominik
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:

[Orgmode] Problem with org-batch-agenda

2009-01-22 Thread Mark Elston
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: ;;;