Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-21 Thread Nicolas Goaziou
Hello, Sebastian Miele writes: > Nicolas Goaziou writes: >> Could you provide a commit message for your patch? > > * lisp/ob-core.el (org-babel-make-language-alias): Add edit-prep to > the list of defalias'ed functions. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-19 Thread Sebastian Miele
Nicolas Goaziou writes: > Could you provide a commit message for your patch? * lisp/ob-core.el (org-babel-make-language-alias): Add edit-prep to the list of defalias'ed functions. --- lisp/ob-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ob-core.el

Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-18 Thread Nicolas Goaziou
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

[O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-17 Thread Sebastian Miele
--- 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.