From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart? Date: Wed, 01 Aug 2012 07:40:27 -0600 Message-ID: <876292d92s.fsf@gmx.com> References: <1342814189.23427.YahooMailRC@web181504.mail.ne1.yahoo.com> <87k3xiref5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwZAc-0000Ye-D6 for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 09:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwZAT-0005sj-Tq for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 09:41:02 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:60145) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SwZAT-0005sY-MK for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 09:40:53 -0400 In-Reply-To: <87k3xiref5.fsf@gnu.org> (Bastien's message of "Wed, 01 Aug 2012 14:21:18 +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: Bastien Cc: emacs-orgmode@gnu.org, Feiming Chen Bastien writes: > Hi Feiming, > > Feiming Chen writes: > >> I am embedding an interactive chart into org-mode S5 presentation on >> web browser. See this link for the presentation: >> >> http://stat.fsu.edu/~fchen/emacs-org-babel-mode/googleVis2web.html >> >> (source file: http://stat.fsu.edu/~fchen/emacs-org-babel-mode/ >> googleVis2web.org) > This sounds like more of a general S5 question, rather than an Org-mode specific question. Once an Org-mode document has been exported to a format used by S5, all key presses and mouse click events are handled directly by the S5 library in use. I'd suggest contacting the author of S5 or asking on an S5 mailing list. After looking through the slides.js file, I think commenting out line 763 (or if you are using a different version of S5, the "onclick" line) may do what you want. https://github.com/eschulte/org-S5/blob/master/ui/default/slides.js#L763 Best, -- Eric Schulte http://cs.unm.edu/~eschulte