Re: [O] Publishing multiple projects

2016-03-19 Thread Nick Dokos
Michael Welle writes: > Hello, > > Giuseppe Lipari writes: > >> Hello, >> >> I usually define each project into a separate project.el file, and I use a >> batch scripts for publishing, something like this: >> >> publish.sh: >> - >> emacs --batch -l batch_project.el --kill > ah, that makes se

Re: [O] Publishing multiple projects

2016-03-19 Thread Giuseppe Lipari
Hello, I usually define each project into a separate project.el file, and I use a batch scripts for publishing, something like this: publish.sh: - emacs --batch -l batch_project.el --kill - And my project.el - (add-to-list 'load-path "~/elisp/org-mode/lisp") (add-to-list 'load-path "