From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: [PATCH] Fix typo in documentation Date: Sat, 12 Jun 2010 22:54:44 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=44308 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONUSA-0007eH-JO for emacs-orgmode@gnu.org; Sat, 12 Jun 2010 13:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONUS9-0003rr-KD for emacs-orgmode@gnu.org; Sat, 12 Jun 2010 13:25:06 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:56556) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONUS9-0003ri-Gn for emacs-orgmode@gnu.org; Sat, 12 Jun 2010 13:25:05 -0400 Received: by vws8 with SMTP id 8so3043214vws.0 for ; Sat, 12 Jun 2010 10:25:04 -0700 (PDT) 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 Hi, Fixed mis-spelt variable org-columns-skip-archived-trees. Thanks, Puneeth diff --git a/doc/org.texi b/doc/org.texi index 0ff76b6..eee5c5c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6440,9 +6440,9 @@ Archived trees are not exported (@pxref{Exporting}), only the headline is. Configure the details using the variable @code{org-export-with-archived-trees}. @item -@vindex org-columns-skip-arrchived-trees +@vindex org-columns-skip-archived-trees Archived trees are excluded from column view unless the variable -@code{org-columns-skip-arrchived-trees} is configured to @code{nil}. +@code{org-columns-skip-archived-trees} is configured to @code{nil}. @end itemize The following commands help managing the ARCHIVE tag: diff --git a/lisp/ChangeLog.01 b/lisp/ChangeLog.01 index 38b1fad..946e533 100644 --- a/lisp/ChangeLog.01 +++ b/lisp/ChangeLog.01 @@ -3343,7 +3343,7 @@ `truncate-lines'. (org-columns): Remember the value of `truncate-lines'. - * org.el (org-columns-skip-arrchived-trees): New option. + * org.el (org-columns-skip-archived-trees): New option. * org-agenda.el (org-agenda-export-html-style): Define color for org-agenda-done face.