-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Issue with exporting to docx with citation #1035
Comments
How could I guess? What does your org file look like? |
My bad. This is my org file: This is just a simple text [[cite:&zouExtensionModifiedPoisson2013]]. |
I guess that is not enough. See https://github.com/jkitchin/org-ref/blob/master/examples/basic-csl-path.org. You need to specify some csl files, and a bibliography file somewhere. |
Thanks John! I tried adding the csl style and a bibliography as shown in the example, and now I get a different error message. This is in my org-file `#+csl-style: G:/My Drive/Research/apa-7th.csl #+csl-locale: en-US This is just a simple text [[cite:&zouExtensionModifiedPoisson2013]] bibliography:../master-library.bib` This gives the following error message, when I export using org-ref:
Another thing that I noticed happening is that as soon as I add the bibliography to the org file as such: I get a warning saying that Bibtex-completion could not find the entry for the citation I have in the text:
Additionally, after adding the bibliography in the file, when I do C-c i to insert a citation, it shows 0 entries and as soon as I remove the line, it shows all the entries in my library. I have tried providing the full-path to my .bib file as well, but get the same error :/ `` |
those are indications something is wrong with your bib-file, e.g. you are not using the right dialect, or you have unrecognized entry types in it. What does the entry for that key look like? |
Hi,
The export function to .docx format works perfectly for text without citations. When I add a citation, I get the following user error:
Unable to resolve link: "citeproc_bib_item_1"
What am I doing wrong?
The text was updated successfully, but these errors were encountered: