From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Some Javascript Adventures Date: Tue, 12 May 2009 16:03:25 +0200 Message-ID: <87my9ixvte.fsf@kassiopeya.MSHEIMNETZ> References: <4A0960BE.2050005@manor-farm.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 1M3sWJ-0001xr-F9 for emacs-orgmode@gnu.org; Tue, 12 May 2009 09:59:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3sWF-0001uc-OO for emacs-orgmode@gnu.org; Tue, 12 May 2009 09:59:47 -0400 Received: from [199.232.76.173] (port=38779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3sWF-0001uO-Kh for emacs-orgmode@gnu.org; Tue, 12 May 2009 09:59:43 -0400 Received: from mail.gmx.net ([213.165.64.20]:40112) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M3sWE-00055u-TS for emacs-orgmode@gnu.org; Tue, 12 May 2009 09:59:43 -0400 In-Reply-To: <4A0960BE.2050005@manor-farm.org> (Ian Barton's message of "Tue, 12 May 2009 12:42:54 +0100") 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: lists@manor-farm.org Cc: emacs-orgmode@gnu.org And this is, how you need to do it, if you have the sitemap included: => --->8----------------------------->8----------------------------->8--- #+STYLE: #+STYLE: * Sitemap #+INCLUDE sitemap.org <= ---8<-----------------------------8<-----------------------------8<--- Ian Barton writes: > Yesterday on my bike ride I was listening to an old FLOSS Podcast about > jQuery. There are a few things that Sebastian's org-info-js doesn't do, that I > would like. Unfortunately, my knowledge of javascript is almost zero. > > However, the jQuery library seems to have excellent documentation. More > importantly using jQuery seems to mostly protect you from trying to debug your > code on lots of different browsers, since the jQuery author has already done it > for you. > > After some experiments I cam up with the following snippets which toggle the > visibility of DONE tasks and also timestamps. Hope someone finds them useful! > > Ian. > > > > > > You can set up a buttons to call these functions: > > name="toggletimestamp" > value="Toggle Time Stamp" > id="toggletimestamp" /> > > name="toggledone" > value="Toggle Done" > id="toggledone" /> > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >