From d3b795215922c546b6a6f741d005230196f99357 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sat, 12 Jun 2010 10:46:12 -0700 Subject: [PATCH] Fix typo in documentation thanks to Puneeth Chaganti for the patch --- doc/org.texi | 4 ++-- lisp/ChangeLog.01 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 0ff76b6f1..eee5c5c56 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 38b1fadc0..946e533f0 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.