From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: regression in list/heading toggling? Date: Tue, 08 Dec 2015 17:28:22 +0800 Message-ID: <871tax5lxl.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6EZY-0003XU-JP for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6EZT-00049S-K0 for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:28:36 -0500 Received: from plane.gmane.org ([80.91.229.3]:57785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6EZT-000496-DG for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:28:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6EZQ-0005Ng-Mx for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 10:28:28 +0100 Received: from 111.199.233.35 ([111.199.233.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 10:28:28 +0100 Received: from eric by 111.199.233.35 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 10:28:28 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I've found what seems to be a bug in org-ctrl-c-star, toggling a numbered list item to a proper heading. ECM is simply emacs -Q, make an org buffer, put in the text: 1. cursor on the number, then "C-c *". Text is removed, the window jumps, and you get "(wrong-type-argument arrayp nil)". I have a full traceback I can send to the list if necessary, but my guess is it will be fairly reproduceable! Thanks, Eric