Skip to content

janmasrovira/docker-emacs-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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