Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting nodes according to mtime #17

Open
Zetagon opened this issue Sep 9, 2023 · 0 comments
Open

Sorting nodes according to mtime #17

Zetagon opened this issue Sep 9, 2023 · 0 comments

Comments

@Zetagon
Copy link

Zetagon commented Sep 9, 2023

What I'm trying to do is get a list of org-roam nodes sorted by their mtime attribute. With base org-roam I used (org-roam-node-read--completions nil #'org-roam-node-read-sort-by-file-mtime), but that only works on the file level. org-roam-timestamps keeps track of modification time with node granularity (even if it isn't perfect) so I thought I'd use that.

The above code snippet doesn't seem to use the data that org-roam-timestamps tracks. Is there a way of getting a list of org-roam-nodes that are sorted by modification time according to org-roam-timestamps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant