From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Alexander_Wing=E5rd?= Subject: Go to heading using LISP Date: Sat, 8 Jun 2013 15:52:21 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2c6ce4cad4f04dea4db29 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJZC-00005O-Cn for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 09:52:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlJZ8-000143-UW for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 09:52:26 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:55229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJZ8-00013x-QF for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 09:52:22 -0400 Received: by mail-qa0-f44.google.com with SMTP id j8so1580457qah.17 for ; Sat, 08 Jun 2013 06:52:22 -0700 (PDT) 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 --001a11c2c6ce4cad4f04dea4db29 Content-Type: text/plain; charset=ISO-8859-1 Hi! I want to create special key-bindings that use the org-refile goto interface to jump to specific headings. My initial attempt was: (org-refile 4 "gtd.org" "Projects/Work/Bugs") But it seems specifying RFLOC is not that simple. Someone have any idea how to achieve this or another way to jump to a heading? Best Regards /Alexander --001a11c2c6ce4cad4f04dea4db29 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi!

I want to create special key-bindin= gs that use the org-refile goto interface to jump to specific headings.

My initial attempt was:
(org-re= file 4 "gtd.org" "Projects/Wo= rk/Bugs")

But it seems specifying RFLOC is not that s= imple.

Someone have any idea how to ac= hieve this or another way to jump to a heading?

Best Regards /Alexander
--001a11c2c6ce4cad4f04dea4db29--