nobiot

Results 410 comments of nobiot

Thank you for letting me know. I was going to come back to this issue. But... no need to come back then?

This is a very weird error. Can you install any other packages from MELPA successfully? For example, this line in your error message: `org-roam-capture.el:35:1: Error: Symbol’s function definition is void:...

If other packages can be installed correctly, I would simply try Org-roam again

I suggest you try it and see if it works. My guess is it does not…

Do you follow the Doom specific [installation procedure](https://github.com/doomemacs/doomemacs/blob/master/docs/getting_started.org#installing-packages)? Ensure to run `doom sync` as instructed.

For what it's worth, a relevant discussion happened a while ago in SourceHut mailing list with some code change suggestion, [here](https://lists.sr.ht/~protesilaos/denote/%[email protected]%3E#%[email protected]%3E). I do not know if the code suggested then...

Like this? See #98. I am not sure if I like it yet -- For CUSTOM_ID, the file name needs to be added -- depending on the scenario, you may...

Thank you for the detailed comments and the sample file. You have raised a number of important points. Let me spend some time and come back with an extensive response....

## A proposal to your feature request for ID and CUSTOM_ID properties > Now suppose I want to recover my annotation, the only undeceiving info are the original text, the...

Have you tried this? ``` (defcustom org-roam-file-exclude-regexp (list org-attach-id-dir) "Files matching this regular expression are excluded from the Org-roam." ```