From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: [PATCH] Fix ORG-NEWS typo from 173b0cb6d6 Date: Fri, 30 Jan 2015 00:16:33 -0500 Message-ID: <87vbjo3l1q.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH3t4-0002Rf-GW for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 00:12:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YH3sz-0004kO-QU for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 00:12:58 -0500 Received: from mail-qa0-f48.google.com ([209.85.216.48]:50678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH3sz-0004kH-Nj for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 00:12:53 -0500 Received: by mail-qa0-f48.google.com with SMTP id v8so18493855qal.7 for ; Thu, 29 Jan 2015 21:12:52 -0800 (PST) Received: from localhost ([2601:6:5480:1e5:9e4e:36ff:fe3d:ae9c]) by mx.google.com with ESMTPSA id d62sm9095679qga.15.2015.01.29.21.12.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 21:12:51 -0800 (PST) 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: Org-mode --=-=-= Content-Type: text/plain Hello, The attached patch fixes a typo that I made in a NEWS item for a recent commit. -- Kyle --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Fix-ORG-NEWS-typo-from-173b0cb6d6.patch >From 495281a7dbd48ddb8ba99c44729295c688f1c9a7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 30 Jan 2015 00:05:32 -0500 Subject: [PATCH] Fix ORG-NEWS typo from 173b0cb6d6 --- etc/ORG-NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index b45e439..fa9d0ad 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -190,7 +190,7 @@ keys, to sort a table. The ~TOC~ keywords now accepts an optional ~local~ parameter. See manual for details. *** Countdown timers can now be paused. -~org-timer-pause-time~ wil now pause and restart both relative and +~org-timer-pause-time~ now pauses and restarts both relative and countdown timers. ** Miscellaneous *** Strip all meta data from ITEM special property -- 2.2.2 --=-=-=--