1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

update org-mode syntax, include benchmark.html

This commit is contained in:
psyc://psyced.org/~lynX 2015-08-14 10:45:55 +02:00
parent ba5245a6b0
commit 0db0869443
4 changed files with 1109 additions and 4 deletions

View file

@ -10,11 +10,11 @@ INIT = (setq load-path (cons \"/usr/share/emacs/site-lisp/org-mode\" load-path)
#'
ORG = benchmark.org
html:
it:
for f in ${ORG}; do \
emacs -Q --batch --eval \
"(progn ${INIT} (find-file \"$$f\") \
(org-export-as-html-batch) (kill-buffer))"; \
(org-html-export-to-html) (kill-buffer))"; \
done
pdf: