Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-angg       "LATEX/2014istanbul-a.tex")
% (find-xpdfpage "~/LATEX/2014istanbul-a.pdf")
% (defun o () (interactive) (find-angg "ORG/istanbul.org"))
% (defun e () (interactive) (find-LATEX "2015logicandcats.tex"))
% (defun l () (interactive) (find-LATEX "2015logicandcats.lua"))

* DONE Parse org with Lua
# (find-es "org" "parse-org-with-lua")

* DONE Run dednat6's tests in a test dir
# (find-dn5 "dednat6.lua" "run-tests-in-test-dir")

* DONE Make it loadable from luatexrepl
# (find-angg ".emacs" "luatex-repl")
# (find-dn5 "dednat6.lua" "package.path")
* (eepitch-ltrepl)
* (eepitch-kill)
* (eepitch-ltrepl)
dednat6dir = "/tmp/d6/"
dofile(dednat6dir.."dednat6.lua")
dooptions("-t", dednat6dir.."tests/test1.tex")
--  dooptions("-t", "/tmp/d6/tests/test1.tex")

# (find-fline "/tmp/d6/tests/")

* alternative heads
* Make it loadable from luatex
\directlua{dednat6dir = "/tmp/d6/"}
\directlua{dofile(dednat6dir.."dednat6.lua")}
\directlua{dooptions("-t", dednat6dir.."tests/test1.tex")}

* mudar nome de RectDef para ZRect
# (find-angg "LUA/picture.lua" "Texfile")
# (find-angg "LUA/picture.lua" "Rectdef")

* transformar em arquivos separados o Picture e o ZRect
# (find-efunction 'find-dn5-file-links)
# (find-efunction 'find-lua-links)

* process-whole-file (and rect)
# (find-dn5 "process.lua" "main-loop")
# (find-dn5 "process.lua" "lua-head")

* process-until-line (and rects)
# (find-fline "~/LUA/picture.lua" "tf_parse_block =")
# (find-fline "~/LUA/picture.lua" "tf_parse_block =" "getrectdefs")
# (find-angg "LUA/picture.lua" "Texfile")
# (find-angg "LUA/picture.lua" "Texfile-tests")

* add a recthead
* Local variables

# Local Variables:
# coding: raw-text-unix
# coding: utf-8-unix
# modes: (org-mode emacs-lisp-mode fundamental-mode)
# End: