From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Open HTML link in other window? Date: Fri, 11 Feb 2011 12:36:57 +0100 Message-ID: <87ei7ex0o6.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnrJ0-0004ab-03 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:36:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnrIy-0002hp-SU for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:36:53 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:38206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnrIy-0002hh-Kn for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:36:52 -0500 Received: by bwz16 with SMTP id 16so3076099bwz.0 for ; Fri, 11 Feb 2011 03:36:51 -0800 (PST) In-Reply-To: (Vladimir Alexiev's message of "Thu, 3 Feb 2011 12:58:31 +0000 (UTC)") 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: Vladimir Alexiev Cc: emacs-orgmode@gnu.org Hi Vladimir, Vladimir Alexiev writes: > Is there a way to configure the HTML export to open every > *external* link to another window? #+ATTR_HTML: target="_blank" [[http://www.w3schools.com/HTML/html_links.asp][link]] Will add the target attribute to the link. There is no way to set this as a default for all links, I don't think this is really necessary. But feel free to try to convince me :) -- Bastien