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

Make ox-pandoc work well with org-ref for org to docx #77

Open
deb75 opened this issue Mar 25, 2021 · 2 comments
Open

Make ox-pandoc work well with org-ref for org to docx #77

deb75 opened this issue Mar 25, 2021 · 2 comments

Comments

@deb75
Copy link

deb75 commented Mar 25, 2021

It seems that letting org-ref insert links in the org file breaks the pandoc conversion because this one
waits for latex style, which org-ref does not.

There are some ways to make org-ref write in latex style but I guess it breaks then some nice features of
org-ref so, would it be possible to make ox-pandoc convert all references to the latex style because it
actually convert the file ?

Currently there is a workaround, for any org file, convert if first to latex then, use pandoc on the latex file :

pandoc -f latex -t docx -o output.docx --toc --citeproc --csl=c:/path/to/my/ieee.csl --number-sections --bibliography=c:/path/to/file.bib --standalone input.tex

Then, all references (links or citations) appears and are also clickable, although the equation numbering does not appear as well as on a pdf.

Regards

@deb75 deb75 changed the title Make ox-pandoc work well with 'org-ref' for org to docx Make ox-pandoc work well with org-ref for org to docx Mar 25, 2021
@przemo
Copy link

przemo commented Apr 15, 2021

Does the table/figure numbering work for you? The references in the docx are correct, but the Table/Figure Captions lack the label (Table or Figure) and the sequence number.

@deb75
Copy link
Author

deb75 commented Apr 27, 2021

Sorry for reacting late.

I did not notice, I will check this next time.

Regards

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