Org-roam-dailies-capture-template

I like to use templates in my Dailies.

In the Idea of Tiago Forte’s Building a Second Brain and the Emacs Implementation of Tasshin.

But i failed to implement this:

  (setq org-roam-dailies-capture-templates
         '("d" "default" entry "* %<%H:%M>\n%?"
            :if-new  (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>")
            )
           ("D" "Daily Report" plain (file "~/.doom.d/template/dailyreviewtemplate.org")
            :if-new  (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>")
            )
           ("W" "Weekly Report" plain (file "~/.doom.d/template/weeklyreviewtemplate.org")
            :if-new  (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>")
            )
           ("M" "Monthly Report" plain (file "~/.doom.d/template/mothlyreviewtemplate.org")
            :if-new  (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>")
            )
           )
  )

File mode specification error: (doom-hook-error org-mode-hook org-fancy-priorities-mode (wrong-type-argument number-or-marker-p nil))

Any Idea of getting this right? The Debugger output is too hard to get, at least for me. :wink:

Current Releases:

  • Org Roam 2.0.0 “6dc8dda5e”
  • Doom v3.0.0-alpha (HEAD → develop 6678f3833 2021-08-06 03:50:33 -0400)
  • Org mode version 9.5 (9.5-b83ae59)
  • GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4) of 2021-03-26

Looks similar to this (no implemetable solution in this thread).

How about simply removing org-fancy-priorities-mode from org-mode-hook?
As to “how I can remove it from the hook?”, it might be quicker to talk with doom community. Or someone from this community has experience with doom (I don’t use it…).