From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Function that jumps to an entry with a certain CUSTOM_ID Date: Wed, 01 Apr 2015 22:21:42 +0200 Message-ID: <87384jy4yx.fsf@nicolasgoaziou.fr> References: <551ACD1D.6020501@gmail.com> <87mw2tx7qg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdP7n-0005F7-K7 for emacs-orgmode@gnu.org; Wed, 01 Apr 2015 16:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdP7i-0005Hw-N4 for emacs-orgmode@gnu.org; Wed, 01 Apr 2015 16:20:31 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdP7i-0005Hm-Ho for emacs-orgmode@gnu.org; Wed, 01 Apr 2015 16:20:26 -0400 In-Reply-To: (Christoph Lange's message of "Tue, 31 Mar 2015 22:59:44 +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: Christoph Lange Cc: Orgmode Mailing List Christoph Lange writes: > On Mar 31, 2015 9:53 PM, "Nicolas Goaziou" wrote: >> The problem is that we're running out of interesting keybindings. > > Let me ask the question differently: as all reasonable key bindings are > taken (a statement to which I tend to agree), is the suggestion of > interactive functions to be added to the core of org-mode no longer > appropriate? IMO we can't afford maintaining all end-user functions imaginable in "org.el". What is possible, however is to extend some existing behaviour. For example, `org-open-at-point' could be a good candidate: with C-u C-u, it could offer to type in a link and open it. So, in order to jump to a custom-id, you can use C-u C-u C-o #my-custom RET Of course, you lose completion, in this case, which is a serious drawback. Another option would be to extend `org-goto' (C-c C-j) and offer to jump to custom-id. > But I think I should rather aim at Worg's "contrib" directory, There's no such thing as Worg "contrib" directory. There's Worg, OT1H, and a contrib/ directory OTOH, but they are not related. Worg is a good place to share useful code snippets. Regards,