> On Tue, 8 Dec 2015, Uwe Brauer wrote:

   > Use an org src block and you will be able to edit natively via
   > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other
   > respects.

For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works

   | Col1 | Col2  |   
   |    1 | Name1 |   
   |    2 | Name2 |   
   |    3 | Name3 | ^  |

^=cursor C-c C-c gives

   | Col1 | Col2  |   |
   |    1 | Name1 |   |
   |    2 | Name2 |   |
   |    3 | Name3 |   |

But that does not:

Here is what I am doing 


#+begin_src org :exports none :eval none

   | Col1 | Col2  |
   |    1 | Name1 |
   |    2 | Name2 |
   |    3 | Name3 |^ |

#+end_src

C-c C-c


Minibuffer: evaluate this org code block on your system (yes or no)

yes

org-babel-execute-src-block: No org-babel-execute function for org!



Reply via email to