Re: [O] function for inserting a block

2017-10-22 Thread Eric Abrahamsen
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

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-22 Thread Nicolas Goaziou
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'

[O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-22 Thread Louis Strous
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

Re: [O] Bug: Plus signs in org tables are highlighted incorrectly [9.0.9 (9.0.9-82-gb862c2-elpa @ /Users/ryan/.emacs.d/elpa/org-20170814/)]

2017-10-22 Thread Nicolas Goaziou
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

Re: [O] Tangling org file with nested org source block

2017-10-22 Thread Nicolas Goaziou
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,

Re: [O] function for inserting a block

2017-10-22 Thread Nicolas Goaziou
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