Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 654 Bytes

readme.org

File metadata and controls

22 lines (19 loc) · 654 Bytes

Readme

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.

Building locally and pushing

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