Re: [O] binding org-id-goto to a key

2014-03-01 Thread Xebar Saram
Thx Bastien as always your answers are spot on and brilliant. i want to personally thank you again for everything you've contributed to the community in the past years, anytime i read a blog post of yours or a post in the mailing lists its always such a joy. its really appreciated! best Z On

Re: [O] binding org-id-goto to a key

2014-02-28 Thread Bastien
Hi Xebar, Xebar Saram writes: > im trying to bind some headers to specific keys using the org-id-goto > command and so far have this: > > (global-set-key (kbd " l") 'org-id-goto > "8460d499-ea32-4693-a8d4-0d08b00ba3f3") > > but im aware that this code isnt wrong. can anyone guide me in the > rig

[O] binding org-id-goto to a key

2014-02-28 Thread Xebar Saram
hi all im trying to bind some headers to specific keys using the org-id-goto command and so far have this: (global-set-key (kbd " l") 'org-id-goto "8460d499-ea32-4693-a8d4-0d08b00ba3f3") but im aware that this code isnt wrong. can anyone guide me in the right direction? best Z