Re: [O] [RFC] Modified Babel call execution and property deprecation

2016-07-03 Thread Nicolas Goaziou
Nicolas Goaziou writes: > That leads me to the second point. I think it's high time to remove the > deprecated (3 years ago) syntax for header properties, e.g., > > :PROPERTIES: > :tangle: no > :END: > > I re-read discussions about it from a couple of years ago, and, AFAICT, > the arguments

Re: [O] [RFC] Modified Babel call execution and property deprecation

2016-06-20 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > In looking over ob-lob.el, I noticed that the `org-babel-library-of-babel' > docstring is misleading: > > #+BEGIN_QUOTE > Library of source-code blocks. > This is an association list. Populate the library by adding > files to `org-babel-lob-files'. > #+END_Q

Re: [O] [RFC] Modified Babel call execution and property deprecation

2016-06-19 Thread Charles C. Berry
On Fri, 17 Jun 2016, Nicolas Goaziou wrote: Hello, I just pushed changes about how Babel calls (including inline calls) are evaluated. Basically, they are not treated anymore as an Emacs Lisp variable, but as virtual Babel source blocks, which can then be executed with `org-babel-execute-src-bl