org-ref icon indicating copy to clipboard operation
org-ref copied to clipboard

org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it.

Results 43 org-ref issues
Sort by recently updated
recently updated
newest added

I think arxiv changed something. When I do arxiv-get-pdf-add-bibtex-entry, the bibtex entry gets added to my .bib file, but in mesages I see: ``` Invalid pdf. Header =

Notably because of some performance issues I encountered with ivy, I am currently trying to replace ivy+counsel with vertico+consult. In my init file I currently have ```(setq org-ref-insert-cite-function 'org-ref-cite-insert-ivy)```, which...

Thank you for the wonderful package, it has been working fine until recently. I was earlier using `use-package`, and then moved to `straight.el` for a couple of years and it...

I am using org-ref 3.0 in emacs 30, with org-mode 9.6.15 in my org file i have something like [[cite:&kimChangjakGugakMusic2018][p10]]. The entry exists in my library.bib When exporting to latex,...

First off—fantastic package. I've been using it for years. I have a question about applying various attributes (e.g. font, formatting) to generated bibliography link text from `org-ref`. I currently use...

Hello, First, thanks for org-ref! I have investigated a problem that bugged me for a while, which is that when I click on a reference, I have a hydra menu...

(org-ref-find-bibliography) can return path from config variable, which may contain symbolic links in the path, when it is compared with (org-ref-get-bibtex-key-and-file), which uses (buffer-file-name) to retrieve a bib file path,...

Using emacs 29.1. After cloning the repository, and using `B` with dired (`dired-do-byte-compile`) with the point on `openalex.el` I get the following error message Debugger entered--Lisp error: (error "Key sequence...

Hi jkitchen and community, thanks for the amazing work you have done on org-ref. I have been using it for about half a year and like the way it works...

cite:&Smith2008 and citep:&Smith2008 get both exported to C-c C-e r o as a bracketed citation. How to get a non-bracketed citation? Another issue: When I try to change the cite...