Browse Source

Fix typo in org-freemind.el

Carsten Dominik 15 years ago
parent
commit
9842876900
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-freemind.el

+ 1 - 1
lisp/org-freemind.el

@@ -240,7 +240,7 @@ The characters \"&<> will be escaped."
                       ;; file is utf-8:
                       ;;
                       ;; (format "&#x%x;" (- cc ;; ?\x800))
-		      (format "&#x%x" (encode xx 'ucs))
+		      (format "&#x%x" (encode-char cc 'ucs))
                       ))))
     fm-str))