From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH 2/2] Rename variable due to typo Date: Thu, 12 Nov 2009 07:52:43 -0500 Message-ID: <1258030363-1741-2-git-send-email-bernt@norang.ca> References: <1258030363-1741-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8ZBK-0004cv-9m for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 07:53:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8ZBF-0004ZC-Ut for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 07:53:45 -0500 Received: from [199.232.76.173] (port=41197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8ZBF-0004Yz-Js for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 07:53:41 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:65342) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8ZBF-0000t0-3n for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 07:53:41 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1N8ZBB-000P9z-Qm for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 12:53:37 +0000 In-Reply-To: <1258030363-1741-1-git-send-email-bernt@norang.ca> 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 Cc: Bernt Hansen --- This patch is available at git://git.norang.ca/org-mode.git typos lisp/org-agenda.el | 2 +- lisp/org-mobile.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 5bc966c..20d68ed 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1774,7 +1774,7 @@ Pressing `<' twice means to restrict to the current subtree or region entry key type match lprops ans) ;; Turn off restriction unless there is an overriding one, (unless org-agenda-overriding-restriction - (unless (org-bound-and-true-p org-agenda-keep-restriced-file-list) + (unless (org-bound-and-true-p org-agenda-keep-restricted-file-list) ;; There is a request to keep the file list in place (put 'org-agenda-files 'org-restrict nil)) (setq org-agenda-restrict nil) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index c0751bb..d441337 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -280,7 +280,7 @@ agenda view showing the flagged items." ;; Make an agenda view of flagged entries, but only in the files ;; where stuff has been added. (put 'org-agenda-files 'org-restrict org-mobile-last-flagged-files) - (let ((org-agenda-keep-restriced-file-list t)) + (let ((org-agenda-keep-restricted-file-list t)) (org-agenda nil "?")))))) (defun org-mobile-check-setup () -- 1.6.5.2.180.gc5b3e