From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: ob-sh.el removed in master branch source code? Date: Thu, 13 Jul 2017 08:23:06 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403045f14ca972d39055427f1f6" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVRwG-0000cZ-Lo for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVRwD-0007T9-IW for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:25:04 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:36388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVRwD-0007GL-CD for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:25:01 -0400 Received: by mail-wr0-f179.google.com with SMTP id c11so45312690wrc.3 for ; Wed, 12 Jul 2017 17:24:38 -0700 (PDT) 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: Org-mode --f403045f14ca972d39055427f1f6 Content-Type: text/plain; charset="UTF-8" RT I checked `ORG-NEWS` and git log history. Have not found this change in recent commits. Can someone explain this? [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ --f403045f14ca972d39055427f1f6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
RT
I checked `ORG-NEWS` and git log history. Have not= found this change in recent commits.
Can someone explain this?
<= div class=3D"gmail_default" style=3D"font-family:trebuchet ms,sans-serif"><= br>
[stardiviner]=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 GPG key ID: 47C32433
IRC(freeenode): stardivine= r =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key= fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433Blog: http://s= tardiviner.github.io/
--f403045f14ca972d39055427f1f6-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: ob-sh.el removed in master branch source code? Date: Thu, 13 Jul 2017 00:44:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403045ecf125fb5690554283d8f" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVSFp-0003YA-2R for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVSFl-0005GR-2b for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:45:17 -0400 Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:35074) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVSFk-0004x5-R5 for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 20:45:13 -0400 Received: by mail-lf0-x233.google.com with SMTP id b207so27952261lfg.2 for ; Wed, 12 Jul 2017 17:44:50 -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: "numbchild@gmail.com" , Org-mode --f403045ecf125fb5690554283d8f Content-Type: text/plain; charset="UTF-8" That's a very old incompatible change: * Version 8.2 ** Incompatible changes *** =ob-sh.el= renamed to =ob-shell= This may require two changes in user config. 1. In =org-babel-do-load-languages=, change =(sh . t)= to =(shell . t)=. 2. Edit =local.mk= files to change the value of =BTEST_OB_LANGUAGES= to remove "sh" and include "shell". http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS On Wed, Jul 12, 2017, 8:26 PM numbchild@gmail.com wrote: > RT > I checked `ORG-NEWS` and git log history. Have not found this change in > recent commits. > Can someone explain this? > -- Kaushal Modi --f403045ecf125fb5690554283d8f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
That's a very old incompatible change:

* Version 8.2=C2=A0

** Incompatible= changes=C2=A0

*** =3Dob-sh.el=3D renamed to =3Dob-shell= =3D This may require two changes in user config.

1. In =3Dorg-babel-do-load-languages=3D, change =3D(s= h . t)=3D to =3D(shell . t)=3D.

2. Edit =3Dlocal.mk=3D files to change the value of =3DBTEST_OB_LANGUAGES=3D t= o remove "sh" and include "shell".

http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS

On Wed, Jul 12,= 2017, 8:26 PM num= bchild@gmail.com <numbchild@gmail.com> wrote:
RT
I checked `ORG-NEWS` and git log history. H= ave not found this change in recent commits.
Can someone explain this?=
--

Kaushal Modi

--f403045ecf125fb5690554283d8f-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: ob-sh.el removed in master branch source code? Date: Thu, 13 Jul 2017 13:42:59 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1144309893b69605542c690d" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVWuV-000563-7f for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 01:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVWuR-0008Ju-Gk for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 01:43:35 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:37229) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVWuR-0008JS-9j for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 01:43:31 -0400 Received: by mail-wm0-x22f.google.com with SMTP id i127so13837696wma.0 for ; Wed, 12 Jul 2017 22:43:31 -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: Kaushal Modi Cc: Org-mode --001a1144309893b69605542c690d Content-Type: text/plain; charset="UTF-8" Thanks, that's might because Emacs old org-mode version. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Jul 13, 2017 at 8:44 AM, Kaushal Modi wrote: > That's a very old incompatible change: > > * Version 8.2 > > ** Incompatible changes > > *** =ob-sh.el= renamed to =ob-shell= This may require two changes in user > config. > > 1. In =org-babel-do-load-languages=, change =(sh . t)= to =(shell . t)=. > > 2. Edit =local.mk= files to change the value of =BTEST_OB_LANGUAGES= to > remove "sh" and include "shell". > http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS > > > On Wed, Jul 12, 2017, 8:26 PM numbchild@gmail.com > wrote: > >> RT >> I checked `ORG-NEWS` and git log history. Have not found this change in >> recent commits. >> Can someone explain this? >> > -- > > Kaushal Modi > --001a1144309893b69605542c690d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, that's might because Emacs old org-mode versio= n.

[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 G= PG key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC = CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Thu, Jul 13, 2017 at 8:44 AM, Kaushal Mod= i <kaushal.modi@gmail.com> wrote:
That's a very old incompatible change:

* Version 8.2=C2=A0

** Incompatible= changes=C2=A0

*** =3Dob-sh.el=3D renamed to =3Dob-shell= =3D This may require two changes in user config.

1. In =3Dorg-babel-do-load-languages=3D, change =3D(s= h . t)=3D to =3D(shell . t)=3D.

2. Edit =3Dlocal.mk=3D files to change the value of =3DBTEST_OB_LANGUAGES=3D t= o remove "sh" and include "shell".

http://orgmode.org/cgit.cgi/org-mode.git/plain/e= tc/ORG-NEWS

=

On Wed, Jul 12, 2017, = 8:26 PM numbchild@= gmail.com <= numbchild@gmail.com> wrote:
=
RT
I checked `ORG-NEWS` and git log history. Have not= found this change in recent commits.
Can someone explain this?
--

Kaushal Modi


--001a1144309893b69605542c690d--