# HG changeset patch # User Richard Westhaver # Date 1717370621 14400 # Node ID 6f2796285c41a917295703799519fd5a908a4e4b # Parent d876b572b5b9b735ba4e2846d960f92240842f58 bug fix, messing with org 9.7 features diff -r d876b572b5b9 -r 6f2796285c41 emacs/lib/publish.el --- a/emacs/lib/publish.el Sun Jun 02 02:30:54 2024 -0400 +++ b/emacs/lib/publish.el Sun Jun 02 19:23:41 2024 -0400 @@ -15,6 +15,13 @@ (defvar html-foot "") +;; (setq org-protocol-project-alist +;; '(("comp" +;; :base-url url +;; :working-directory project-dir +;; :online-suffix ".html" +;; :working-suffix ".org"))) + (setq org-html-style-default "" org-html-scripts "" org-html-htmlize-output-type 'css diff -r d876b572b5b9 -r 6f2796285c41 lisp/std/readtable.lisp --- a/lisp/std/readtable.lisp Sun Jun 02 02:30:54 2024 -0400 +++ b/lisp/std/readtable.lisp Sun Jun 02 19:23:41 2024 -0400 @@ -220,5 +220,3 @@ ;; lambdas (:dispatch-macro-char #\# #\` #'|#`-reader|) (:dispatch-macro-char #\# #\f #'|#f-reader|)) - -(std::in-readtable :std)