# HG changeset patch # User Henry Thompson # Date 1724935348 -3600 # Node ID 6b7198aed7171514ae082f314e417a4da6fe36c6 # Parent 2a98b71866050b1832bc2d79d06b53884da2a961 misc diff -r 2a98b7186605 -r 6b7198aed717 MHMC/hiring/2024-Draft-MHManager-AppForm.docx Binary file MHMC/hiring/2024-Draft-MHManager-AppForm.docx has changed diff -r 2a98b7186605 -r 6b7198aed717 MHMC/minutes.el --- a/MHMC/minutes.el Thu Aug 29 13:42:04 2024 +0100 +++ b/MHMC/minutes.el Thu Aug 29 13:42:28 2024 +0100 @@ -1,8 +1,5 @@ -;;; sed 's/^ *//' notes.txt|/c/Program\ Files/Pandoc/pandoc --metadata title="MHMC 2024-07-02" -s -f markdown -t html4 > notes.html - -;;; from before pandoc -(defalias 'format-action (read-kbd-macro -"C-s ACTION: SPC RET C-SPC

C-M-s C-q C-j C-q C-j RET C-b

")) +;;; /c/Program\ Files/Pandoc/pandoc --metadata title="MHMC 2024-07-02" -N -f markdown -t html4 > notes.html +;;; Use -s if you want to just see the pandoc html as such, e.g. for an agenda to be emailed verbatim (defun fix-html () (interactive) @@ -11,8 +8,6 @@ (sgml-forward-element) (forward-char 1) (kill-region (point-min) (point)) - (fix-divs) - (goto-char (point-min)) (fix-dls) (goto-char (point-min)) (insert-file "/home/ht/Documents/RSoF/MHMC/doc-head.ent") @@ -29,7 +24,17 @@ (goto-char (point-min)) (replace-string "strong>" "name>") (goto-char (point-min)) - (search-forward "" nil t) + (let* ((hb (search-forward "<title>" nil t)) + (tb (search-forward "<title>" nil t)) + (te (- (search-forward "") 8)) + (tt (buffer-substring tb te))) + (goto-char hb) + (insert tt)) + (search-forward "
(replace-regexp "^]*>\\([^<]*\\)" "
\n \\1") (goto-char (point-min)) - (replace-regexp "\\(

\n\\)\\([ ]*\\)\\(\n\\2\\3") + (replace-regexp "\\(\n\\)\\([ ]*\\)\\(\n\\3\\4") (goto-char (point-min)) (replace-string "

ACTION: " "

") (goto-char (point-min))) diff -r 2a98b7186605 -r 6b7198aed717 MHMC/transition/PossibleStaffBonuses_ForMHMC-Rev3.xls Binary file MHMC/transition/PossibleStaffBonuses_ForMHMC-Rev3.xls has changed