Akash

Results 184 comments of Akash

@nobiot Since the remove keyword function is so simple - it only queries the org-element and uses the information to delete some words - I believe for OP there is...

@jpt4 @nobiot Today I had the most craziest experience - I had the same problem but in another function that uses the org-element functions. I will cut the chase and...

Did you let emacs recompile the packages after you deleted the folder before trying? You'd have to restart the emacs daemon if you were using that.. I cannot reproduce any...

Do you want to create a new node for the named person? Try to cat the output of uuidgen or something similar - trivially you can create the node without...

When i tested you code - here is what i got - there is a node named Persons being created Then another node for the Individual -- your code correctly...

When i insert the correct person - the link is also correctly entered - i can go to the individuals

Okay i see the problem now - when you create the node with org-roam-node-insert the problem arises - interesting, will check up on it and let you know later whats...

@LukasCBossert The reason its failing is because we are creating the node for the individual by tricking the system -- the system while recording only recognises the ID at the...

I will give you the recipe - but I should warn, this will have a performance penalty - it would be better if you create a function wherein the advice...

Its almost 2 months! Did you not test in between? The error doesn't contain enough information for me to diagnose the problem properly. Also I have stopped doing elisp programming...