emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removed variables ‘org-agenda-skip-comment-trees’ and ‘org-agenda-s


From: wlharvey4
Subject: Re: Removed variables ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
Date: Thu, 19 Nov 2020 22:24:40 -0800

Searching for the variables leads to a failed search, both from 'describe-variable' and 'isearch-forward' in 'org.el'.  I am using

GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.6 (Build 19G2021))
 of 2020-09-14





On Nov 19, 2020, at 8:28 PM, Kyle Meyer <kyle@kyleam.com> wrote:

wlharvey4@mac.com writes:

In Org 9.4, Manual section 11 Agenda Views, second to last paragraph,
neither of the referenced variables appears to exist.

Hmm, what leads you to say that?

 $ git describe master
 release_9.4-134-g0d525cbc7

 $ git grep 'org-agenda-skip-\(comment\|archived\)-trees' master
 master:doc/org-manual.org:  #+vindex: org-agenda-skip-archived-trees
 master:doc/org-manual.org:  ~org-agenda-skip-archived-trees~, in which case these trees are
 master:doc/org-manual.org:#+vindex: org-agenda-skip-comment-trees
 master:doc/org-manual.org:#+vindex: org-agenda-skip-archived-trees
 master:doc/org-manual.org:setting ~org-agenda-skip-comment-trees~ and
 master:doc/org-manual.org:~org-agenda-skip-archived-trees~ to ~nil~.
 master:lisp/org-agenda.el:(defcustom org-agenda-skip-comment-trees t
 master:lisp/org-agenda.el:         (and org-agenda-skip-archived-trees (not org-agenda-archives-mode)
 master:lisp/org-agenda.el:         (and org-agenda-skip-comment-trees
 master:lisp/org.el:(defcustom org-agenda-skip-archived-trees t
 master:lisp/org.el:(defvar org-agenda-skip-comment-trees)
 master:lisp/org.el:        (org-agenda-skip-archived-trees (memq 'archive skip))
 master:lisp/org.el:        (org-agenda-skip-comment-trees (memq 'comment skip))
 master:lisp/org.el:             (when org-agenda-skip-archived-trees


reply via email to

[Prev in Thread] Current Thread [Next in Thread]