From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: Bug? SCHEDULED lines treated differently when text precedes them Date: Thu, 05 Sep 2019 15:58:00 +0200 Message-ID: <87v9u6am3q.fsf@neron> References: <874l1q9a9x.fsf@neron> <877e6mew38.fsf@nicolasgoaziou.fr> <87zhjiamo2.fsf@neron> <87y2z2dfoz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52875) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5sGz-0004xN-JV for emacs-orgmode@gnu.org; Thu, 05 Sep 2019 09:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5sGy-0006mz-HK for emacs-orgmode@gnu.org; Thu, 05 Sep 2019 09:58:05 -0400 Received: from mail6.webfaction.com ([31.170.123.134]:47304 helo=smtp.webfaction.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i5sGy-0006iW-BO for emacs-orgmode@gnu.org; Thu, 05 Sep 2019 09:58:04 -0400 In-Reply-To: <87y2z2dfoz.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 05 Sep 2019 15:40:28 +0200") 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: emacs-orgmode@gnu.org Cc: Nicolas Goaziou Nicolas Goaziou wrote: > Christoph Groth writes: > > > I understand now that Org does what it should. However, I find this > > behavior quite dangerous. It caught me after more than 10 years of > > using Org. If there's a list of long-term issues with Org > > somewhere, this problem may deserve being added to it. > > I don't think there is much to fix here. In any case, the command > `org-lint' warns you about this kind of error. Thanks for mentioning 'org-lint'. I just ran it on my agenda files, and it found multiple errors in most of my (very long) files. So at least for me (and likely for other Org users as well), the risk of missing TODO items is real - that's a rather serious problem for a task manager! My agenda files are populated using 'org-capture'. Do you have suggestions how to best integrate org-lint transparently into everyday org usage? For example, files could be linted automatically before they are saved, or before a new item is captured.