Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) allow to override node id during capture #1523

Merged

Conversation

d12frosted
Copy link
Contributor

Motivation for this change

Sometimes it is useful to provide not only the title of captured node,
but an ID:

(org-roam-capture-
 :node (org-roam-node-create
        :id some-id
        :title some-title))

Sometimes it is useful to provide not only the title of captured node,
but an ID:

```emacs-lisp
(org-roam-capture-
 :node (org-roam-node-create
        :id some-id
        :title some-title))
```
@jethrokuan jethrokuan merged commit 21e0930 into org-roam:v2 May 22, 2021
@d12frosted d12frosted deleted the feature/override-id-during-capture branch June 9, 2021 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants