diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 22bd2155..d7d51ada 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3078,7 +3078,6 @@ alphanumeric characters only." (let* ((name (imalison:generate-name datum cache)) (number (+ 1 (gethash name reverse-cache -1))) (new-name (format "%s%s" name (if (< 0 number) number "")))) - (message "number for %s is %s new-name is %s" name number new-name) (puthash name number reverse-cache) (puthash datum new-name cache) new-name)))) diff --git a/index.html b/index.html index b8539880..703933a7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -100,6 +100,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +