diff options
author | noa@gaiwan.org | 2024-08-10 06:38:27 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-10 06:38:27 +0000 |
commit | f801b0a0551e47bfc2bf5bc2f91d3b85ccb8ac3f (patch) | |
tree | a321c4583269abb7cd98c7aee87be6629f2b4ef1 /config.org | |
parent | 27ee08010c5dc36f9aad828fa18bb57c108a3416 (diff) |
Don't use custom timestamp overlays in org mode
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.org b/config.org index c7bc545..fa0b441 100644 --- a/config.org +++ b/config.org @@ -582,9 +582,6 @@ If we enable this, emphasis markers will be hidden for a more word processor fee (setopt org-special-ctrl-a/e t) (setopt org-insert-heading-respect-content t) (setopt org-ellipsis "…") - (setopt org-display-custom-times t) - (setopt org-time-stamp-custom-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M")) - ;; (setopt org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>")) (setopt org-extend-today-until 4) (setopt org-adapt-indentation nil) (setopt org-log-done 'time) |