From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: How to let [C-u C-c C-o] to open file link in other window by setting variable org-link-frame-setup. Date: Mon, 15 Jul 2013 17:44:03 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d8731311c4704e189b5c2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyfKf-00025O-QP for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 05:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyfKd-0003Bw-68 for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 05:44:37 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:42715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyfKc-0003BF-UD for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 05:44:35 -0400 Received: by mail-wg0-f50.google.com with SMTP id k14so10068161wgh.5 for ; Mon, 15 Jul 2013 02:44:33 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b5d8731311c4704e189b5c2 Content-Type: text/plain; charset=UTF-8 I setup variable `org-link-frame-setup' like this: I want to let [C-c C-o] to open file link in current window. (setq org-link-frame-setup '((vm . vm-visit-folder-other-frame) (vm-imap . vm-visit-imap-folder-other-frame) (gnus . org-gnus-no-new-news) (file . find-file) (wl . wl-other-frame))) And I want to let [C-u C-c C-o] to open file link in *other* window. But upper setting can not do that. I do not know how to change this variable behavior to archive this. Does anyone knows how to solve this problem ? [stardiviner] GPG key ID: 47C32433 IRC(freeenode): Evanescence Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 http://stardiviner.dyndns-blog.com/author.html --047d7b5d8731311c4704e189b5c2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=C2=A0 I setup variable `org-link-frame-setup' like t= his:
=C2=A0 I want to let [C-c C-o] to open file link in current window.=
=C2=A0
=C2=A0 (setq org-link-frame-setup
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '((vm . vm-visit-folder-other-frame)
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (vm-imap . vm-visit-imap-folder-= other-frame)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (gnus . org-gnus= -no-new-news)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file . find-fi= le)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (wl . wl-other-frame)))
=C2=A0=C2=A0 And I want to let [C-u C-c C-o] to open file link in *ot= her* window.
=C2=A0=C2=A0 But upper setting can not do that.
=C2=A0=C2=A0 I do not kn= ow how to change this variable behavior to archive=C2=A0 this.

=C2= =A0=C2=A0 Does anyone knows how to solve this problem ?


[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <fuck you, world!>=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 GPG key ID: 47C32433
IRC(freeenode): Evanescence=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Tw= itter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2= =A0 CB99 B8C4 B8E5 47C3 2433
=C2=A0=C2=A0=C2=A0 http://stardiviner.dyn= dns-blog.com/author.html
--047d7b5d8731311c4704e189b5c2--