From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [PATCH] Support for 'using namespace *' in ob-C.el Date: Mon, 31 Jul 2017 08:34:56 -0700 Message-ID: References: <874lu3mcw7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcCj7-0007p6-8d for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 11:35:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcCj4-0000dG-0h for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 11:35:25 -0400 Received: from iport-bcv4-out.ucsd.edu ([132.239.0.122]:9701) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcCj3-0000c4-Jy for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 11:35:21 -0400 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: Jay Kamat Cc: emacs-orgmode@gnu.org, Nicolas Goaziou On Mon, 31 Jul 2017, Jay Kamat wrote: > Hello! > > Sorry for the late reply, I was pretty busy last week. An updated > patch is attached! > [snip] > >> Using `org-entry-get' is no longer supported. You can replace the `or' >> with >> >> (cdr (assq :namespaces params)) > > Done, I also replaced the other uses of 'org-entry-get' around the one > I modified > I don't think Nicolas meant that `org-entry-get' is no longer supported literally. I think he was referring to using it to enable using Babel header arguments as property names (as it did in your code). See: http://orgmode.org/Changes.html#org343de47 HTH, Chuck