From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: In org-mode 9 "Scheduled" and "Deadline" are no longer parsed if they are not in the beginning Date: Tue, 19 Jun 2018 20:13:12 +0200 Message-ID: References: Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVL88-0004VU-Rv for emacs-orgmode@gnu.org; Tue, 19 Jun 2018 14:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVL83-0003uO-Ub for emacs-orgmode@gnu.org; Tue, 19 Jun 2018 14:13:24 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:45399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVL83-0003sy-Lw for emacs-orgmode@gnu.org; Tue, 19 Jun 2018 14:13:19 -0400 Received: by mail-lf0-x235.google.com with SMTP id a13-v6so869415lfk.12 for ; Tue, 19 Jun 2018 11:13:19 -0700 (PDT) In-Reply-To: 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: Igor Katson Cc: emacs-orgmode@gnu.org Org-lint can help find and repair this for you (I think).=20 Please excuse brevity. Sent from tiny pocket computer with non-haptic feedba= ck keyboard.=20 > On 19 Jun 2018, at 16.37, Igor Katson wrote: >=20 > Hi, >=20 > first of all, thanks for the best productivity tool that I know of! >=20 > I've been using org-mode for years, and somewhere between version 8 and 9,= a change happened, which I could not find in the changelogs. >=20 > Here's how I often used to format TODO items which are scheduled: >=20 > * TODO Item > some-text > some-more-text > SCHEDULED: <2018-06-19 Tue> >=20 > In the newer versions of org, the SCHEDULED string is no longer parsed, an= d I don't see it in agenda, unless I reformat it like this: >=20 > * TODO Item > SCHEDULED: <2018-06-19 Tue> > some-text > some-more-text > =20 > This broke the habit that I was using for years and also broke my existing= notes as I'm no longer able to see them in agenda. I wonder if this behavio= r can be changed to work like before. >=20 > Thanks! >=20 >=20