Akash
Akash
Doesn't fix in other systems. In debian, 6.10 kernel (backports) Wifi firmware version (89) Same error ```WRT: Invalid buffer destination``` But driver doesn't fatally fail with ```Microcode SW error detected....
So if I get it correct - `org-roam-replace-all` goes over all over the links and delegate the next action to `org-roam-link-replace-at-point` which determines if it is a roam: link and...
``` (defun +org-roam-link-replace-all () "Org-Roam all links replacement protocol. When link is of type \"roam:\" replace them with type \"id:\" links." (interactive) (org-with-point-at 1 (save-match-data (while (re-search-forward org-link-bracket-re nil t)...
I managed to solve the highlight not loading when opening from the file manager directly too, for some reason the hook was not getting executed and therefore (org-remark-highlights-load) was not...
Hey @nobiot I have solved the problem - there is nothing wrong with these two functions, the problem all along was my custom/org-remark-note-path function - It was difficult to track...
> Thank you for letting me know. I was going to come back to this issue. But... no need to come back then? I spoke too soon - it seems...
@sazam0 Hi - I was just passing by and noticed your request - I think it would be possible - but it is very dangerous and shouldn't be done -...
``` * h1 :PROPERTIES: :LINES: 8-10 :END: #+begin_src elisp (insert (format "\n#+transclude: \[\[file:test.txt\]\] :lines %s" (org-entry-get (point) "LINES"))) #+end_src ``` Try something like this
@sazam0 study this function ``` (defun org-transclusion-keyword-plist-to-string-src-lines (plist) "Convert a keyword PLIST to a string. This function is meant to be used as an extension for function `org-transclusion-keyword-plist-to-string'. Add it...
There is a bug in the code ``` (defun patch/org-roam-capture--setup-target-location () "Initialize the buffer, and goto the location of the new capture. Return the ID of the location." (let (p...