christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

Line 2183 -- (if repeat (concat " " repeat) "") -- triggered even if not repeat. #28

Closed lawlist closed 10 years ago

lawlist commented 10 years ago

Line 2183 (if repeat (concat " " repeat) "") is being triggered even if not repeat.

Even though a task is not set to repeat, a blank space is being inserted after the day of the week (or after the time, if there is a time) and before the symbol >. The proper format for org-time-stamp-formats is without a space at that location.

Correct:  <2013-09-24 Tue>

Incorrect:   <2013-09-24 Tue >