aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index f9c4eb9..fcfa7f4 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0329.163548
+;; Version: 2023.0403.005409
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
;; This program is free software; you can redistribute it and/or modify
@@ -1104,7 +1104,7 @@ placed above TARGET. Otherwise it will be placed below it."
(progn
(dotimes (_ 31)
(org-move-subtree-down))
- (unless (string= element-title (format-time-string "%d"))
+ (unless (string= element-title (format-time-string "%-d"))
(oni-org-dump-tickler-1)))
(dotimes (_ 41)
(org-move-subtree-down))