emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Tokuya Kameshima <kames@fa2.so-net.ne.jp>
Cc: emacs-orgmode@gnu.org
Subject: Re: patch for org-freemind.el
Date: Sat, 12 Dec 2009 10:52:33 +0100	[thread overview]
Message-ID: <0517E23D-AB48-465B-B858-0EBA965C5CBF@gmail.com> (raw)
In-Reply-To: <20091212.000022.17137336.kames@fa2.so-net.ne.jp>

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

- Carsten

      reply	other threads:[~2009-12-12  9:52 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
2009-12-12  9:52     ` Carsten Dominik [this message]

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=0517E23D-AB48-465B-B858-0EBA965C5CBF@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kames@fa2.so-net.ne.jp \
    /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).