From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: org-bookmark.el Date: Wed, 27 Feb 2008 16:21:46 +0000 Message-ID: <87ir0ajrol.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUP2X-0000q9-8o for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:21:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUP2V-0000oI-L9 for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:21:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUP2V-0000o9-Be for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:21:51 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUP2V-0007Gi-4A for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:21:51 -0500 Received: by ug-out-1314.google.com with SMTP id a2so409055ugf.48 for ; Wed, 27 Feb 2008 08:21:50 -0800 (PST) In-Reply-To: (Tokuya Kameshima's message of "Thu, 28 Feb 2008 00:39:53 +0900") 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: Tokuya Kameshima Cc: emacs-orgmode@gnu.org Tokuya Kameshima writes: > I wrote an emacs code, org-bookmark.el, which supports for orgmode > links to Emacs bookmarks. You can store the links in the Bookmark > List buffer by running M-x org-store-link. Great, thanks. > Not sure it's useful, but I regularly uses this bookmark links to > follow daily or weekly changing file links. I guess it is useful for those who prefer to update their bookmarks rather than to update their Org links directly. On top of this, when `org-bookmark' is in use, storing a link while visiting a file (or while in dired-mode) could first check if the file at point is bookmarked: if it is, then `org-bookmark-store-link' would be used; if it isn't, storing the file would fall back on the current mechanism. BTW, would you be okay to add this to the CONTRIB/ directory in the git repository? Let me know, I can do it for you. > ;;; org-bookmark.el - Support for links to Emacs bookmark > ;; Carstens outline-mode for keeping track of everything. > ;; Copyright (C) 2008 Free Software Foundation, Inc. > ;; > ;; Author: Tokuya Kameshima > ;; Version: 1.0 > ;; Keywords: outlines, hypermedia, calendar, wp > ;; > ;; This file is part of GNU Emacs. This line should rather mention: "This file is not part of GNU Emacs." -- Bastien