Minor fix
This commit is contained in:
parent
b5cccaaff3
commit
73b8084dcd
|
@ -246,6 +246,7 @@ The characters \"&<> will be escaped."
|
|||
|
||||
;;(org-freemind-unescape-str-to-org "mA≌B<C<=")
|
||||
;;(org-freemind-unescape-str-to-org "<<")
|
||||
(defvar str)
|
||||
(defun org-freemind-unescape-str-to-org (fm-str)
|
||||
"Do some html-unescaping of FM-STR and return the result.
|
||||
This is the opposite of `org-freemind-escape-str-from-org' but it
|
||||
|
|
Loading…
Reference in New Issue