mirror of
https://github.com/org-roam/org-roam
synced 2025-08-29 14:33:29 -05:00
@@ -773,6 +773,12 @@ INFO is an alist containing additional information."
|
|||||||
(let ((path (org-roam--file-for-time (time-add 86400 (current-time)))))
|
(let ((path (org-roam--file-for-time (time-add 86400 (current-time)))))
|
||||||
(org-roam--find-file path)))
|
(org-roam--find-file path)))
|
||||||
|
|
||||||
|
(defun org-roam-yesterday ()
|
||||||
|
"Create and find the file for yesterday."
|
||||||
|
(interactive)
|
||||||
|
(let ((path (org-roam--file-for-time (time-add -86400 (current-time)))))
|
||||||
|
(org-roam--find-file path)))
|
||||||
|
|
||||||
(defun org-roam-date ()
|
(defun org-roam-date ()
|
||||||
"Create the file for any date using the calendar."
|
"Create the file for any date using the calendar."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Reference in New Issue
Block a user