From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: [PATCH] Fix typo in org.texi that broke compilation Date: Fri, 22 Feb 2013 14:31:49 +0100 Message-ID: <20130222133149.GA16285@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8sjH-0000lF-9Q for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:32:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8sjC-00057t-Qh for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:31:59 -0500 Received: from mail-ea0-f177.google.com ([209.85.215.177]:37453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8sjC-000576-Ev for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:31:54 -0500 Received: by mail-ea0-f177.google.com with SMTP id n13so272334eaa.22 for ; Fri, 22 Feb 2013 05:31:53 -0800 (PST) Content-Disposition: inline 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 Org mode --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attached -- Suvayu Open source is the future. It sets us free. --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-Fix-typo-in-org.texi-that-broke-compilation.patch" >From 3dc825a44e37dd2b8e9ca51428b309ee26326746 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Fri, 22 Feb 2013 14:29:24 +0100 Subject: [PATCH] Fix typo in org.texi that broke compilation --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 268cf67..50bb211 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6562,7 +6562,7 @@ used a special setup for @file{remember.el}, then replaced it with @file{org-remember.el}. As of version 8.0, @file{org-remember.el} has been completely replaced by @file{org-capture.el}. -If your configuration depends on @fite{org-remember.el}, you need to update +If your configuration depends on @file{org-remember.el}, you need to update it and use the setup described below. To convert your @code{org-remember-templates}, run the command @example -- 1.8.1.2 --T4sUOijqQbZv57TR--