Next: , Previous: , Up: Daily-notes   [Contents]


15.2 Capturing and finding daily-notes

Function: org-roam-dailies-capture-today &optional goto

Create an entry in the daily note for today.

When goto is non-nil, go the note without creating an entry.

Function: org-roam-dailies-find-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 yesteday.

With numeric argument n, use the daily note n days in the past.

Function: org-roam-dailies-find-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-find-date

Find the daily note for a date using the calendar, creating it if necessary.

Prefer past dates, unless prefer-future is non-nil.