[O] Python source block weirdness #2

2019-03-30 Thread Brad Knotwell
Good day all-- I've a similar problem that might hint at what's occurring.  You can't use an else or elif block in a python src block (might be session-specific).  Looking through the commits, I wonder if    1966d58b253d0077025589c736b9223010682e17 Had some unintended consequences. Thx. --Brad #

Re: [O] org-babel-detangle issue on 9.1.14

2018-10-04 Thread Brad Knotwell
er of languages currently supported, the additional comment delimiters seem less disruptive. --Brad On Thursday, October 4, 2018, 8:19:30 AM PDT, Grant Rettke wrote: On Thu, Oct 4, 2018 at 2:09 AM Brad Knotwell wrote: > I've been playing with org-babel-detangle and I've noticed so

[O] M4 support take#3

2018-04-22 Thread Brad Knotwell
ic domain.  If that works, let me know and I'll remove the license and put in a disclaimer to that effect.  If not, it'll need to live in contrib as the bureaucracy seems excessive. Thx. --Brad On Friday, April 13, 2018, 1:31:53 PM PDT, Nicolas Goaziou wrote: Hello, Brad Knotwe

[O] org-note-abort

2018-04-10 Thread Brad Knotwell
Good day all-- Earlier, I had written about the unreliability of adding a table-line.  Well, I ran into a similar problem with the (significantly simpler) entry capability.  Unlike the table-line, this was an easier debug and I determined that org-note-abort was set to t which ensures capture wi

[O] language support for m4

2018-04-04 Thread Brad Knotwell
Good evening all-- The attached file adds m4 support.  It was tested against org-9.1.7 and used ob-sed.el and ob-shell.el for inspiration.  Both code execution and tangling have been tested with simple inputs as well as tables (easiest way to verify correctness is to inspect the tangled output).