Next: Navigation, Previous: Configuration, Up: Daily-notes [Contents]
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.
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
:
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.
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
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.
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.