Deleted user

Results 141775 comments of Deleted user

Thanks! Can I add some CAP_ to enable this without using privileged mode?

Yes, I want to create a new node "on the fly" for a new person. Can you give me an idea/approach how to "cat the ouput of uuidgen" etc.? @akashpal-21

yes, it *only* happens with `org-roam-node-insert` that the wrong link is inserted. thanks for checking on it. @akashpal-21

Do you have any suggestion how such a function would look like? The idea would be indeed to create a node using the template above and having the correct ID...

With your snippet I can create the person in the external file but then I receive `Wrong type argument: org-roam-node, nil` and nothing is inserted in the file I am...

Thanks for your answer. I only understand some pieces of your code and I dont have an idea how to diagnose/debug further. I might try to write a macro doing...

Thanks for helping @akashpal-21 The message buffer says: ``` Edebug: edebug-anon33 Edebug: custom/org-roam-capture--finalize-insert-link Error during redisplay: (eval (progn (setq org-sticky-header-stickyline (propertize (org-sticky-header--fetch-stickyline) 'keymap org-sticky-header-keymap)) (list (propertize " " 'display '((space...

you’re right.... I disabled `org-sticky-header`. I now have this: ``` Debugger entered--Lisp error: (wrong-type-argument org-roam-node nil) apply(debug error (wrong-type-argument org-roam-node nil)) edebug(error (wrong-type-argument org-roam-node nil)) signal(wrong-type-argument (org-roam-node nil)) (or (let*...

I was testing `(org-roam-node-id (org-roam-node-from-title-or-alias "asdfasdf"))` right after I created that node and the I received this error message: ``` Debugger entered--Lisp error: (wrong-type-argument org-roam-node nil) signal(wrong-type-argument (org-roam-node nil)) (or...