From mboxrd@z Thu Jan 1 00:00:00 1970 From: charles@aurox.ch (Charles A. Roelli) Subject: org-board -- bookmarking and archival Date: Sat, 03 Sep 2016 13:10:27 +0200 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bg8qT-0004TL-Ps for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 07:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bg8qQ-0000Xl-Jd for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 07:10:45 -0400 Received: from sinyavsky.aurox.ch ([37.35.109.145]:51874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bg8qQ-0000Vp-C0 for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 07:10:42 -0400 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 923DE221E2 for ; Sat, 3 Sep 2016 11:10:05 +0000 (UTC) Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id UOJbPuHW7JAt for ; Sat, 3 Sep 2016 11:10:04 +0000 (UTC) Received: from gray (93.83.3.85.dynamic.wline.res.cust.swisscom.ch [85.3.83.93]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 37222221D2 for ; Sat, 3 Sep 2016 11:10:02 +0000 (UTC) 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 Hi, I've written a tool called "org-board" to keep track of web bookmarks in an org mode file. The tool can archive bookmarks instantly using `wget', saving them in an entry's dedicated directory (made via `org-attach'). Pretty much any option for `wget' can be used by org-board, and the whole system is quite flexible. Org mode already seems like a natural place for bookmarks (with tagging, TODO entries, linking, etc.) and org-board is a convenient extension to help you keep all your data on your own machine. There is a lot of room for improvement (check out the TODO.org file for some of them). I'm relatively new to elisp so I'd also appreciate any style or general programming tips. The repository is here: https://github.com/scallywag/org-board Cheers, Charles