Hi Carsten,

Could you please apply the patch again.  ";" was missing in the
previous update.

Thanks,
--Tokuya


On Wed, 18 Nov 2009 01:38:32 +0900,
Tokuya Kameshima <ka...@fa2.so-net.ne.jp> wrote:
>
> Hi Carsten,
> 
> This is a small patch for org-freemind.el to convert the multibyte
> characters to unicode numeric character references such as "&#x4e80;".
> It is likely that Freemind supports the multibyte characters in this
> style.
> 
> Thanks,
> 
> --Tokuya
> 


----------------------------------------------------------------------

--- org-freemind.el.ORIG        Fri Nov 27 15:09:11 2009
+++ org-freemind.el     Fri Dec 11 14:54:50 2009
@@ -240,7 +240,7 @@
                       ;; file is utf-8:
                       ;;
                       ;; (format "&#x%x;" (- cc ;; ?\x800))
-                     (format "&#x%x" (encode-char cc 'ucs))
+                     (format "&#x%x;" (encode-char cc 'ucs))
                       ))))
     fm-str))
 


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to