From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: [PATCH] Fix a small typo. Date: Thu, 08 Jan 2009 12:22:30 +0100 Message-ID: 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 1LKsyM-0007Vn-91 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 06:22:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKsyJ-0007TT-ES for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 06:22:45 -0500 Received: from [199.232.76.173] (port=49395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKsyI-0007TB-TL for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 06:22:42 -0500 Received: from main.gmane.org ([80.91.229.2]:50597 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKsyI-0006fv-88 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 06:22:42 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LKsyG-0000gh-JE for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 11:22:40 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2009 11:22:40 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2009 11:22:40 +0000 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: emacs-orgmode@gnu.org --- lisp/org-exp.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index cf017d1..66597fa 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -399,7 +399,7 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"." (defcustom org-export-with-TeX-macros t "Non-nil means, interpret simple TeX-like macros when exporting. For example, HTML export converts \\alpha to α and \\AA to Å. -No only real TeX macros will work here, but the standard HTML entities +Not only real TeX macros will work here, but the standard HTML entities for math can be used as macro names as well. For a list of supported names in HTML export, see the constant `org-html-entities'. Not all export backends support this. -- 1.5.6.3