From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: suggestion: HTML frames option Date: Wed, 05 May 2010 17:56:37 +0200 Message-ID: <87mxwe1gwa.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9gyx-0000R1-2D for emacs-orgmode@gnu.org; Wed, 05 May 2010 11:57:55 -0400 Received: from [140.186.70.92] (port=38528 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9gym-00006k-US for emacs-orgmode@gnu.org; Wed, 05 May 2010 11:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9gxr-0007Uw-9y for emacs-orgmode@gnu.org; Wed, 05 May 2010 11:56:48 -0400 Received: from mail.gmx.net ([213.165.64.20]:58160) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O9gxq-0007UY-Ro for emacs-orgmode@gnu.org; Wed, 05 May 2010 11:56:47 -0400 In-Reply-To: (Ilya Shlyakhter's message of "Tue, 4 May 2010 17:33:26 -0400") 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: Ilya Shlyakhter Cc: emacs-orgmode --=-=-= Ilya Shlyakhter writes: > It would be good if the HTML exporter had an option to create a web > page with two frames: > in the top frame would be the original exported HTML, and in the > bottom frame would display > the targets of all external links in the org file. Within-orgfile > links would still be shown in the > top frame. Then, the org file could serve as an "index" for organizing > a variety of information, and > one could browse the org file in the top frame and quickly see the > targets of external links > in the bottom frame, without having to switch tabs or windows in the browser. > > There would be an option to have the index on the left, instead of on the top. Hi Ilya, here is a solution in JavaScript. Adjust the line #+STYLE: var targetFrame = "otherFrame"; You could even receive the targetFrame as URL-Parameter. --=-=-= Content-Type: text/x-verbatim Content-Disposition: inline #+STYLE: --=-=-= HTH Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--