From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: [PATCH] org-html: fix typo in doc Date: Wed, 29 Jun 2011 10:39:58 +0200 Message-ID: <20110629103958.2b580e74@avery> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/UBaVV5h254Bf7tQ6Jkvru60" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbqJl-0000Sf-CI for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 04:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbqJj-0007wb-3U for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 04:40:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:44250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbqJi-0007wO-MM for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 04:40:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbqJg-0005cO-SR for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 10:40:12 +0200 Received: from avery.fdm.uni-freiburg.de ([132.230.80.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 10:40:12 +0200 Received: from julian.gehring by avery.fdm.uni-freiburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 10:40:12 +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: emacs-orgmode@gnu.org --MP_/UBaVV5h254Bf7tQ6Jkvru60 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, this patch fixes a typo in the documentation of org-html. Best Julian --MP_/UBaVV5h254Bf7tQ6Jkvru60 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-org-html-fix-typo-in-doc.patch >From 40483bb63d236595d6982dca26a2a3d80bfd39bc Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Wed, 29 Jun 2011 10:31:21 +0200 Subject: [PATCH] org-html: fix typo in doc --- lisp/org-html.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index f6108fc..fd43bbf 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -196,7 +196,7 @@ For example, a valid value would be: ]]> -If you'd like to refer to en external style file, use something like +If you'd like to refer to an external style file, use something like -- 1.7.4.1 --MP_/UBaVV5h254Bf7tQ6Jkvru60--