org-roam / org-roam-bibtex

Org Roam integration with bibliography management software
GNU General Public License v3.0
571 stars 47 forks source link

slug not correctly set when creating a new note #130

Closed brabalan closed 3 years ago

brabalan commented 3 years ago

Although I have orb-slug-source set to 'title, I'm still being asked for a slug when creating a note. I think the issue is at https://github.com/org-roam/org-roam-bibtex/blob/master/org-roam-bibtex.el#L789, the line (slug. ,(funcall should be (slug . ,(funcall (with a space before the .).

myshevchuk commented 3 years ago

Thanks a lot! Fixed by #131