emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tokuya Kameshima <kames@fa2.so-net.ne.jp>
To: carsten.dominik@gmail.com
Cc: kames@fa2.so-net.ne.jp, emacs-orgmode@gnu.org
Subject: Re: patch for org-freemind.el
Date: Sat, 12 Dec 2009 00:00:22 +0900	[thread overview]
Message-ID: <20091212.000022.17137336.kames@fa2.so-net.ne.jp> (raw)
In-Reply-To: <3644BBEB-76A3-4C7A-B6CB-FCBEC2744F53@gmail.com> <20091118.013832.173815981.kames@fa2.so-net.ne.jp>

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

  reply	other threads:[~2009-12-11 15:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 16:38 patch for org-freemind.el Tokuya Kameshima
2009-11-17 19:36 ` Carsten Dominik
2009-12-11 15:00   ` Tokuya Kameshima [this message]
2009-12-12  9:52     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091212.000022.17137336.kames@fa2.so-net.ne.jp \
    --to=kames@fa2.so-net.ne.jp \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).