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