From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] support change ob-php.el default PHP command and specifying command options Date: Thu, 20 Feb 2020 18:48:53 +0100 Message-ID: <878skx5euy.fsf@gnu.org> References: <874kvl8eua.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43912) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4pwW-0007J6-HF for emacs-orgmode@gnu.org; Thu, 20 Feb 2020 12:48:57 -0500 In-Reply-To: <874kvl8eua.fsf@gmail.com> (stardiviner's message of "Thu, 20 Feb 2020 23:21:01 +0800") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: Org Mode Hi Stardiviner, stardiviner writes: > I first created a very simple ob-php.el because it does not exist in Org Mode. > But it's really just a very simple code. Now a friend of mine is using it, I > wish to improve it. Seems current ob-php.el does not support some cases like PHP > code "include ". > > Current patch is a more flexible solution. Might provide some > freedom for user to adopt. Applied, thanks. -- Bastien