From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Web bookmarks in ORG? Date: Mon, 11 Jul 2011 09:07:59 -0500 Message-ID: <8739icuczk.fsf@riotblast.dunsmor.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgH9X-0004pM-Rx for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 10:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgH9V-0000WB-Ti for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 10:08:03 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:45399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgH9V-0000W1-IP for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 10:08:01 -0400 In-Reply-To: (Angel de Vicente's message of "Mon, 11 Jul 2011 10:59:04 +0100") 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: Angel de Vicente Cc: emacs-orgmode@gnu.org Angel de Vicente writes: > Is there anyone using ORG for keeping web bookmarks? Basically I'm > looking at Delicious-like functionality, where I just put tags to web > addresses and I can search the bookmarks either for their name or with > tags. For a while, I was keeping an Org file with bookmarks organized del.icio.us-style, eg: --8<---------------cut here---------------start------------->8--- * [[http://url1.com][Title1]] :tag1:tag2:tag3: Notes... * [[http://url2.com][Title2]] :tag1:tag2:tag3: Notes... * ... --8<---------------cut here---------------end--------------->8--- But then I started incorporating the links into the body of my notes (I keep a "notebook" directory with an Org file for each broad subject and Org headings/subheadings for more granular organization). I found the web links much more useful in the context of my notes, so I stopped using the del.icio.us-style format. Regards, Jason