ian martins writes: > Subject: [PATCH] ob-java.el: Change the default back to scripting mode > > * lisp/ob-java.el: Change the default to scripting mode. Add name to > authors.
The changelog entry should explicitly list the variables/functions that are modified. So in this case * lisp/ob-java.el (org-babel-default-header-args:java): ... > A recent commit added functional mode and made it default, but this > would break java source blocks for anyone that relied on the old > default. This sets the default back to scripting mode. Thanks for restoring the behavior. > I missed a name when I put the authors of ob-C and ob-python as the > authors of ob-java. Added it. Please move this unrelated change to a separate commit.