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