From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo Date: Sun, 10 Aug 2008 10:28:05 -0400 Message-ID: <87ej4xt05m.fsf@gollum.intra.norang.ca> 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 1KSBu5-0001hr-OB for emacs-orgmode@gnu.org; Sun, 10 Aug 2008 10:28:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSBu4-0001hU-IK for emacs-orgmode@gnu.org; Sun, 10 Aug 2008 10:28:17 -0400 Received: from [199.232.76.173] (port=35550 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSBu4-0001hR-FZ for emacs-orgmode@gnu.org; Sun, 10 Aug 2008 10:28:16 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:62655) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KSBu4-0006WA-C2 for emacs-orgmode@gnu.org; Sun, 10 Aug 2008 10:28:16 -0400 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: org-mode mailing list --- 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 2a90dbe..32fa819 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1354,7 +1354,7 @@ on this string to produce the exported version." (setq case-fold-search t) (untabify (point-min) (point-max)) - ;; Handle incude files + ;; Handle include files (org-export-handle-include-files) ;; Handle source code snippets -- 1.6.0.rc2