Hi Bastien,
Bastien wrote:
>> This patch makes it easier to (un)comment lines of babel source. Now
>> M-; in a soucre code block should Just Work.
>
> It does! Something I've been wanting since long.
It did work for me (since long) with:
--8<---cut here---start-
Hi Aaron,
Aaron Ecay writes:
> * lisp/org.el (org-insert-comment, org-comment-or-uncomment-region):
> use the relevant language’s major mode comment function if called from
> within a source block.
>
> This patch makes it easier to (un)comment lines of babel source. Now
> M-; in a soucre code b
* lisp/org.el (org-insert-comment, org-comment-or-uncomment-region):
use the relevant language’s major mode comment function if called from
within a source block.
This patch makes it easier to (un)comment lines of babel source. Now
M-; in a soucre code block should Just Work.
The modification to