From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Templeman Subject: Bug: wrong-type-argument arrayp nil Date: Mon, 30 Sep 2013 11:05:27 +0100 Message-ID: <87zjquipzs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQaM3-0006s4-QA for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 06:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQaLy-0005Ba-Rw for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 06:05:27 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:58460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQaLy-0005BQ-K9 for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 06:05:22 -0400 Received: by mail-wi0-f182.google.com with SMTP id ez12so3543765wid.9 for ; Mon, 30 Sep 2013 03:05:21 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, (Apologies for not filing this through org-submit-bug-report --- it complains about not being able to find org-remember.) I'm getting the following error, with a minimal org setup, when I try to archive a subtree with "C-c $": Debugger entered--Lisp error: (wrong-type-argument arrayp nil) replace-regexp-in-string("\\[[0-9]+%\\]\\|\\[[0-9]+/[0-9]+\\]" "" nil) org-get-outline-path() org-archive-subtree(nil) call-interactively(org-archive-subtree nil nil) (For what it's worth, and I haven't been able to reproduce it this morning: I've also been getting this on and off when putting the cursor over certain TODO items in the agenda buffer.) As far as I can see, everything is up to date: (org-version) => Org-mode version 8.2 (8.2-dist @ /home/jon/.emacs.d/lib/org/) (emacs-version) => GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.2) of 2013-08-06 on -mnt-storage-buildroots-staging-x86_64-eric $ pacman -Qi emacs Name : emacs Version : 24.3-4 Description : The extensible, customizable, self-documenting real-time display editor Architecture : x86_64 URL : http://www.gnu.org/software/emacs/emacs.html Licenses : GPL3 Groups : None Provides : None Depends On : librsvg gpm giflib libxpm libotf m17n-lib gtk3 hicolor-icon-theme gconf desktop-file-utils alsa-lib imagemagick Optional Deps : None Required By : None Optional For : notmuch Conflicts With : None Replaces : None Installed Size : 98791.00 KiB Packager : Eric Belanger Build Date : Tue 06 Aug 2013 11:08:31 PM BST Install Date : Sat 10 Aug 2013 08:57:48 AM BST Install Reason : Explicitly installed Install Script : Yes Validated By : Signature Any ideas? Cheers, Jon