From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qM9vIqNa0F/rFAAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 05:03:31 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cDwrHqNa0F8GbgAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 05:03:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 5A6996804C3 for ; Wed, 9 Dec 2020 05:03:31 +0000 (UTC) Received: from localhost ([::1]:33512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmrdR-0005AW-QX for larch@yhetil.org; Wed, 09 Dec 2020 00:03:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38962) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmrcf-0005AP-9N for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 00:02:41 -0500 Received: from out1.migadu.com ([2001:41d0:2:863f::]:34786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmrcd-0006WW-PK for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 00:02:41 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kyle Meyer To: Duianto Subject: Re: org-archive-subtree errors when logbook lines are unindented In-Reply-To: References: Date: Wed, 09 Dec 2020 00:02:36 -0500 Message-ID: <87tusv372r.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:41d0:2:863f::; envelope-from=kyle@kyleam.com; helo=out1.migadu.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-TUID: T/ArIlzIdcke Duianto writes: > Source: > org-archive-subtree does not work on subtrees with clock entries #14033 > https://github.com/syl20bnr/spacemacs/issues/14033 > > Description: > The error message: > indent-line-to: Wrong type argument: wholenump, -1 Thanks for reporting. This should be fixed by 2eb5f0741.