From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitri Brengauz Subject: Bug: Error using C-' (org-edit-special) to edit code block [8.2.10 (release_8.2.10 )] Date: Wed, 8 Jun 2016 20:29:35 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bApjN-0004Wp-BU for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 22:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bApjL-0003QF-CC for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 22:30:00 -0400 Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:34813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bApjL-0003Oq-56 for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 22:29:59 -0400 Received: by mail-oi0-x22b.google.com with SMTP id e72so42691882oib.1 for ; Wed, 08 Jun 2016 19:29:55 -0700 (PDT) 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" To: emacs-orgmode@gnu.org * What exactly did you do? - Started Emacs with no configuration (debug-on-error set) - Opened an org-mode file with a text block - Hit C-' - The source code block becomes highlighted, An edit buffer appears; code from the block is inserted into the buffer. * What did you expect to happen? I expected to be able to edit the source, then insert it into org-mode file with another invocation of C-' * What happened instead? - The buffer appears, but an error is generated. - C-x C-s prompts for a filename to save buffer in instead of inserting it into org file. - C-c ' is undefined, so it will not let me close the edit buffer and go back to the file. *Backtrace* Debugger entered--Lisp error: (wrong-type-argument listp t) delete((org-filtered) t) remove((org-filtered) t) org-move-to-column(0) org-edit-src-code() org-edit-special(nil) funcall-interactively(org-edit-special nil) call-interactively(org-edit-special nil nil) command-execute(org-edit-special) Emacs : GNU Emacs 25.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.13) of 2016-05-31 Package: Org-mode version 8.2.10 (release_8.2.10 @ $HOME/usr/share/emacs/25.1.50/lisp/org/)