emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: patch for org-freemind.el


From: Tokuya Kameshima
Subject: [Orgmode] Re: patch for org-freemind.el
Date: Sat, 12 Dec 2009 00:00:22 +0900

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 <address@hidden> 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))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]