From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: cannot get org-info.js to work Date: Mon, 14 Apr 2008 17:00:02 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlQAO-0006Ej-JE for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 11:00:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlQAM-0006CR-Sx for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 11:00:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlQAM-0006CC-Nc for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 11:00:18 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JlQAL-00024L-L8 for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 11:00:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JlQAF-00022f-JZ for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 15:00:11 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2008 15:00:11 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2008 15:00:11 +0000 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 Hi! How can I get this tool to work! I followed the docs and see this in my file: but it does show no effect after creating HTML by C-c C-e b How can I debug? Rainer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: cannot get org-info.js to work Date: Mon, 14 Apr 2008 20:34:46 +0200 Message-ID: <87k5j0i8u1.fsf@kassiopeya.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlTW1-0006lD-Nb for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:34:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlTW0-0006kt-Cd for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:34:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlTW0-0006kq-7S for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:34:52 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JlTVz-0008BP-Dt for emacs-orgmode@gnu.org; Mon, 14 Apr 2008 14:34:52 -0400 In-Reply-To: (Rainer Stengele's message of "Mon, 14 Apr 2008 17:00:02 +0200") 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: Rainer Stengele Cc: emacs-orgmode Mailinglist Hello Rainer, unfortunatly the syntax to setup the script has changed in the meantime, but the documentation did not yet. I hope to upload the new version tomorrow. I suspect your using the git head of orgmode and the version of the script I sent to you a fiew days ago. What has changed in the first place is the naming of the parameters you set using org_html_manager.set(). Here is a table illustrating the changes: | Old name | New name | Values | |--------------------+--------------+---------------------------------------------| | SUB_INDEXES | LOCAL_TOC | "1" or "0" | | INFO_SWITCH_ALWAYS | VIEW_BUTTONS | "1" or "0" | | | VIEW | "info", "overview", "content" or "showall" | | MOUSE_HINT | MOUSE_HINT | "#eeeeee" (color) or "underline" | | HIDE_TOC | TOC | "0" or "1" (show the toc as normal section) | The FOLDING parameter is obsolete since the folding is an essential feature. I think the setup won't change much in the future from now on. But please keep in mind that this is still a work in progress. If you're using the git head (org-mode version 6.00*) you may use the new setup mechanism, i.e. customize, to setup the script globaly. This setup may be overwritten on a per file basis using lines like these (thanks to Carsten for adding this): #+INFOJS_OPT: view:info mouse:#aaaaaa buttons:nil toc:t Regards -- Sebastian Rose, Hanover, Germany Phone: +49 173 83 93 417 Mail.: sebatian_rose@gmx.de, s.rose@emma-stil.de