Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Kaushal Modi writes:
>
>>> I just tried it out, and it works great!
>>>
>>> I have a comment about
>>>
>>> (when (string-equal (downcase type) "example")
>>> (org-escape-code-in-region s e))
>>>
>>> I have never needed to
Hello,
Louis Strous writes:
> When I edit a c++ code block using C-c ' and then finish the edit using
> C-c ' again, then org-mode sometimes adds a comma to the code.
>
> Start of reproduction scenario:
>
> 1. Start emacs using "emacs -Q"
>
> 2. Execute "org-mode" to change the *scratch* buffer'
When I edit a c++ code block using C-c ' and then finish the edit using
C-c ' again, then org-mode sometimes adds a comma to the code.
Start of reproduction scenario:
1. Start emacs using "emacs -Q"
2. Execute "org-mode" to change the *scratch* buffer's major mode to
org-mode.
3. Add the fo
Hello,
Ryan writes:
> The following table is highlighted incorrectly by org-mode:
>
> | Col1 | Col2 |
> |--+--|
> | +1 | +2 |
> |--+--|
>
> The region of text starting at the plus sign in "+1" and ending with the
> plus sign in the following divider line is covered with a striket
Hello,
Thibault Marin writes:
> From 6300856f8b9623b1ac0a40b7fe62751805159558 Mon Sep 17 00:00:00 2001
> From: thibault
> Date: Fri, 20 Oct 2017 22:20:35 -0500
> Subject: [PATCH] ob-tangle.el: Fix tangling of org block with nested source
> block
It looks good. Applied. Thank you.
Regards,
Hello,
Eric Abrahamsen writes:
> Kaushal Modi writes:
>> I just tried it out, and it works great!
>>
>> I have a comment about
>>
>> (when (string-equal (downcase type) "example")
>> (org-escape-code-in-region s e))
>>
>> I have never needed to escape org in example, blocks, but I *have