Akash
Akash
cannot replicate on my end - emacs 29.2 - works alright for me. Please provide the exact file if possible - will try to replicate the issue.
I studied the code a little - I dont know personally still why it would fail - but it seems to save multiple times -- I have put some debug...
Another wild guess - but we are going into the realm of conspiracy theory with this one - is sometimes character encoding can throw wrench in the cogs -- I...
> Am I correct to say that second snippet is written such that I can just add it to an `init.el` area and it will over-ride the current function with...
> Hopefully that seems incredibly related. It writes to the active file that's opened. > > Maybe the test here is to crank that up to every second and see...
Good work - #'org-roam-promote-entire-buffer fails in this case - we need to expand before killing entire line ``` (defun custom/org-roam-promote-entire-buffer () "Promote the current buffer. Converts a file containing a...
I did some more testing - the bug seems to emanate from how `#'(kill-whole-line)` behaves. The behaviour is uncertain -- when on the beginning of the line it kills all...
Also consider formatting the text better -- instead of one new line character after inserting #+title -- two new lines looks better it doesn't put the content smashed just next...
Works great - thanks :) Should also mention here that exclude pattern may be a folder name too. Setting exclude pattern as `(setq org-roam-graph-exclude-patterns '("notes" "journal"))` excludes all the files...
I think formatting regarding node-type was inadvertently removed, showing node-types allows an user to pin point the type of node that requires to be turned off using `org-roam-graph-link-hidden-types` and it...