From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UBL8D8od4l9uMAAA0tVLHw (envelope-from ) for ; Tue, 22 Dec 2020 16:24:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id gMbLC8od4l+9HQAA1q6Kng (envelope-from ) for ; Tue, 22 Dec 2020 16:24:42 +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 aspmx1.migadu.com (Postfix) with ESMTPS id C15C89401C0 for ; Tue, 22 Dec 2020 16:24:41 +0000 (UTC) Received: from localhost ([::1]:50044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krkSm-000475-O7 for larch@yhetil.org; Tue, 22 Dec 2020 11:24:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krkOZ-0001pu-MS for emacs-orgmode@gnu.org; Tue, 22 Dec 2020 11:20:23 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60780) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krkOX-0004zX-M1; Tue, 22 Dec 2020 11:20:18 -0500 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:60834 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1krkOW-0008UY-AI; Tue, 22 Dec 2020 11:20:16 -0500 Received: by guerry (Postfix, from userid 1000) id D0E7C1A60DB5; Tue, 22 Dec 2020 17:20:14 +0100 (CET) From: Bastien To: Gustavo Barros Subject: Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)] Organization: GNU References: <87r1qukjjs.fsf@gmail.com> X-Woof-Bug: Wrong indentation of log entries with `org-adapt-indentation' set to 'headline-data Date: Tue, 22 Dec 2020 17:20:14 +0100 In-Reply-To: <87r1qukjjs.fsf@gmail.com> (Gustavo Barros's message of "Mon, 21 Sep 2020 16:37:43 -0300") Message-ID: <878s9p4xtt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.82 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: C15C89401C0 X-Spam-Score: -2.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: OlIQLvM5wpQp Hi Gustavo, Gustavo Barros writes: > the new release brought the interesting value `headline-data' to the > option `org-adapt-indentation'. However it introduces some issues > regarding the indentation of log entries in the `LOGBOOK' drawer, which > I describe below. I can reproduce this bug, I will try to fix it. Thanks. -- Bastien