emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el


From: Charles C. Berry
Subject: Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el
Date: Mon, 31 Jul 2017 08:34:56 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]