emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug] Table editing is enabled in source code blocks!


From: Sebastien Vauban
Subject: [O] [bug] Table editing is enabled in source code blocks!
Date: Thu, 19 Jan 2012 15:25:25 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (windows-nt)

#+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

[Prev in Thread] Current Thread [Next in Thread]