Re: [O] source block name contains "call"

2017-03-18 Thread Skip Collins
I actually thought of the same xkcd comic when I finally figured out what was going on. The original name was "full_precision_recall_test". It took some time to isolate the problem. > This reminds me of https://www.xkcd.com/327/

Re: [O] source block name contains "call"

2017-03-18 Thread Nicolas Goaziou
Hello, Skip Collins writes: > I am editing some Perl. When I export any source block that includes > the word "call" in the name, it causes the verbatim formatting to be > dropped. This happens with both html and latex exports. The problem > does not seem to be limited to Perl. A minimal example

[O] source block name contains "call"

2017-03-17 Thread Skip Collins
I am editing some Perl. When I export any source block that includes the word "call" in the name, it causes the verbatim formatting to be dropped. This happens with both html and latex exports. The problem does not seem to be limited to Perl. A minimal example: * foo #+name: call_foo #+begin_src p