[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-26 Thread Christopher Long
Dear Steve and All, I've been able to suppress the problem by commenting out one line (line 232) in org-mobile.el (in the version of org I just recently got from git, 6.33f+). That line is: ;; (push (cons file link-name) rtn)) Unfortunately, this also suppresses the update of the

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-24 Thread Steve Brown
Hi Christopher, On 23/11/2009 17:42, Christopher Long wrote: Dear Steve and All, Was this additional instance of emacs problem resolved? I am having the same problem also on windows XP. I wonder whether emacsclient or emacsclientw need to be called instead of a new instance of emacs.

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-24 Thread Steve Brown
Okay, a quick follow up on this. I have kept the number of cutomisations to a minimum in my .emacs with no effect at all. That is I still get one frame per file in the agenda file list. I can't seem to find any settings that would force Emacs to use a single frame. I wonder if I should

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-24 Thread Steve Brown
On 24/11/2009 11:32, Steve Brown wrote: Okay, a quick follow up on this. Is there a command to close all frames but the current one? I could add this to the post push hooks. Okay, I'm getting somewhere. I found out how how to step through elisp (hooray!) and called (debug-on-entry) on

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-23 Thread Christopher Long
Dear Steve and All, Was this additional instance of emacs problem resolved? I am having the same problem also on windows XP. I wonder whether emacsclient or emacsclientw need to be called instead of a new instance of emacs. I am using: org-mode ver 6.33f emacs 22.2.1 windows XP Thanks,

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile-push

2009-11-19 Thread Steve Brown
Good morning Charles, here's the bug reported as promised. I run Emacs from a pendrive on a Windows XP Pro box. My site-start.el contains the following to map home to drive letter:home on Emacs start. The first line has no line break after the defvar so there are only two lines of code.