# HG changeset patch # User Henry Thompson # Date 1721305172 -3600 # Node ID 34129b221ffa70295e6cb6923f236e3a9945187f # Parent b3cffcadc1c2c7937a83cb8993bb83a3372cc924 _ for italic, ** or __ for bold diff -r b3cffcadc1c2 -r 34129b221ffa MHMC/minutes.el --- a/MHMC/minutes.el Tue Jul 16 16:38:03 2024 +0100 +++ b/MHMC/minutes.el Thu Jul 18 13:19:32 2024 +0100 @@ -25,8 +25,12 @@ (kill-line) (insert "") (goto-char (point-min)) + (replace-string "em>" "emph>") + (goto-char (point-min)) + (replace-string "strong>" "name>") + (goto-char (point-min)) (search-forward "" nil t) - ) + 1) (defun fix-dls () (interactive)