From mboxrd@z Thu Jan 1 00:00:00 1970 From: anhnmncb Subject: Re: Is it possible to export html that remains the outline feature? Date: Wed, 17 Dec 2008 19:51:11 +0800 Message-ID: <87oczbhvf4.fsf@sina.com> References: <871vw7jc6n.fsf@sina.com> <87tz93avyb.fsf@gnu.org> 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 1LCuw6-0007IP-Dm for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 06:51:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCuw5-0007Hc-O1 for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 06:51:30 -0500 Received: from [199.232.76.173] (port=60536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCuw5-0007HP-Ht for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 06:51:29 -0500 Received: from main.gmane.org ([80.91.229.2]:58860 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 1LCuw4-0003DG-Iv for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 06:51:28 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LCuw0-0000CW-T9 for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 11:51:25 +0000 Received: from 221.6.39.130 ([221.6.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2008 11:51:24 +0000 Received: from anhnmncb by 221.6.39.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2008 11:51:24 +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 Bastien (2008-12-17 12:21 +0100) wrote: > anhnmncb writes: > >> Hi, list, as title :) > > Yes! > > Check this: http://orgmode.org/worg/code/org-info-js/ Hello Bastien, my org version is Org-mode version 6.15a, do I still need something else? I have tried your example given in the doc: #+INFOJS_OPT: path:org-info.js #+INFOJS_OPT: toc:nil localtoc:t view:info mouse:underline #+INFOJS_OPT: up:http://www.legito.net/ #+INFOJS_OPT: home:http://orgmode.org buttons:nil But find that org can only export html via C-c C-e. Am I miss something?