From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: toggling checkbox with one prefix arg modifies drawer contents Date: Mon, 15 Jan 2018 23:16:38 +0100 Message-ID: <873736zs1l.fsf@nicolasgoaziou.fr> References: <87wp0j9rkz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebD3b-0003YO-QB for emacs-orgmode@gnu.org; Mon, 15 Jan 2018 17:16:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebD3a-0002OP-Sw for emacs-orgmode@gnu.org; Mon, 15 Jan 2018 17:16:43 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38189) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ebD3a-0002M9-MT for emacs-orgmode@gnu.org; Mon, 15 Jan 2018 17:16:42 -0500 In-Reply-To: (Samuel Wales's message of "Mon, 15 Jan 2018 13:27:49 -0700") 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" To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > On 1/15/18, Nicolas Goaziou wrote: >> It could. It depends where is located the logbook. "Ignoring drawers" in >> the docstring is a bit terse. It should be "ignoring any drawer right >> after the headline". > > imo only body text should be modified. They are, arguably, body text. >> Do you have an ECM demonstrating the issue? > > no. it should look like this: > > ***************** NEXTREPEAT [#A] [15/109] [13%] whatever :physical:goto: > SCHEDULED: <2018-02-11 Sun .+4w> > :PROPERTIES: > :ID: a33ee4af-43ae-4a3e-9349-f14a22a58eaa > :END: > :LOGBOOK: > - State "DONE" from "NEXTREPEAT" [2018-01-14 Sun 20:24] > :END: > > 1. [X] consider > 2. [-] pre > 1) [X] smart Fixed. Thank you. Regards,