From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: capture with iceweasel/firefox -- nothing works Date: Thu, 21 Jul 2016 10:01:07 +0000 (UTC) Message-ID: References: <8760tphain.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQAnG-0000gX-Gi for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQAnA-0004pI-RH for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:01:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:44667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQAnA-0004oi-Kn for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:01:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bQAn8-0000d4-98 for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 12:01:18 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2016 12:01:18 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2016 12:01: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" To: emacs-orgmode@gnu.org Samuel Wales gmail.com> writes: > however, i never found any good instructions on what to do to add js > to bookmarks. > i have a menu bar and a location bar + icons. i'd like a button or > icon on the latter if possible. my previous thrashing around caused a > >> symbol which is a drop down menu which contains the bookmarks. > i'll settle for that if nec. but that is extra clicking i'd rather > avoid, and one of them brings up a page with js on it. > > is this knowledge something that everybody except me possesses? :) Sorry for the late reply; I haven't been watching the list lately and I missed this thread. But in case this helps Samuel or anyone else: When I was putting together org-protocol-capture-html, I spent some time testing and refining the instructions to set up org-protocol correctly. They can be found here: https://github.com/alphapapa/org-protocol-capture-html#org-protocol-instructions Also, Samuel, you said elsewhere in the thread that you wanted to be able to capture to Org like this: * [[link][title]] Selected text And that's exactly what org-protocol-capture-html does. You said you only have a limited amount of time and weren't sure if it was worth trying. Well, I think it is, but of course I am biased. ;) But if you have any problems, just post an issue on the tracker and I'll be glad to help you if I can.