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: Carsten Dominik
Subject: [Orgmode] Re: patch for org-freemind.el
Date: Sat, 12 Dec 2009 10:52:33 +0100

Done, thanks!

- Carsten

On Dec 11, 2009, at 4:00 PM, Tokuya Kameshima wrote:

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))


- Carsten







reply via email to

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