From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Links sorting and exporting. Date: Mon, 03 Feb 2014 16:03:16 +0100 Message-ID: <87mwi8qlvv.fsf@bzg.ath.cx> References: <8761owy2hb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAL3W-0006Qy-UZ for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:03:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAL3Q-00011z-7e for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:03:26 -0500 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:63428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAL3Q-00011l-0p for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:03:20 -0500 Received: by mail-we0-f169.google.com with SMTP id t61so2350934wes.14 for ; Mon, 03 Feb 2014 07:03:19 -0800 (PST) In-Reply-To: (Matthew Sauer's message of "Mon, 3 Feb 2014 07:44:27 -0600") 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: Matthew Sauer Cc: Org Mode Mailing List Hi Matthew, Matthew Sauer writes: > What I am thinking is of a way to save a web bookmark in a file or > two and then based on meta-tag have them exported into a html file. >  In other words, if I have a file with bookmarks that has tags: > apple, fruit, orange, dog, horse, pet, animal, etc then it would > create a html page named for the tag and any bookmark that has that > tag would be present in it.   The last piece would be to generate a > front page that would have a relative link to those pages.  This > would be a way of publishing links for others in my group to use. I think most of the pieces are already in place for this: - you can use org-protocol.el to capture a URL from a web browser as a subtree in an Org file ; - you can tag the capture at will (or define several capture keys) triggered by the button in your browser - you can define a view for all subtrees tagged :bmk: -- and filter this view for other tags -- e.g. for a subtree with :bmk:apple:, you first list all :bmk: subtrees, then hit '/' to list :apple: subtrees. - from the agenda view, C-x C-w mybookmarkfile.org RET will store all listed subtrees in a new Org file. So maybe this is just a matter of refining this workflow. HTH, -- Bastien