From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [bug] Table editing is enabled in source code blocks! Date: Thu, 19 Jan 2012 15:25:25 +0100 Message-ID: <8039bbydka.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org #+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