Added custom timestamp format to org config

This commit is contained in:
Random936 2023-09-28 12:51:11 -07:00
parent b5ecf967ed
commit a92df4d5b4

View File

@ -536,9 +536,15 @@ This installs the org package and creates a setup function to enable/disable cer
(setq org-ellipsis " ▾"
org-hide-emphasis-markers t
org-src-preserve-indentation t
; Default export configuration
org-export-with-toc nil
org-export-with-section-numbers nil
org-export-with-sub-superscripts nil))
org-export-with-sub-superscripts nil
; Org agenda timestamp formatting
org-display-custom-times t
org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p")))
#+end_src
** Org Agenda