Ignacio Casso <[email protected]> writes: > Done all of them, I attach the updated patch. > > Just one question for the next time, how should I know that the next > version is 10.0 and not 9.9 without you telling me?
It is right at the top of lisp/org.el ;; Version: 10.0-pre You can also read about this convention in https://orgmode.org/worg/org-maintenance.html#new-release-checklist > Subject: [PATCH] org-babel: Fix and extend `org-babel-update-intermediate' > variable Thanks! Applied, onto main, with amendments. I moved the defcustom definition to before it is first references in ob-core.el, closer to other defcustoms. I also added :safe keyword to the defcustom. Finally, I removed the mention of "small" bugfix from the news entry and adjusted markup to use Org markup there. We do not announce small bugs in the news - the news already tend to grow a lot, so we only put things we really want users to see in there. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8c24e4bb5 Fixed. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
