stardiviner
7/9/2013 - 5:55 AM

init-org-mode.el

(setq org-global-properties ; will be combined with constant `org-global-properties-fixed'
      '(("Effort" . "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00")
        ("Title")
        ("Writer" . "stardiviner")
        ("AUTHOR" . "stardiviner")
        ("TIME" . (format-time-string "%Y-%m-%d %H:%M:%S")) ; TODO how to insert time here?
        ;; (current-time-string), (format-time-string "%Y-%m-%d %H:%M:%S")
        ("SOURCE")
        ("ORIGINAL")
        ))