From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: org-info.js - new version with tags index Date: Tue, 26 Aug 2008 11:04:47 +0100 Message-ID: <48B3D53F.3070300@calicojack.co.uk> References: <48AF82E8.6080804@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXvQC-0003WG-DW for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 06:05:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXvQA-0003VX-DG for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 06:05:07 -0400 Received: from [199.232.76.173] (port=43707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXvQ9-0003VR-Sf for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 06:05:06 -0400 Received: from storm.bpweb.net ([83.223.106.8]:35662) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KXvQ9-0001wc-5f for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 06:05:05 -0400 In-Reply-To: <48AF82E8.6080804@gmx.de> 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: sebastian_rose@gmx.de Cc: "[emacs-orgmode]" Sebastian Rose wrote: > Hello list, > > > Rick Moynihan requested a table of contents sorted by tags > (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). > The new version on http://repo.or.cz/w/Worg.git provides a the > shortcut 'C' to show such an index: > > > Tag1 > - Headline with tag1 > - Another headline with tag1 and tag2 > > Tag2 > - Headline with tag2 > - Another headline with tag1 and tag2 Excellent! Thanks for this, it works great! My only issue is that the tags in the table, don't look like links, or look clickable. Admitedly this only becomes an issue when others are browsing a file published with org-info.js. Also it would be handy to be able to hyperlink directly to this (and the other table of contents). > There is no inheritance though. As for the most cases, the links > lead to the local toc showing all subsections. Maybe inheritance > should be an option? I personally don't tend to use inheritance a lot, but I can see how it could be useful. On an unrelated topic, what struck me as interesting was how similar org-info.js is to s5 (the XHTML/CSS/js) presentation format. I did mention this briefly here: http://thread.gmane.org/gmane.emacs.orgmode/2668/focus=7656 I took a look at what would be required to re-style org-info.js/org-publish files like s5; and it looked possible but my XHTML/CSS/js skills are a little rusty. What do you think it would take to modify org-info.js into a presentation format like s5? Writing presentations in org-mode and then publishing to XHTML/org-info.js seems like a great idea, and it strikes me that org-info.js is already pretty close. I'm not entirely sure what s5 offers that this combination doesn't, but it seems to largely be around ensuring that slides are scaled to fit into the browser-window, rather than scrolling, and that the slides are styled more minimally and a little more like a powerpoint file. Thanks again for your hard work!! R.