emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* :PROPERTIES: right after <SCHEDULED>?
@ 2015-08-12 23:37 Boyan Penkov
  2015-08-13  0:04 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Boyan Penkov @ 2015-08-12 23:37 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1198 bytes --]

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 #1.2: Type: text/html, Size: 3192 bytes --]

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: :PROPERTIES: right after <SCHEDULED>?
  2015-08-12 23:37 :PROPERTIES: right after <SCHEDULED>? Boyan Penkov
@ 2015-08-13  0:04 ` Kyle Meyer
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle Meyer @ 2015-08-13  0:04 UTC (permalink / raw)
  To: Boyan Penkov; +Cc: emacs-orgmode

Hello,

Boyan Penkov <boyan.penkov@gmail.com> writes:

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

Yes, as of version 8.3:

    http://orgmode.org/Changes.html

This includes a function you can use to fix up your files.

--
Kyle

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-13  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12 23:37 :PROPERTIES: right after <SCHEDULED>? Boyan Penkov
2015-08-13  0:04 ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).