Commit 672581aa authored by Arnaud Legrand's avatar Arnaud Legrand

Fix python mistake + remove useless emacs configuration

parent b4878a87
...@@ -123,7 +123,7 @@ for line in INPUT.readlines(): ...@@ -123,7 +123,7 @@ for line in INPUT.readlines():
libc = m.group(1) libc = m.group(1)
OUTPUT.writelines(size+", "+seq+", "+par+", "+libc+"\n") OUTPUT.writelines(size+", "+seq+", "+par+", "+libc+"\n")
print "[[file:"+output+"]]" print("[[file:"+output+"]]")
#+end_src #+end_src
#+RESULTS: #+RESULTS:
...@@ -257,8 +257,6 @@ our own experimental testbed with support of our university. ...@@ -257,8 +257,6 @@ our own experimental testbed with support of our university.
# eval: (setq org-alphabetical-lists t) # eval: (setq org-alphabetical-lists t)
# eval: (setq org-src-fontify-natively t) # eval: (setq org-src-fontify-natively t)
# eval: (setq ess-ask-for-ess-directory nil) # eval: (setq ess-ask-for-ess-directory nil)
# eval: (setq ispell-local-dictionary "american")
# eval: (eval (flyspell-mode t))
# End: # End:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment