Usage
org-roam-dailies provides these interactive functions:
Function: org-roam-dailies-capture-today &optional goto
Create an entry in the daily note for today.
When goto is non-nil, go to the note without creating an entry.
Function: org-roam-dailies-goto-today
Find the daily note for today, creating it if necessary.
There are variants of those commands for -yesterday and -tomorrow:
Function: org-roam-dailies-capture-yesterday n &optional goto
Create an entry in the daily note for yesterday.
With numeric argument n, use the daily note n days in the past.
Function: org-roam-dailies-goto-yesterday
With numeric argument N, use the daily-note N days in the future.
There are also commands which allow you to use Emacs’s calendar to find the date
Function: org-roam-dailies-capture-date
Create an entry in the daily note for a date using the calendar.
Prefer past dates, unless prefer-future is non-nil.
With a ’C-u’ prefix or when goto is non-nil, go the note without creating an entry.
Function: org-roam-dailies-goto-date
Find the daily note for a date using the calendar, creating it if necessary.
Prefer past dates, unless prefer-future is non-nil.
Function: org-roam-dailies-find-directory
Find and open org-roam-dailies-directory.
Function: org-roam-dailies-goto-previous-note
When in an daily-note, find the previous one.
Function: org-roam-dailies-goto-next-note
When in an daily-note, find the next one.