From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: getting Firefox tabs into org on a mac Date: Mon, 19 Oct 2009 20:40:54 -0700 Message-ID: <20524da70910192040r2858d89ew90d8d955ec5caf7f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N05b6-00022f-UK for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 23:41:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N05b2-0001zW-Bv for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 23:41:20 -0400 Received: from [199.232.76.173] (port=48545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N05b2-0001zO-99 for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 23:41:16 -0400 Received: from mail-iw0-f174.google.com ([209.85.223.174]:56417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N05b1-0005ai-WB for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 23:41:16 -0400 Received: by iwn4 with SMTP id 4so2650949iwn.14 for ; Mon, 19 Oct 2009 20:41:14 -0700 (PDT) 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: emacs-orgmode@gnu.org I have a huge number of Firefox tabs that I want to get into org. Figuring out how has gotten complicated, despite good documentation out there. I want simply title and url for each tab. Maybe like this: * Firefox tabs * Public Git Hosting - Worg.git/summary http://repo.or.cz/w/Worg.git * Google Search http://www.google.com Would be nice to get fancier by allowing annotations (for use by fireforg?). And allowing syncing back and forth. But first, I just want to get started. I envision two ways of doing this. Maybe there are more. 1) Have emacs or a script convert one of the folders in the bookmark file to an org outline as above. 2) Have org-mac-protocol set up for individual tabs to be clicked to get them remembered. If I do (2), then I'd want it to be easy. That is, without having to switch from mouse to keyboard. But does (2) work on a Mac? Last I heard, org-mac-protocol works for Safari, but not Firefox. Ideas very welcome. I am stuck here. Thanks. P.S. I /also/ have a huge number of Safari tabs and a huge number of emacs-w3m tabs. I've found those also difficult to orgify. So ideas here are also welcome. But Firefox is more important now.