From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: binding org-id-goto to a key Date: Sat, 1 Mar 2014 07:27:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149c50609096d04f384ce7b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJcS2-0006HS-Bc for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 00:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJcS1-0006Kt-Cd for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 00:27:06 -0500 Received: from mail-oa0-x232.google.com ([2607:f8b0:4003:c02::232]:43228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJcS1-0006Ko-8Z for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 00:27:05 -0500 Received: by mail-oa0-f50.google.com with SMTP id i11so5061858oag.9 for ; Fri, 28 Feb 2014 21:27:04 -0800 (PST) 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: org mode --089e0149c50609096d04f384ce7b Content-Type: text/plain; charset=ISO-8859-1 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 --089e0149c50609096d04f384ce7b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
hi all

im trying to bind some headers t= o specific keys using the org-id-goto command and so far have this:

(global-set-key (kbd "<f9> l") 'org-i= d-goto "8460d499-ea32-4693-a8d4-0d08b00ba3f3")

but im aware that this code isnt wrong. can anyon= e guide me in the right direction?

best
=
Z
--089e0149c50609096d04f384ce7b--