From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Firefox extension "Org-capture" stopped working after update Date: Wed, 16 Aug 2017 15:14:19 -0500 Message-ID: <8760dnp8x0.fsf@alphapapa.net> References: <871sob1xft.fsf@jane> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di4i7-0006bh-5b for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 16:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di4i4-0007d2-0H for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 16:14:39 -0400 Received: from [195.159.176.226] (port=45954 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1di4i3-0007cT-Qf for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 16:14:35 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1di4hr-0004vy-6E for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 22:14:23 +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" To: emacs-orgmode@gnu.org Marcin Borkowski writes: > the title text says it all. Anybody can confirm that? How to configure > capture in FF now? Hi Marcin, I'm not sure if you mean updating Firefox or Org. But if it's Firefox, well, Mozilla is killing off XUL extensions, and that probably includes the Org-Capture extension. I doubt that it is possible to rewrite it as a WebExtension. Firefox 56 is supposed to be the last version that supports XUL extensions. After Firefox 57 is released, that leaves you with a few options: 1. Try to build and install it as an XUL extension in a Firefox "developer edition" build. Supposedly that will remain possible, for a while at least, but I don't know if they have confirmed that or documented it. I expect it would be unsupported, anyway. 2. Use a ESR release of Firefox, which will keep supporting XUL until an ESR based on Firefox >= 57 is released. 3. Dump Firefox. The bottom line is that they don't care about users like us anymore. I've been using Firefox since it was Phoenix beta, but they aren't interested in retaining loyal users anymore; they just want to chase Chrome users by making Firefox into Chrome. (Of course, why would content Chrome users switch from actual Chrome to Firefox Chrome? Mozilla doesn't seem to grok this. I suspect Mozilla will be dead or no longer developing Firefox within a few years.) For this option, probably the thing to do is try out Pale Moon. Its developers have committed to supporting XUL. This is not my preferred option, but I think it's the only viable one for those of us who want to keep using XUL extensions; I've been using Pentadactyl for years and I have no desire to give it up. I hope Pale Moon will be added to Debian/Ubuntu someday, because I don't want to have to build or install it manually; but it is probably worth it anyway. 4. If you continue using Firefox, you can replace most of the functionality of the Org-Capture extension by using the org-protocol-capture-html package. The bookmarklets listed in its readme let you easily capture pages or parts of pages to Org. Hope this helps.