From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: Re: use bookmark/boomark+ to boomark org-id's ? Date: Fri, 17 Jul 2015 13:16:05 +0530 Message-ID: References: Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG0LP-000519-TT for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 03:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG0LI-0005V3-7h for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 03:46:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:49156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG0LH-0005Uu-Vw for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 03:46:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZG0LH-0007zZ-1t for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 09:45:59 +0200 Received: from 106.216.162.24 ([106.216.162.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jul 2015 09:45:59 +0200 Received: from vaidheeswaran.chinnaraju by 106.216.162.24 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jul 2015 09:45:59 +0200 In-Reply-To: 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: emacs-orgmode@gnu.org On Friday 17 July 2015 11:42 AM, Xebar Saram wrote: > Hi all > > After discussing this with the use boomark+ (who dosent use org..go figure > ;-)) he suggested i take this question to the orgmode list. Does anyone > use/know how to bookmark orgmode ids and not just location in a file? i > find that bookmarking locations is very un-reliable as i keep adding new > content to my org files and the position of headers keep changing > > is there any other alternatives people use to quickly jump to specific org > files and locations? > > best regards > > Z > org-id, IIRC, has a cache of some sort. Just look around org-id-update-id-locations. ---------------------------------------------------------------- A typical bookmark, has the following structure. (#1="Re_use_bookmarkboomark_to_boomark_org-ids__1437118847606.eml" (filename . "/tmp/Re_use_bookmarkboomark_to_boomark_org-ids__1437118847606.eml") (front-context-string . "org-id, IIRC, ha") (rear-context-string . "ards\n> \n> Z\n> \n\n") (position . 800) (defaults "-" #1#)) You have to modify `bookmark-make-record-function', so that it a returns a record that contains just what you want: filename and front-context-string (which will hold the ID). No need to store the the position in the record. ---------------------------------------------------------------- I still think that bookmark is not what you want. I have trouble imagining how your system works.