From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 2/2] Rename variable due to typo Date: Thu, 12 Nov 2009 17:47:35 +0100 Message-ID: References: <1258030363-1741-1-git-send-email-bernt@norang.ca> <1258030363-1741-2-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8cpm-0004ZF-3H for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 11:47:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8cph-0004YK-9n for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 11:47:45 -0500 Received: from [199.232.76.173] (port=55918 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8cph-0004YH-4j for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 11:47:41 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:23673) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8cpg-0001yG-N6 for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 11:47:40 -0500 Received: by ey-out-1920.google.com with SMTP id 3so601252eyh.34 for ; Thu, 12 Nov 2009 08:47:39 -0800 (PST) In-Reply-To: <1258030363-1741-2-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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, I have applied the typo patches, thank you. - Carsten On Nov 12, 2009, at 1:52 PM, Bernt Hansen wrote: > --- > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten