From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: special characters for HTML Date: Thu, 19 May 2011 15:17:44 -0400 Message-ID: <87vcx6qz3b.fsf@norang.ca> References: <4DD51332.8050203@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN8jL-0003G7-TK for emacs-orgmode@gnu.org; Thu, 19 May 2011 15:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN8jL-0003Gx-3D for emacs-orgmode@gnu.org; Thu, 19 May 2011 15:17:55 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:21713 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN8jL-0003G2-1K for emacs-orgmode@gnu.org; Thu, 19 May 2011 15:17:55 -0400 In-Reply-To: <4DD51332.8050203@gmx.at> (michael holzer's message of "Thu, 19 May 2011 14:55:14 +0200") 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: michael holzer Cc: emacs-orgmode@gnu.org michael holzer writes: > hello, > > i guess there's a simple way to do this, but i couldn't figure it out, > so i have to ask here: > i want to write german umlauts in files that are exported to html. i > know that you can write for example \auml, but when i'm using this in a > word (e.g. l\aumlstig) this fails. if i put a space behind \auml i get > the umlaut, but obviously i don't want the space there... > so how is this supposed to be done? Put {} after the \auml if it's embbed in a word - like this: i want to write german umlauts in files that are exported to html. i know that you can write for example \auml, but when i'm using this in a word (e.g. l\auml{}stig) this fails. if i put a space behind \auml i get the umlaut, but obviously i don't want the space there... -Bernt > > thanks for any help, > michael