From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Go to heading using LISP Date: Sun, 09 Jun 2013 09:36:00 +0800 Message-ID: <874nd8awvz.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlUYA-00012f-JZ for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 21:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlUY9-00006n-Il for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 21:36:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:36567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlUY9-00006j-C8 for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 21:36:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UlUY8-000299-Aq for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 03:36:04 +0200 Received: from 114.250.119.148 ([114.250.119.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 03:36:04 +0200 Received: from eric by 114.250.119.148 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 03:36:04 +0200 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 Alexander WingÄrd writes: > 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? Is the `org-goto' interface close enough? It only does the current buffer, but you can set org-goto-interface to make it behave a fair bit like refile... Yours Eric