Org-roam-dailies* not defined

In the current source downloaded from GitHub - org-roam/org-roam: Rudimentary Roam replica with Org-mode (which is v2) doesn’t have org-roam-dailies-capture-today defined.

It does, strangely, have the v1 function org-roam-dailies-find-today aliased to it.

C-h f org-roam-dai<tab> -> org-roam-dailies-find<tab> completed to ...

org-roam-dailies-find-today is an alias for
‘org-roam-dailies-goto-today’, which is not defined.  Please make a
bug report.

  This function is obsolete since org-roam 2.0;
  use ‘org-roam-dailies-goto-today’ instead.

Not documented.

In fact, there is no function with the preface `org-roam-dailies-’

If you cloned/downloaded source, dailies source is in the sub-directory named extensions along with a couple of others. You need to add a load-path.

Ah… documentation bug!

Somebody has updated README.

I ran into this problem earlier today.

Dailies is in the extensions directory. The files are there, but the emacs-org-roam 2.1 guix package did not compile or link to the files in that directory. It was working fine in 2.0.

For the moment I have simply loaded those files manually in emacs and things are working. But it would be better if we could rebuild and fix the package.

Anyone using GUIX have any pointers on how to go about this?