all: emacs_orgmode.html jupyter.html rstudio.html NLINES=10000000 %.html: %.org emacs -batch $^ --funcall org-html-export-to-html sed -i 's/
' | grep -B $(NLINES) -e '
' | grep -v -e '' -e '
' > $@ rm $@.bak