From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails Date: Fri, 01 Dec 2017 22:32:36 +0100 Message-ID: <87lgimdthn.fsf@nicolasgoaziou.fr> References: <86egc1sxk3.fsf@m7008.fhaun.de> <874lpagu1b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKsvj-0004an-3C for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKsve-0002tC-O3 for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:33:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKsve-0002sl-Kh for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKsve-0005ZL-FY for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:33:02 -0500 Sender: "Debbugs-submit" Resent-To: emacs-orgmode@gnu.org Resent-Message-ID: In-Reply-To: <874lpagu1b.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 01 Dec 2017 19:52:32 +0100") 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: Frank Haun Cc: 22798-close@debbugs.gnu.org Nicolas Goaziou writes: > Hello, > > Frank Haun writes: > >> This happens to emacs master. >> >> emacs -Q >> >> For instance ~/tmp/test.org: >> >> #+BEGIN_SRC emacs-lisp >> (setq foo "bar") >> #+END_SRC >> >> Editing this with org-edit-special gives: >> >> 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) >> >> With org-mode 8.3.3 from Elpa everything is fine. > > 8.2.10, and 8.3.3 are very old releases. I don't think this issue exists > anymore in recent Org. Unless the OP can reproduce the issue in a recent > Org, this bug can be closed. Actually closing this bug. Please re-open a bug if you can reproduce the issue in a newer version of Org. Thank you. Regards,