From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: worg page problem? Date: Mon, 27 Jun 2011 23:09:32 -0400 Message-ID: <20564.1309230572@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbOgc-00034u-9s for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 23:10:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbOga-00016n-UF for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 23:10:02 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:55332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbOga-00016W-Ix for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 23:10:00 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNH00MWCCRXAY20@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 22:09:45 -0500 (CDT) In-reply-to: Message from Rustom Mody of "Tue\, 28 Jun 2011 07\:57\:44 +0530." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rustom Mody Cc: nicholas.dokos@hp.com, emacs-orgmode Rustom Mody wrote: > Some special symbols in > http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-9 > eg 'and' 'or' are not translated properly. >=20 > Dunno if its my firefox problem or a bug... >=20 Neither I think: the top of the section you refer to says ,---- | "Note though, that not all symbols are translated to HTML. They are | listed anyway, since they may be used for LaTeX export nonetheless." `---- But it's not clear to me why \and and \or appear in the list: as far as LaTeX is concerned, they are not symbols (afaik): they are boolean operators in the ifthen package. Similarly for \divide which is an arithmetic operator in the calc package. OTOH, there are several symbols which seem to be misspelled: \Agrav \Agrav -> should be \Agrave \Aacut \Aacut -> should be \Aacute =C3=82 \Acirc \Atild \Atild -> should be \Atilde Nick