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

Adding custom cite types #314

Closed
jackjackk opened this issue Oct 14, 2016 · 2 comments
Closed

Adding custom cite types #314

jackjackk opened this issue Oct 14, 2016 · 2 comments

Comments

@jackjackk
Copy link

I'm using multibib and I would like to define a new cite type called citemet.
In my emacs conf I added

  (add-to-list 'org-ref-cite-types "citemet")

I now have it in the helm interface (C-u C-c ]), but emacs doesn't color it properly (in green) or treat it as a link. How do I really add a custom cite type?
Thanks

@jagrg
Copy link
Contributor

jagrg commented Oct 14, 2016

Try this: (org-ref-define-citation-link "citemet")

@jackjackk
Copy link
Author

Thanks, it worked!

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

No branches or pull requests

2 participants