[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/org-journal 129dede1a0 2/9: Use time-subtract instead of t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/org-journal 129dede1a0 2/9: Use time-subtract instead of time-since for clarity |
Date: |
Sun, 18 Feb 2024 13:00:29 -0500 (EST) |
branch: elpa/org-journal
commit 129dede1a0c61e0fd914ed9b9aed2baab831ee7c
Author: SqrtMinusOne <thexcloud@gmail.com>
Commit: SqrtMinusOne <thexcloud@gmail.com>
Use time-subtract instead of time-since for clarity
---
org-journal.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/org-journal.el b/org-journal.el
index 3bb08095f2..98eead5ef9 100644
--- a/org-journal.el
+++ b/org-journal.el
@@ -1267,7 +1267,8 @@ If NO-SELECT is non-nil, open it, but don't show it."
"Open the current journal file"
(interactive)
(let ((org-journal-file (org-journal--get-entry-path
- (time-since (* 3600 org-extend-today-until)))))
+ (time-subtract (current-time)
+ (* 3600 org-extend-today-until)))))
(if (file-exists-p org-journal-file)
(progn
(funcall org-journal-find-file org-journal-file)
- [nongnu] elpa/org-journal updated (605a7eb984 -> 859dc19168), ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 33f119139e 6/9: Fix tests, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 129dede1a0 2/9: Use time-subtract instead of time-since for clarity,
ELPA Syncer <=
- [nongnu] elpa/org-journal b1548879e9 7/9: Drop Emacs 25.1 support, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 620d58c2a0 4/9: Fix linting warning about unused variable, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 9dca91df98 5/9: Fix `gen-autoloads` make target, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal e754cfefa8 8/9: Merge pull request from SqrtMinusOne, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 859dc19168 9/9: Update headers [ci skip], ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal b8ab60db60 1/9: Account for org-extend-today-until in org-journal-open-current-file, ELPA Syncer, 2024/02/18
- [nongnu] elpa/org-journal 86f92e6197 3/9: Fix tests for older org versions, ELPA Syncer, 2024/02/18