diff options
| -rw-r--r-- | tekuti.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ "Format DATE into a date that tekuti understands." (format-time-string "%a, %d %b %Y %H:%M:%S %Z" (unless (null date) - (org-timestamp-to-time - (org-timestamp-from-string date))) + (date-to-time date)) t)) (defun tekuti-build-data-from-org () |
