From mboxrd@z Thu Jan 1 00:00:00 1970 From: vdyadov@elvees.com (=?utf-8?B?0JTRj9C00L7QsiDQktCw0YHQuNC7INCh0YI=?= =?utf-8?B?0L7Rj9C90L7Qsg==?=) Subject: Bug: org-mode tables and orgtbl-mode [7.9.2 (7.9.2-166-g40cb44-elpaplus @ /home/vdyadov/Work/Tools/emacs/share/emacs/24.2/lisp/org/)] Date: Fri, 11 Jan 2013 14:19:17 +0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtboM-000091-PZ for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 05:26:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ttbo5-0008VY-6n for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 05:26:01 -0500 Received: from mail.elvees.com ([80.90.126.250]:60939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttbo4-0008Rd-AO for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 05:25:48 -0500 Received: from canopus-pc.elvees.com.elvees.com (horse.elvees.com [80.90.126.253]) (authenticated bits=0) by mail.elvees.com (8.14.3/8.14.2) with ESMTP id r0BAJKef092553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 11 Jan 2013 14:19:21 +0400 (MSK) (envelope-from vdyadov@elvees.com) 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ The bug is easily reproducible with folowing algorithm: 1. I have an org file with verilog code embedded in #+begin_src verilog ... #+end_src 2. Then I hit C-' to edit this verilog code in separate buffer 3. During editing code I shwitch on orgtbl-mode to edit some tables in verilog comments, then I switch off orgtbl-mode 4. Then I hit C-' again to return to the org file 5. And I discover that I cannot edited tables in org file anymore 5a. orgtbl-mode could not be run in org file 6. I hit C-' again on verilog code 7. Switch on orgtbl-mode in buffer with verilog code 8. Hit C-' again to return to org file (without switching off orgtbl-mode) 9. Now editing of tables in org file works as it should to Emacs : GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.9) of 2012-12-25 on canopus-pc.elvees.com Package: Org-mode version 7.9.2 (7.9.2-166-g40cb44-elpaplus @ /home/vdyadov/Work/Tools/emacs/share/emacs/24.2/lisp/org/)