Re: Org mode version 9.7-pre (9.7-pre-n/a-g63e8ca @ /home/n/.emacs.d/elpaca/builds/org/); [PATCH]: fix ob-lilypond docstrings

2023-08-25 Thread Ihor Radchenko
No Wayman writes: > Fixed in attached patch. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=538ddecb3 >> What is ORG-BABEL-LILYPOND-ARRANGE-MODE? > ... > A minor mode would also obviate the need for > `org-babel-lilypond-toggle-arrange-mode'. >

Re: Org mode version 9.7-pre (9.7-pre-n/a-g63e8ca @ /home/n/.emacs.d/elpaca/builds/org/); [PATCH]: fix ob-lilypond docstrings

2023-08-24 Thread No Wayman
Ihor Radchenko writes: No Wayman writes: The attached patch satisfies all but two checkdoc warnings. I left those two for someone more familiar with the package. Thanks! Subject: [PATCH] * lisp/ob-lilypond.el: satisfy checkdoc _S_atisfy. (org-babel-lilypond-compile-post-tangle):

Re: Org mode version 9.7-pre (9.7-pre-n/a-g63e8ca @ /home/n/.emacs.d/elpaca/builds/org/); [PATCH]: fix ob-lilypond docstrings

2023-08-24 Thread Ihor Radchenko
No Wayman writes: > The attached patch satisfies all but two checkdoc warnings. > I left those two for someone more familiar with the package. Thanks! > Subject: [PATCH] * lisp/ob-lilypond.el: satisfy checkdoc _S_atisfy. > (org-babel-lilypond-compile-post-tangle): fix docstring >

Org mode version 9.7-pre (9.7-pre-n/a-g63e8ca @ /home/n/.emacs.d/elpaca/builds/org/); [PATCH]: fix ob-lilypond docstrings

2023-08-24 Thread No Wayman
The attached patch satisfies all but two checkdoc warnings. I left those two for someone more familiar with the package. >From ecd5fe22458db64d86650a1a7a1e697d9ccff020 Mon Sep 17 00:00:00 2001 From: Nicholas Vollmer Date: Thu, 24 Aug 2023 08:20:22 -0400 Subject: [PATCH] * lisp/ob-lilypond.el: