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 QORRL7Ba0F/oFgAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 05:03:44 +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 GEgVK7Ba0F8GbgAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 05:03:44 +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 919C1680238 for ; Wed, 9 Dec 2020 05:03:44 +0000 (UTC) Received: from localhost ([::1]:33942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmrdf-0005Lz-Hw for larch@yhetil.org; Wed, 09 Dec 2020 00:03:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmrcx-0005Kl-7O for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 00:02:59 -0500 Received: from out1.migadu.com ([91.121.223.63]:25368) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmrcv-0006fX-LX for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 00:02:59 -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: Tue, 08 Dec 2020 23:58:54 -0500 Message-ID: <87360f4ltd.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=91.121.223.63; 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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: O0+oNnKWR5rO 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.