changeset 496:34129b221ffa

_ for italic, ** or __ for bold
author Henry Thompson <ht@markup.co.uk>
date Thu, 18 Jul 2024 13:19:32 +0100
parents b3cffcadc1c2
children 55eaec5ed4c8
files MHMC/minutes.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "</doc>")
   (goto-char (point-min))
+  (replace-string "em>" "emph>")
+  (goto-char (point-min))
+  (replace-string "strong>" "name>")
+  (goto-char (point-min))
   (search-forward "<title>" nil t)
-  )
+  1)
 
 (defun fix-dls ()
   (interactive)