From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Is it possible to export html that remains the outline feature? Date: Wed, 17 Dec 2008 13:18:08 +0100 Message-ID: <87oczb9erj.fsf@gnu.org> References: <871vw7jc6n.fsf@sina.com> <87tz93avyb.fsf@gnu.org> <87oczbhvf4.fsf@sina.com> 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 1LCvM5-0004KE-S1 for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 07:18:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCvM3-0004Ji-RA for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 07:18:20 -0500 Received: from [199.232.76.173] (port=41875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCvM3-0004Jf-N1 for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 07:18:19 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:43657) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCvM3-00027K-1z for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 07:18:19 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1780385fgb.30 for ; Wed, 17 Dec 2008 04:18:17 -0800 (PST) In-Reply-To: <87oczbhvf4.fsf@sina.com> (anhnmncb@sina.com's message of "Wed, 17 Dec 2008 19:51:11 +0800") 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 anhnmncb writes: > 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: (Where is that doc? I should fix it.) See http://orgmode.org/manual/Javascript-support.html for accurate doc. > #+INFOJS_OPT: path:org-info.js If you set `path' to a relative path like the one above, it means you need to have the org-info.js script in the same directory that the one you put your webpages on. I suspect the problem comes from this. Better use the absolute path to http://orgmode.org/org-info.js (which is the default one.) > But find that org can only export html via C-c C-e. It's okay to export with C-c C-e. HTH, -- Bastien