From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: org-detangle seems broken Date: Wed, 6 Jun 2018 11:04:02 -0500 Message-ID: References: <87wovhmr0v.fsf@nicolasgoaziou.fr> <87o9gp7dwb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQauv-0001k7-GT for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 12:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQaur-0003p8-Na for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 12:04:09 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:45123) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQaur-0003or-GX for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 12:04:05 -0400 Received: by mail-lf0-x231.google.com with SMTP id n3-v6so9920362lfe.12 for ; Wed, 06 Jun 2018 09:04:05 -0700 (PDT) In-Reply-To: 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" To: Frederick Giasson Cc: Org-mode , Nicolas Goaziou On Wed, Jun 6, 2018 at 7:31 AM, Frederick Giasson wrote: > If this is really the behavior, then I think that a new option should be added to it such that we can choose one behavior or the other. If a function that jump from a code > block to its tangled source is created, then we could use it with that option in `org-babel-detangle` to switch back to the source if it is the wish of the user. It sounds like org-babel-tangle-jump-to-org is what you want.