From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pushpendre Rastogi Subject: Adding a side bar of TOC to exported pages Date: Sun, 1 Sep 2013 21:13:07 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGF47-0004Jn-JH for emacs-orgmode@gnu.org; Sun, 01 Sep 2013 17:20:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGF41-0003Q4-9X for emacs-orgmode@gnu.org; Sun, 01 Sep 2013 17:20:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:46897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGF41-0003OY-3w for emacs-orgmode@gnu.org; Sun, 01 Sep 2013 17:20:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VGF3z-00061E-KU for emacs-orgmode@gnu.org; Sun, 01 Sep 2013 23:20:03 +0200 Received: from c-98-218-46-217.hsd1.md.comcast.net ([98.218.46.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Sep 2013 23:20:03 +0200 Received: from pushpendre by c-98-218-46-217.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Sep 2013 23:20:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I am trying to publish some of the org file which I have written (mostly they are like personal tutorials.) I have set up org-publish to publish the files for example at http://cs.jhu.edu/~prastog3/active_learn_info.html. However, I really want to add a TOC to every page that I generate, just because it makes it jump across and navigate. Is this something that is supported out of the box? I noticed that the worg site uses it. Is there an undocumented options that might enable it? just to clarify i want a sitemap like http://cs.jhu.edu/~prastog3/active_learn_info.html to be embedded into an expandable table in every page. Thanks Pushpendre