From mboxrd@z Thu Jan 1 00:00:00 1970 From: srandby@gmail.com Subject: Org-Info.js Issue Date: Tue, 03 Mar 2009 21:54:01 -0500 Message-ID: <49ADED49.2070105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LehFL-00007E-2s for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 21:54:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LehFJ-00005F-Is for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 21:54:10 -0500 Received: from [199.232.76.173] (port=33249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LehFJ-000053-BI for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 21:54:09 -0500 Received: from an-out-0708.google.com ([209.85.132.251]:29516) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LehFI-0004Bu-VF for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 21:54:09 -0500 Received: by an-out-0708.google.com with SMTP id b6so1853469ana.21 for ; Tue, 03 Mar 2009 18:54:07 -0800 (PST) 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: "[Orgmode]" Hi, I just upgraded org-info.js to version 0.1.0.2. Everything works fine except for one item. The org file I use to generate my web page contains the line #+TITLE: This is the Title which org-mode 6.23 exports to html, right below , as

This is the Title

When I view the web page using Firefox, the title is not displayed above the table of contents. If I delete the line #+INFOJS_OPT: view:info path:org-info.js tdepth:1 from the org file and export to html, then the title is displayed above the table of contents when I view the web page. So, the issue must be with org-info.js. I've compared the code of version 0.1.0.2 with the code of the version I was using, but not knowing Javascript that well I couldn't figure out the problem. Is there some way to fix this problem? Scott Randby