From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [Show Org source] button does not work Date: Wed, 13 Jan 2016 00:08:53 -0500 Message-ID: <87bn8qm5ga.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJDgO-0003rM-IM for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:09:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJDgL-0008U7-Cg for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:09:20 -0500 Received: from plane.gmane.org ([80.91.229.3]:36901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJDgL-0008U3-54 for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:09:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aJDgD-0003VI-2x for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 06:09:09 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 06:09:09 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 06:09:09 +0100 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 Kynn Jones writes: > The [Show Org source] button at the bottom of pages such as > > http://orgmode.org/worg/ > > does not work. Nothing happens when one clicks on it. It's supposed > to execute the statement `show_org_source()`, but as far as I can > tell, the function `show_org_source` is not to be found in the page's > JS. > I can see the following (lines 63-79 of the page source): Try clicking the button on the following page: http://orgmode.org/worg/org-tutorials/org-outside-org.html It changes the location to http://orgmode.org/worg/org-tutorials/org-outside-org.org.html and loads it. http://orgmode.org/worg/ does not have a .html suffix so the rpl() function leaves it alone. This is with FF 43.0.3 on Fedora 22. -- Nick