From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] Add customization for WL in `org-link-frame-setup' Date: Mon, 28 Jun 2010 21:44:55 +0200 Message-ID: <1277754296-3540-1-git-send-email-dmaus@ictsoc.de> References: <105A176E-0E65-47EE-8DC2-D26170D01F94@gmail.com> Return-path: Received: from [140.186.70.92] (port=33896 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTKXm-0003la-1M for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 16:03:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTKGY-0007LU-1B for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 15:45:14 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:36030) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTKGX-0007LA-RU for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 15:45:14 -0400 In-Reply-To: <105A176E-0E65-47EE-8DC2-D26170D01F94@gmail.com> 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 Didn't even know about this customization variable and used a hack of org-wl to actually open links in an other frame. So here is a patch that adds a customization option for WL links to `org-link-frame-setup'. Best, -- David David Maus (1): Add customization option to open WL links in other frame. lisp/org.el | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-)