From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Go to heading using LISP Date: Mon, 10 Jun 2013 11:23:46 +0530 Message-ID: <87sj0qcxzp.fsf@gmail.com> References: <874nd8awvz.fsf@ericabrahamsen.net> <8738sq7frp.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulv2P-0002ZR-1e for emacs-orgmode@gnu.org; Mon, 10 Jun 2013 01:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulv2O-0007S1-4C for emacs-orgmode@gnu.org; Mon, 10 Jun 2013 01:53:04 -0400 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]:58439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulv2N-0007Rp-T0 for emacs-orgmode@gnu.org; Mon, 10 Jun 2013 01:53:04 -0400 Received: by mail-pb0-f51.google.com with SMTP id um15so6815126pbc.24 for ; Sun, 09 Jun 2013 22:53:02 -0700 (PDT) Received: from debian-6.05 ([115.241.90.123]) by mx.google.com with ESMTPSA id nt6sm9169650pbb.4.2013.06.09.22.53.00 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 22:53:02 -0700 (PDT) In-Reply-To: <8738sq7frp.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 10 Jun 2013 12:26:18 +0800") 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 Eric Abrahamsen writes: > if you're just looking for a lisp function to jump to a headline One can use org-ctags and use Emacs and etags interface (M-. etc) to jump to a headline. One can also choose the headline via completion.