From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias Date: Mon, 18 Mar 2019 22:37:10 +0100 Message-ID: <87va0fsw3d.fsf@nicolasgoaziou.fr> References: <87y35dy6ri.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5zwe-0000V7-CB for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:37:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5zwc-0004Bh-F4 for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:37:20 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:43025) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5zwa-00047z-JH for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:37:18 -0400 In-Reply-To: <87y35dy6ri.fsf@gmail.com> (Sebastian Miele's message of "Sun, 17 Mar 2019 13:23:13 +0000") 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: Sebastian Miele Cc: emacs-orgmode@gnu.org Hello, Sebastian Miele writes: > --- > lisp/ob-core.el | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lisp/ob-core.el b/lisp/ob-core.el > index fbeb46bb0..8168328de 100644 > --- a/lisp/ob-core.el > +++ b/lisp/ob-core.el > @@ -3135,7 +3135,8 @@ after the babel API for OLD-type source blocks is fully defined. > Callers of this function will probably want to add an entry to > `org-src-lang-modes' as well." > (dolist (fn '("execute" "expand-body" "prep-session" > - "variable-assignments" "load-session")) > + "variable-assignments" "load-session" > + "edit-prep")) > (let ((sym (intern-soft (concat "org-babel-" fn ":" old)))) > (when (and sym (fboundp sym)) > (defalias (intern (concat "org-babel-" fn ":" new)) sym)))) Could you provide a commit message for your patch? Thank you. Regards, -- Nicolas Goaziou