emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: Bastien <bzg@altern.org>, Achim Gratz <Stromeko@nexgo.de>,
	emacs-orgmode@gnu.org
Subject: Re: Support Freemind/Freeplane export
Date: Sun, 03 Mar 2013 20:33:03 +0530	[thread overview]
Message-ID: <87r4jw34rc.fsf@gmail.com> (raw)
In-Reply-To: <87mwukx3uo.fsf@gmail.com> (Nicolas Goaziou's message of "Sun, 03 Mar 2013 09:52:15 +0100")

Nicolas Goaziou <n.goaziou@gmail.com> writes:

> Bastien <bzg@altern.org> writes:
>
>> Achim Gratz <Stromeko@nexgo.de> writes:
>>
>>> It also requires that the HTML is output in UTF-8.  I would
>>> (reluctantly, I don't really know much about how this would work)
>>> suggest that the export should always be done with symbolic entities and
>>> a post-export filter should then replace them with whatever the
>>> particular backend prefers.  Does that work?
>>
>> This seems a good idea to me.  Nicolas, do you think so?
>
> Yes. We can add a defconst associating each HTML entity to its utf-8
> counterpart, and add a filter to :filter-final-output in freemind
> back-end definition (not to `org-export-filter-final-output-functions',
> which is user-oriented).
>
> Any taker? Jambunathan?

Please merge 

,---- http://repo.or.cz/w/org-mode/org-kjn.git
|
| URL	git://repo.or.cz/org-mode/org-kjn.git
| 	http://repo.or.cz/r/org-mode/org-kjn.git
|
`----

I will submit more changes to ox-html.el and ox-odt.el.  It's going to
some time though.

ps: I have a feeling that `org-html-display-buffer-mode' is superfluous.
A simple `set-auto-mode' will do the trick.

,----
| kjambunathan@debian-6:~/src/org-mode$ git log upstream/master..
| commit b8d0b1ae89bd769a898aba90f6c85c680963e0ed
| Author: Jambunathan K <kjambunathan@gmail.com>
| Date:   Sun Mar 3 20:21:07 2013 +0530
| 
|     doc/org.texi: Replace org-export-odt with org-odt
| 
| commit c5d46d21b5a3f902cfd7b9d709660b493f67bd94
| Author: Jambunathan K <kjambunathan@gmail.com>
| Date:   Sun Mar 3 20:15:10 2013 +0530
| 
|     Always use utf-8 encoding for HTML export
|     
|     * ox-html.el (org-html-coding-system): Removed.  Always use
|     utf-8 for HTML export.
|     (org-html--build-meta-info, org-html-template)
|     (org-html-entity, org-html-export-to-html): Propagate above
|     change.
|     (org-html-table--table.el-table): Replace &nbsp; with it's
|     utf-8 equivalent.
|     (org-html-special-string-regexps, org-html--tags)
|     (org-html-format-headline, org-html--format-toc-headline)
|     (org-html-checkbox, org-html-table-cell, org-html-timestamp)
|     (org-html-verse-block): Replace numeric entities with their
|     utf-8 equivalent.
|     
|     Mark ox-html.el as utf-8 encoded.
| 
| commit 75708cf644944d301e57bc343db8749b8fa3c242
| Author: Jambunathan K <kjambunathan@gmail.com>
| Date:   Sun Mar 3 13:51:32 2013 +0530
| 
|     ox-html.el (org-html-code, org-html-verbatim): Transcode value
|     
|     * lisp/ox-html.el (org-html-code, org-html-verbatim):
|     Transcode value.
`----



>
>
> Regards,

-- 

  reply	other threads:[~2013-03-03 15:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-02 18:05 Support Freemind/Freeplane export Jambunathan K
2013-03-02 21:36 ` Nicolas Goaziou
2013-03-02 22:29   ` Bastien
2013-03-02 22:49     ` Bastien
2013-03-03  8:12     ` Achim Gratz
2013-03-03  8:39       ` Bastien
2013-03-03  8:52         ` Nicolas Goaziou
2013-03-03 15:03           ` Jambunathan K [this message]
2013-03-03 16:25             ` Jambunathan K
2013-03-03 21:00               ` Nicolas Goaziou
2013-03-03 17:32             ` Bastien
2013-03-03 17:47             ` Always use utf-8 for HTML export (No support for other coding systems) Jambunathan K
2013-03-03 18:28               ` Achim Gratz
2013-03-03 18:43                 ` Nagarjuna G
2013-03-03 19:39                   ` Achim Gratz
2013-03-03 23:51                 ` Robert Horn
2013-03-04  4:14                   ` Jambunathan K
2013-03-04  7:21                     ` Bastien
2013-03-04  8:04               ` Robert Klein
2013-03-04 19:01                 ` Bastien
2013-03-03 17:44     ` Support Freemind/Freeplane export Jambunathan K
2013-03-03 18:20       ` Bastien
2013-03-04  1:33       ` François Pinard
2013-03-10 15:52         ` Scott Randby

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=87r4jw34rc.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=Stromeko@nexgo.de \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /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).