Hi Carsten and Sebastian, Thanks for your suggestions! It seems the choice of unicode or not is up to the developer for coding that part. For documentation purpose only, I would prefer to have a first draft of character table which only contains two columns on Worg page: | Symbol | Org | |---------+-----------+ | \nbsp | ~\nbsp~ | | \iexcl | ~\iexcl~ | | \cent | ~\cent~ | Is that OK? Xin On Wed, May 6, 2009 at 11:37 AM, Sebastian Rose wrote: > Forgot to say: > > It's always a good idea to use the unicode entity notations in (X)HTML, > since you will not get an error `undefined entity...' > > Example: > > Use ` ' instead of ` ' > > > Regards > > Sebastian > > Carsten Dominik writes: > > On May 6, 2009, at 3:08 PM, Xin Shi wrote: > > > >> > >> > >> On Wed, May 6, 2009 at 6:30 AM, Carsten Dominik < > carsten.dominik@gmail.com > >> > wrote: > >> > >> On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: > >> > >> Hi Carsten, > >> > >> That's great! It would be nice that we document all of this symbols in > the > >> manual. > >> > >> Are you volunteering to make this table? :-) > >> > >> Sure. I'll be glad to do that :) > >> > >> Could you tell me the format and where to put the documents? > > > > > > Maybe as a Worg page, so the format would be org-mode: > > > > * Table of special symbol macros > > > > | Symbol | Org | HTML | LaTeX | > > |--------+----------+-----------+----------| > > | \vert | ~\vert~ | ~|~ | ~\vert~ | > > | \alpha | ~\alpha~ | ~α~ | ~\alpha~ | > > > > > > > > > > Note that HTML and LaTeX are not always the same word, only sometimes. > > In org-html-entities you can see this by looking at entries which > > are a cons cell, for example > > > > ("star" . "*") means "\star" in LaTeX, and "*" in HTML. > > > > I think many of these symbols have never been tried, so exporting > > this document to HTML and to LaTeX will be an interesting exercise > > and probably help us fix some bugs. > > > > Thanks! > > > > - Carsten > > > > > > > > > > > > > >> > >> > >> > >> - Carsten > >> > >> > >> > >> > >> Xin > >> > >> > > > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > >