From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 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 17:35:34 +0100 Message-ID: <87obgv1xux.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttha1-0008Ba-Ah for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 11:35:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TthZx-00018G-3Q for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 11:35:41 -0500 Received: from mail-we0-f181.google.com ([74.125.82.181]:62087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TthZw-00018C-Tq for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 11:35:37 -0500 Received: by mail-we0-f181.google.com with SMTP id t11so942309wey.40 for ; Fri, 11 Jan 2013 08:35:36 -0800 (PST) In-Reply-To: (=?utf-8?B?ItCU0Y8=?= =?utf-8?B?0LTQvtCyINCS0LDRgdC40Lsg0KHRgtC+0Y/QvdC+0LIiJ3M=?= message of "Fri, 11 Jan 2013 14:19:17 +0400") 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: =?utf-8?B?0JTRj9C00L7QsiDQktCw0YHQuNC7INCh0YLQvtGP?= =?utf-8?B?0L3QvtCy?= Cc: emacs-orgmode@gnu.org Hi, vdyadov@elvees.com (Дядов Васил Стоянов) writes: > 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 Thanks for the detailed recipe -- I cannot reproduce the bug here with Org 7.9.3a, I tried with emacs-lisp instead of verilog... Maybe you can share a minimal file? If not, I hope someone else can try to reproduce. Best, -- Bastien