emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
@ 2020-11-20  0:51 wlharvey4
  2020-11-20  4:28 ` Kyle Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: wlharvey4 @ 2020-11-20  0:51 UTC (permalink / raw)
  To: emacs-orgmode

In Org 9.4, Manual section 11 Agenda Views, second to last paragraph, neither of the referenced variables appears to exist.  The manual should be updated; is there a different mechanism for these actions now?

Regards,
Wesley

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
  2020-11-20  0:51 Removed variables ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’ wlharvey4
@ 2020-11-20  4:28 ` Kyle Meyer
  2020-11-20  6:24   ` wlharvey4
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kyle Meyer @ 2020-11-20  4:28 UTC (permalink / raw)
  To: wlharvey4; +Cc: emacs-orgmode

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
  2020-11-20  4:28 ` Kyle Meyer
@ 2020-11-20  6:24   ` wlharvey4
  2020-11-20  7:01     ` Tim Cross
  2020-11-20  6:32   ` wlharvey4
  2020-11-20  7:01   ` wlharvey4
  2 siblings, 1 reply; 6+ messages in thread
From: wlharvey4 @ 2020-11-20  6:24 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

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


[-- Attachment #2.1: Type: text/html, Size: 3793 bytes --]

[-- Attachment #2.2: 1.png --]
[-- Type: image/png, Size: 26369 bytes --]

[-- Attachment #2.3: 2.png --]
[-- Type: image/png, Size: 51209 bytes --]

[-- Attachment #2.4: 3.png --]
[-- Type: image/png, Size: 62907 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
  2020-11-20  4:28 ` Kyle Meyer
  2020-11-20  6:24   ` wlharvey4
@ 2020-11-20  6:32   ` wlharvey4
  2020-11-20  7:01   ` wlharvey4
  2 siblings, 0 replies; 6+ messages in thread
From: wlharvey4 @ 2020-11-20  6:32 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

'(org-version)' produces:

9.4-41-g9bb930-elpaplus from org-plus-contrib-20201116

> 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
  2020-11-20  4:28 ` Kyle Meyer
  2020-11-20  6:24   ` wlharvey4
  2020-11-20  6:32   ` wlharvey4
@ 2020-11-20  7:01   ` wlharvey4
  2 siblings, 0 replies; 6+ messages in thread
From: wlharvey4 @ 2020-11-20  7:01 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

Hmm, I restarted Emacs, and the variables show up.  My apologies.  I upgraded a day or two ago, but didn’t restart until now.

Wesley

> 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Removed variables  ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’
  2020-11-20  6:24   ` wlharvey4
@ 2020-11-20  7:01     ` Tim Cross
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Cross @ 2020-11-20  7:01 UTC (permalink / raw)
  To: emacs-orgmode


As another data point, they seem to be there for me - at least when I do
search for describe variable.

Emacs Version: GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.23, cairo version 1.16.0) of 2020-11-19
Org Version: Org mode version 9.4 (9.4-41-g9bb930-elpaplus @ /home/tim/.emacs.d/elpa/28.0/develop/org-plus-contrib-20201116/)

Tim

wlharvey4@mac.com writes:

> 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


--
Tim Cross


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-20  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  0:51 Removed variables ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’ wlharvey4
2020-11-20  4:28 ` Kyle Meyer
2020-11-20  6:24   ` wlharvey4
2020-11-20  7:01     ` Tim Cross
2020-11-20  6:32   ` wlharvey4
2020-11-20  7:01   ` wlharvey4

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).