Cursor position for default node

I think there was a recent update for org-roam and I wonder if anyone has issue with cursor position/placement in node creation with the org-roam-capture-template?

I have one as default as follows:

("d" "default" plain
"* %?" 	  
 
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" ":PROPERTIES:\n:ROAM_REFS:\n:FILETAGS:\n:ROAM_ALIASES:\n:END:\n#+startup: latexpreview overview noinlineimages hideblocks hidedrawers \n#+title: ${title}\n#+date: %U\n") 	   

:unnarrowed t) 

But if I create a new node, the cursor placement will be at the beginning of the buffer followed by all the metadata properties, instead like before I should be after the metadata. I attach an example belowoutput

The only thing I can help you in is showing you how to undo the changes. I tried shortly the new process and I could find many more bugs. In a few days this website will be filled with more of these issues. This is the best I can help you with. Best.

Thank you for quick response. I wonder if I can revert to a previous version of org-roam, if I install the package with package.el and melpa repo.

EDIT: for now, I just installed the org-roam from melpa-stable repo and will wait for newer updates of the current version.

I do not think it’s possible since melpa just links to the repo. I think it would be cumbersome even for you to try to pin point a version. I recommend just downloading that particular file and replacing+compiling and never upgrade. I personally have my entire Emacs setup in complete freeze. This ensures that no one day I wake up and find there’s chaos everywhere. Many such cases.

For reference, some fix request has been proposed on github ( fix!(capture): move plain capture point past properties drawer by dustinfarris · Pull Request #2539 · org-roam/org-roam · GitHub ) regarding this issue.

Thanks

The update 20250926.1708 fixed the issue.