Questions tagged [org-ref]
This tag is for questions about org-ref, a package that helps with the handling of citations, references, indexes, glossaries and bibliographies for Org mode.
73 questions
0
votes
0
answers
33
views
Spacemacs - Setting a variable only works after refresh
Every time I start up spacemacs, some variables are not defined. I get:
"Symbols function definition is void: nil"
However, when I refresh the configuration (SPC f e R), everything works ...
1
vote
0
answers
49
views
Can :var NAME=ASSIGN in org mode work if ASSIGN includes a colon?
I use org-ref in org-mode to handle cross references, and I use labels like tab:one, fig:two, etc., to identify label types and format them accordingly (using cleveref in LaTeX export). I then have ...
1
vote
2
answers
223
views
How to change org citation appearance as viewed in org-mode (i.e. not after exporting)
If I insert a citation into a .org file, (via helm-bibtex, citar or C-c C-l), I get a link in the buffer that looks like
Cite:&jaynesInformationTheoryStatistical1957.
I can do C-c C-l on the link ...
0
votes
1
answer
272
views
Using org-ref to download pdfs or djvu using sci-hub and libgen as fallbacks
As a continuation of my previous post, I've developed a solution that allows to download pdfs or djvu files from sci-hub or libgen as fallback options to the functions provided by org-ref. I am a ...
1
vote
2
answers
357
views
When tangling, how to reference code-blocks from different file?
When tangling, I want to use/refer to code-blocks from different file.
Suppose /tmp/1.org file below that contains code block named code_block_in_1_org (that I want to use later).
* This is ~1.org~ ...
1
vote
0
answers
458
views
How to open PDF file with Org-ref?
I have been trying to use the org-ref package with emacs and I copied the setup presented in the package where I placed the .bib files in a directory called ~/papers/ along with any pdfs of the papers ...
0
votes
1
answer
146
views
Org-ref: how to get the BibTex entries in Helm sorted alphabetically? // what is "org-ref-helm-cite"?
Sorry if my question is not clear enough, I'm really a beginner.
In 2017 someone was trying to sort alphabetically (or by date I guess also) references when using org-ref and helm-bibtex - see the ...
0
votes
1
answer
101
views
Org-Ref LaTeX citation (v3) export not working correctly
I am writing my dissertation in org-mode with org-ref to handle citations. I can not get a multi-source multi-note citation to export correctly.
Here is the org-mode code:
[[cite:On Van Tillian ...
1
vote
1
answer
386
views
Doom Emacs not inserting citep references into LaTeX document
I'm new to using LaTeX for writing papers and I'm trying to get a workflow going using LaTeX in Doom Emacs on Arch Linux (all the required texlive packages having first been installed via pacman). ...
1
vote
1
answer
663
views
How to properly name or label pictures in org mode?
In particular I can't understand the purpose of fig:. Is it to distinguish
figures from other blocks e.g. #+NAME code:python_foo? Does it alter org modes behaviour or is it a
convention?
I've seen the ...
4
votes
1
answer
272
views
How to use org-ref-export-to-html in org-publish-project?
I am trying to use org-ref-export-to-html from org-ref Version 3 as the :publishing-function of org-publish-project-alist.
Based on org-html-publish-to-html which I used to use with this function ...
0
votes
1
answer
155
views
Make minimal working example for org-ref (Version 3)?
My .emacs includes these lines:
(package-initialize)
(require 'org-ref)
I have a file called orgcite.bib which includes:
@article{OrgCitations,
author={org, mode and Syntax, Citation and ...
1
vote
2
answers
2k
views
Org ref: (wrong-type-argument stringp nil)
I have just installed Emacs 27.9 on a new Mac running Monterey 12.0.1 (using https://emacsformacosx.com)
I then installed org-ref by putting the following lines in my .emacs:
(add-to-list 'load-path &...
0
votes
0
answers
443
views
Capture template for org-roam-bibtex to keep notes in single file
As the title says, I want to setup org-roam-bibtex so that I can capture notes for different papers/articles in a single file.
(I've asked iterations of this on the org-roam discourse page and on the ...
0
votes
0
answers
227
views
Org-ref not exporting citations properly to ODT format
I recently started using Org-ref to manage my references in Emacs. I have three devices that all share the same Emacs configuration. While org-ref exports successfully to Libreoffice/ODT on two of my ...