emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* use bookmark/boomark+ to boomark org-id's ?
@ 2015-07-17  6:12 Xebar Saram
  2015-07-17  6:23 ` Vaidheeswaran C
  2015-07-17  7:46 ` Vaidheeswaran C
  0 siblings, 2 replies; 3+ messages in thread
From: Xebar Saram @ 2015-07-17  6:12 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 599 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: use bookmark/boomark+ to boomark org-id's ?
  2015-07-17  6:12 use bookmark/boomark+ to boomark org-id's ? Xebar Saram
@ 2015-07-17  6:23 ` Vaidheeswaran C
  2015-07-17  7:46 ` Vaidheeswaran C
  1 sibling, 0 replies; 3+ messages in thread
From: Vaidheeswaran C @ 2015-07-17  6:23 UTC (permalink / raw)
  To: Xebar Saram, org mode


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.

Many Old timers.

Look at org-ctags.  Just revise what gets tagged.

;; 3. You run the following from the command line (all 1 line):
;;
;;      ctags --langdef=orgmode --langmap=orgmode:.org
;;        --regex-orgmode="/<<([^>]+)>>/\1/d,definition/"
;;          -f /your/path/TAGS -e -R /your/path/*.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: use bookmark/boomark+ to boomark org-id's ?
  2015-07-17  6:12 use bookmark/boomark+ to boomark org-id's ? Xebar Saram
  2015-07-17  6:23 ` Vaidheeswaran C
@ 2015-07-17  7:46 ` Vaidheeswaran C
  1 sibling, 0 replies; 3+ messages in thread
From: Vaidheeswaran C @ 2015-07-17  7:46 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-17  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17  6:12 use bookmark/boomark+ to boomark org-id's ? Xebar Saram
2015-07-17  6:23 ` Vaidheeswaran C
2015-07-17  7:46 ` Vaidheeswaran C

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).