An image that I use to export org files to tex. It includes org-plus-contrib
and org-ref
.
It is supposed to work as follows.
cd myfolder/ emacs myfile.org -batch -l ~/init.el -f org-latex-export-to-latex
Github mirror: https://github.com/janmasrovira/docker-emacs-org.
cd docker-emacs-org docker build . --tag test -- run the image (optional) docker run -it --rm --name testrun test -- tag with final name docker tag test janmasrovira/emacs-org:27.1 -- push docker push janmasrovira/emacs-org:27.1