From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: A Mark-up rule question Date: Wed, 06 May 2009 17:37:26 +0200 Message-ID: <87bpq644zt.fsf@kassiopeya.MSHEIMNETZ> References: <878wlu4504.fsf@kassiopeya.MSHEIMNETZ> <1C0AD4AD-93F3-4E5E-B8CB-FA977F0523C9@gmail.com> <49EE5F3F.5040506@gmail.com> <928BC01C-35EA-48E0-9ACD-6C0A537B21F2@gmail.com> <49EF27EA.8030607@gmail.com> <9F79EB8C-436E-47C9-BDC2-94BA7ACA1B43@gmail.com> <5236d6f90905060608x5a36c9cew9752258624d26940@mail.gmail.com> <9F0CA90D-39E6-4488-A487-3D8D60699038@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1j82-0007vU-Q4 for emacs-orgmode@gnu.org; Wed, 06 May 2009 11:33:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1j7y-0007v4-8B for emacs-orgmode@gnu.org; Wed, 06 May 2009 11:33:50 -0400 Received: from [199.232.76.173] (port=51065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1j7y-0007ux-4C for emacs-orgmode@gnu.org; Wed, 06 May 2009 11:33:46 -0400 Received: from mail.gmx.net ([213.165.64.20]:55635) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M1j7x-0001jR-GQ for emacs-orgmode@gnu.org; Wed, 06 May 2009 11:33:45 -0400 In-Reply-To: <9F0CA90D-39E6-4488-A487-3D8D60699038@gmail.com> (Carsten Dominik's message of "Wed, 6 May 2009 15:30:37 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Xin Shi 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 > > 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 >