emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] :PROPERTIES: right after <SCHEDULED>?


From: Boyan Penkov
Subject: [O] :PROPERTIES: right after <SCHEDULED>?
Date: Wed, 12 Aug 2015 19:37:07 -0400

Hey folks,

Is is the case that, syntactically, the :PROPERTIES: drawer must be immediately after the :SCHEDULED: line?

Here’s the example; after the org-20150810 update 

TODO Water the plants.
   SCHEDULED: <2015-08-13 Thu .+1d/2d>
   :PROPERTIES:
   :STYLE: habit
   :LAST_REPEAT: [2015-08-12 Wed 19:24]
   :END:
   - State "DONE"       from "WAITING"    [2015-08-12 Wed 19:24]
   - State "DONE"       from "WAITING"    [2015-08-11 Tue 21:17]
   - State "DONE"       from "WAITING"    [2015-08-10 Mon 21:40]
   - State "DONE"       from "WAITING"    [2015-08-09 Sun 21:19]

correctly shows the habit string in the agenda, but 

TODO Water the plants.
   SCHEDULED: <2015-08-13 Thu .+1d/2d>
   - State "DONE"       from "WAITING"    [2015-08-12 Wed 19:24]
   - State "DONE"       from "WAITING"    [2015-08-11 Tue 21:17]
   - State "DONE"       from "WAITING"    [2015-08-10 Mon 21:40]
   - State "DONE"       from "WAITING"    [2015-08-09 Sun 21:19]
   :PROPERTIES:
   :STYLE: habit
   :LAST_REPEAT: [2015-08-12 Wed 19:24]
   :END:

does not in the agenda view.

Should I go and change all these in my files?

Cheers!
--
Boyan Penkov
www.boyanpenkov.com

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

[Prev in Thread] Current Thread [Next in Thread]