Skip to content

Commit

Permalink
attempt at fixing tefkah#12
Browse files Browse the repository at this point in the history
  • Loading branch information
stites committed Feb 1, 2022
1 parent 604fdad commit bd995ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-roam-timestamps.el
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if you supply the current MTIME."
(defun org-roam-timestamps--get-mtime (node)
"Get the mtime of the org-roam node NODE."
(org-with-wide-buffer
(org-entry-get (org-roam-node-point node) "mtime")))
(org-entry-get (if node (org-roam-node-point node) (point-marker)) "mtime")))

(defun org-roam-timestamps--get-ctime (pos)
"Return the current ctime for the node at point POS."
Expand Down

0 comments on commit bd995ff

Please sign in to comment.