Re: [O] Bizarre C-c ' error

2015-10-21 Thread John Kitchin
I think that is normal. The comma is some way that org escapes the * so it cannot be mistaken for a headline. The comma should have no effect on running the code with C-c C-c, and it should go away when you run C-c ' in the src-block, and reappear when you exit that. If you get rid of the leading *

[O] Bizarre C-c ' error

2015-10-21 Thread Lawrence Bottorff
I found this bizarre thing while doing some babel coding. I start by putting this template together #+name: leibniz_3 #+begin_src lisp :session :exports code :results silent #+end_src Then from this page I copy this code (some 40 lines d