#+TITLE:     Table editing is enabled in source code blocks!
#+AUTHOR:    Seb Vauban
#+DATE:      2012-01-19

* Summary

"Table editing" comes into play when editing source code blocks!

* Example

#+begin_src sh
ls *.org \
    | grep this
#+end_src

Take the above code:

1. Go at the end of "this"
2. Press `RET'

It becomes:

#+begin_src sh
ls *.org \
    | grep this |
    |           |
#+end_src

* Version info

Org-mode version 7.8.03 (release_7.8.03.164.ga5347)
GNU Emacs 24.0.92.1 (i386-mingw-nt5.1.2600) of 2011-12-07 on MARVIN

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to