diff --git a/init.el b/init.el index 8fca151..01dd128 100644 --- a/init.el +++ b/init.el @@ -926,7 +926,6 @@ order." 'append) (setq-default org-default-notes-file (expand-file-name "notes.org" org-directory) org-agenda-files `(,org-directory) - org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>") org-todo-keywords '((sequence "TODO(t)" "DOING(w@/!)" "BLOCKED(b@/!)" @@ -943,6 +942,7 @@ order." (off . "") (trans . "")))) :config + (setq org-timestamp-formats (cons "%Y-%m-%d" "%Y-%m-%d %H:%M")) ;; Load the markdown exporter (require 'ox-md) ;; Handle org-protocol:// links