From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Brown Subject: Emacs opens a frame for each file in agenda list on org-mobile-push Date: Wed, 18 Nov 2009 15:19:38 +0000 Message-ID: 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 1NAmUD-0006JC-5d for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:30:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAmU6-0006G1-AQ for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:30:24 -0500 Received: from [199.232.76.173] (port=53508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAmU6-0006Fv-4j for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:30:18 -0500 Received: from lo.gmane.org ([80.91.229.12]:37457) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAmU4-0001b1-HU for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 10:30:17 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAmTs-0008Qt-OV for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 16:30:04 +0100 Received: from 78.151.198.45 ([78.151.198.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 16:30:04 +0100 Received: from steve.stevebrown by 78.151.198.45 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 16:30:04 +0100 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: emacs-orgmode@gnu.org Hello list. I have a small problem in that when I org-mobile-push for each file in org-agenda-files a new Emacs frame opens. Otherwise everything else works just fine. I'm running: Org-mode version 6.33c under GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) At this point I need to mention that I am no Emacs wizard. It has taken a while for me to get mobile-org etc. to sync correctly. My elisp-fu is minimal - I rely on cut and paste mostly to get anything done, so please keep answers simple ;-) Having said that I am very willing to dig in to this to find the problem as I enjoy learning where my mistakes come from. If someone can give me a pointer or two I would be very grateful. Best, Steve