diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..32635ad --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: index +index: + emacs --batch -l ~//.emacs.d/init.el --visit=README.org --funcall org-html-export-to-html + mv README.html index.html diff --git a/README.org b/README.org index 60e1830..833cba1 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,5 @@ +#+HTML_HEAD: + * My Talks This is a (non-comprehensive) list of talks I gave at various user