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

bench make

This commit is contained in:
tg(x) 2011-05-16 15:25:30 +02:00
parent 31c7bc405d
commit 7676af280b
2 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,12 @@
ORG_PATH = /usr/share/emacs/site-lisp/org-mode
INIT = (setq load-path (cons \"/usr/share/emacs/site-lisp/org-mode\" load-path)) (require 'org-install)
INIT = (setq load-path (cons \"/usr/share/emacs/site-lisp/org-mode\" load-path) \
make-backup-files nil \
org-export-author-info nil \
org-export-creator-info nil \
org-export-html-validation-link nil \
org-babel-tangle-pad-newline nil \
org-src-preserve-indentation t) \
(require 'org-install)
wiki2org:
perl -pe '\
@ -13,7 +20,6 @@ wiki2org:
tangle:
emacs -Q --batch --eval \
"(progn ${INIT} (find-file \"benchmark.org\") \
(setq org-babel-tangle-pad-newline nil org-src-preserve-indentation t) \
(org-babel-tangle) (kill-buffer))"
perl -pi -e 'print "\n" unless $$p; $$p=1' packets/user_profile.psyc