From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wayne Rittimann Subject: Re: noob, gnus link opens new frame Date: Wed, 22 Aug 2007 14:15:30 -0500 Message-ID: References: <87tzqtj9d8.fsf@hillenius.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INvkN-0007Ql-4X for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 15:20:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INvkL-0007QZ-N1 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 15:20:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INvkL-0007QW-HC for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 15:20:05 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INvkL-00031I-4N for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 15:20:05 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1INvkI-0002ON-O7 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 21:20:02 +0200 Received: from 216.113.168.147 ([216.113.168.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 21:20:02 +0200 Received: from wayne.rittimann by 216.113.168.147 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 21:20:02 +0200 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 You can just set it to 'gnus'... so: (setq org-link-frame-setup (quote ((vm . vm-visit-folder-other-frame) (gnus . gnus) (file . find-file-other-window)))) -Wayne