emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]
@ 2013-01-05 10:26 Renger van Nieuwkoop
  2013-01-05 10:57 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Renger van Nieuwkoop @ 2013-01-05 10:26 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

Hi

When I refresh my agenda view after updating some tasks, I get the

following message:

org-entry-blocked-p: Invalid function:

org-with-buffer-modified-unmodified



Any idea why? Thanks

Renger





Emacs  : GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601)

of 2012-08-29 on MARVIN

Package: Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)



current state:

==============

(setq

org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil)

                     (dot org-export-blocks-format-dot nil))

org-agenda-log-mode-items '(state)

org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)

org-src-fontify-natively t

org-list-demote-modify-bullet '(("+" . "-") ("*" . "-") ("1." . "-") ("1)" . "-"))

org-agenda-todo-ignore-scheduled 'future

org-stuck-projects '("" nil nil "")

org-export-preprocess-before-backend-specifics-hook '(org-inlinetask-export-handler)

org-clock-in-resume t

org-agenda-skip-scheduled-if-done t

org-clock-persist t

org-archive-location "%s_archive::* Archived Tasks"

org-agenda-window-setup 'current-window

org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)

org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)

org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5))

org-modules '(org-id org-habit org-inlinetask)

org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change)

org-agenda-custom-commands '(("r" "Refile New Notes and Tasks" tags "LEVEL=2+REFILE"

                               ((org-agenda-todo-ignore-with-date nil) (org-agenda-todo-ignore-deadlines nil) (org-agenda-todo-ignore-scheduled nil)

                                (org-agenda-overriding-header "Tasks to Refile"))

                               )

                              ("s" "Agenda with Habits as separated view"

                               ((agenda "HABIT"

                                 ((org-agenda-overriding-header "Habits") (org-agenda-entry-types (quote (:scheduled)))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) ":STYLE:.*habit"))))

                                 )

                                )

                               )

                              ("n" "Agenda with Next and Goals as separated view"

                               ((agenda ""

                                 ((org-habit-show-habits nil) (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote regexp) "GOAL")))))

                                (tags-todo "-WAIT/!MIT"

                                 ((org-agenda-overriding-header "Most important tasks for the day")

                                  (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-todo-ignore-scheduled t)

                                  (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!NEXT"

                                 ((org-agenda-overriding-header "Next Tasks Priority High") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!NEXT"

                                 ((org-agenda-overriding-header "Next Tasks Priority Middle") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!NEXT"

                                 ((org-agenda-overriding-header "Next Tasks Prioritiy Low") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Weekly Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Mid term Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

                                 (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Long term Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

                                  (org-tags-match-list-sublevels t))

                                 )

                                )

                               )

                              ("g" "Agenda with Goals as separated view"

                               ((agenda ""

                                 ((org-habit-show-habits nil) (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote regexp) "GOAL")))))

                                (tags-todo "-WAIT/!MIT"

                                 ((org-agenda-overriding-header "Most important tasks for the day")

                                  (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-todo-ignore-scheduled t)

                                  (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Weekly Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Mid term Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

                                 (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                (tags-todo "-WAIT/!GOAL"

                                 ((org-agenda-overriding-header "Long term Goals") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

                                  (org-tags-match-list-sublevels t))

                                 )

                                )

                               )

                              ("h" "Agenda with habits"

                               ((agenda "" ((org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote regexp) "GOAL")))))))

                              ("R" "Reading" tags-todo "-WAIT-CANCELLED/!READING" ((org-agenda-overriding-header "Reading list")))

                              ("w" "Next" tags-todo "-NEXT/!WAIT" ((org-agenda-overriding-header "Waiting")))

                              ("p" "Week plan"

                               ((agenda "" nil) (tags-todo "Monday" ((org-agenda-overriding-header "Monday")))

                                (tags-todo "Tuesday" ((org-agenda-overriding-header "Tuesday")))

                                (tags-todo "Wednesday" ((org-agenda-overriding-header "Wednesday")))

                                (tags-todo "Thursday" ((org-agenda-overriding-header "Thursday")))

                                (tags-todo "Friday" ((org-agenda-overriding-header "Friday")))

                                (tags-todo "Saturday" ((org-agenda-overriding-header "Saturday")))

                                (tags-todo "Sunday" ((org-agenda-overriding-header "Sunday"))))

                               )

                              ("s" "Agenda"

                               ((agenda "" nil)

                                (tags-todo "-WAIT/!NEXT"

                                 ((org-agenda-overriding-header "Next Tasks") (org-agenda-skip-function (quote skip-projects-and-habits))

                                  (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

                                  (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t))

                                 )

                                )

                               nil)

                             ("d" "Upcoming deadlines" agenda ""

                               ((org-agenda-time-grid nil) (org-deadline-warning-days 365) (org-agenda-entry-types (quote (:deadline)))))

                              ("#" "Stuck Projects" tags-todo "-CANCELLED/!"

                               ((org-agenda-overriding-header "Stuck Projects") (org-agenda-skip-function (quote skip-non-stuck-projects))))

                              )

org-agenda-before-write-hook '(org-agenda-add-entry-text)

org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)

org-src-window-setup 'current-window

org-show-following-heading t

org-clone-delete-id t

org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)

org-agenda-restore-windows-after-quit t

org-babel-pre-tangle-hook '(save-buffer)

org-occur-hook '(org-first-headline-recenter)

org-font-lock-hook '(org-inlinetask-fontify)

org-export-interblocks '((src org-babel-exp-non-block-elements))

org-agenda-auto-exclude-function 'org-auto-exclude-function

org-agenda-insert-diary-extract-time t

org-refile-target-verify-function 'verify-refile-target

org-cycle-separator-lines 0

org-speed-commands-user '(("0" . ignore) ("1" . ignore) ("2" . ignore) ("3" . ignore) ("4" . ignore) ("5" . ignore) ("6" . ignore) ("7" . ignore)

                           ("8" . ignore) ("9" . ignore) ("a" . ignore) ("d" . ignore) ("h" . hide-other)

                           ("i" progn (forward-char 1) (call-interactively (quote org-insert-heading-respect-content)))

                           ("k" . org-kill-note-or-show-branches) ("l" . ignore) ("m" . ignore) ("q" . show-org-agenda) ("r" . ignore)

                           ("s" . org-save-all-org-buffers) ("w" . org-refile) ("x" . ignore) ("y" . ignore) ("z" . org-add-note) ("A" . ignore)

                           ("B" . ignore) ("E" . ignore) ("F" . restrict-to-file-or-follow) ("G" . ignore) ("H" . ignore) ("J" . org-clock-goto)

                           ("K" . ignore) ("L" . ignore) ("M" . ignore) ("N" . narrow-to-subtree) ("P" . narrow-to-project) ("Q" . ignore) ("R" . ignore)

                           ("S" . ignore) ("T" . org-todo) ("U" . narrow-up-one-level) ("V" . ignore) ("W" . widen) ("X" . ignore) ("Y" . ignore)

                           ("Z" . ignore))

org-habit-graph-column 60

org-agenda-text-search-extra-files '(agenda-archives)

org-clock-history-length 36

org-deadline-warning-days 7

org-insert-heading-hook '(insert-heading-inactive-timestamp)

org-log-done 'time

org-refile-allow-creating-parent-nodes 'confirm

org-clock-out-remove-zero-time-clocks t

org-agenda-skip-timestamp-if-done t

org-metaup-hook '(org-babel-load-in-session-maybe)

org-reveal-start-hook '(org-decrypt-entry)

org-confirm-elisp-link-function 'yes-or-no-p

org-agenda-compact-blocks t

org-catch-invisible-edits 'error

org-export-latex-format-toc-function 'org-export-latex-format-toc-default

org-log-into-drawer "LOGBOOK"

org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM"

org-alphabetical-lists t

org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)

org-show-siblings nil

org-crypt-disable-auto-save nil

org-agenda-span 'day

org-agenda-cmp-user-defined 'agenda-sort

org-agenda-todo-ignore-deadlines 'far

org-clock-in-hook '(mark-next-parent-tasks-todo)

org-edit-src-content-indentation 0

org-refile-use-outline-path 'file

org-blank-before-new-entry '((heading) (plain-list-item))

org-treat-S-cursor-todo-selection-as-state-change nil

org-agenda-persistent-filter t

org-global-properties '(("STYLE_ALL" . "habit"))

org-clock-out-hook '(org-clock-remove-empty-clock-drawer clock-out-maybe)

org-completion-use-ido t

org-crypt-key "F0B66B40"

org-use-speed-commands t

org-agenda-include-diary t

org-agenda-skip-deadline-if-done t

org-yank-adjusted-subtrees t

org-enforce-todo-dependencies t

org-export-first-hook '(org-beamer-initialize-open-trackers)

org-mode-hook '(#[nil "\300\301\302\303\304$\207" [add-hook before-save-hook org-encrypt-entries nil t] 5] org-clock-load turn-on-org-cdlatex

                 #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5]

                 #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]

                 org-babel-result-hide-spec org-babel-hide-all-hashes #[nil "\300\301!\207" [abbrev-mode 1] 2]

                 (lambda nil (org-defkey org-mode-map "[" (quote undefined)) (org-defkey org-mode-map "]" (quote undefined))

                  (org-defkey org-mode-map ";" (quote undefined)))

                 #[nil "\300\301\302\"\207" [local-set-key [3 134217839] mail-subtree] 3])

org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file . find-file))

org-special-ctrl-a/e 'reversed

org-clock-into-drawer t

org-show-hierarchy-above t

org-agenda-start-on-weekday nil

org-table-export-default-format "orgtbl-to-csv"

org-agenda-mode-hook '((lambda nil (hl-line-mode 1)) (lambda nil (org-defkey org-agenda-mode-map "W" (quote widen)))

                        (lambda nil (org-defkey org-agenda-mode-map "F" (quote restrict-to-file-or-follow)))

                        (lambda nil (org-defkey org-agenda-mode-map "N" (quote narrow-to-subtree)))

                        (lambda nil (org-defkey org-agenda-mode-map "U" (quote narrow-up-one-level)))

                        (lambda nil (org-defkey org-agenda-mode-map "P" (quote narrow-to-project)))

                        (lambda nil (org-defkey org-agenda-mode-map "V" (quote view-next-project)))

                        (lambda nil (org-defkey org-agenda-mode-map "<" (quote set-agenda-restriction-lock)))

                        #[nil "\301\b\302\303#\207" [org-agenda-mode-map define-key "q" bury-buffer] 4])

org-tags-exclude-from-inheritance '("crypt")

org-directory "d:/daten/dropbox/org"

org-read-date-prefer-future nil

org-from-is-user-regexp nil

org-time-stamp-rounding-minutes '(1 1)

org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists)

org-remove-highlights-with-change nil

org-clock-persist-query-resume nil

org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)

org-clock-in-switch-to-state 'clock-in-to-next

org-metadown-hook '(org-babel-pop-to-session-maybe)

org-agenda-skip-additional-timestamps-same-entry t

org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "WAIT(w)" "MIT(m)" "SOMEDAY(s)" "HABIT(h)" "Cancelled(c)" "GOAL(w)" "READING(r)" "DONE(d)"))

org-special-ctrl-k t

org-startup-folded 'content

org-startup-indented t

org-agenda-time-grid '((daily today remove-match) #("----------------" 0 16 (org-heading t)) (830 1000 1200 1300 1500 1700))

org-agenda-files '("d:/daten/dropbox/org")

org-drawers '("PROPERTIES" "LOGBOOK")

org-clock-report-include-clocking-task t

org-clock-sound "/usr/local/lib/tngchime.wav"

org-file-apps '((auto-mode . emacs) ("\\.mm\\'" . system) ("\\.x?html?\\'" . system) ("\\.pdf\\'" . system))

org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)

org-after-todo-state-change-hook '(org-clock-out-if-current mark-next-parent-tasks-todo)

org-todo-keyword-faces '(("TODO" :background "lightblue" :foreground "blue" :weight bold) ("NEXT" :background "lightblue" :foreground "red" :weight bold)

                          ("WAIT" :foreground "orange" :weight bold) ("DONE" :foreground "forest green" :weight bold)

                          ("MIT" :foreground "orange" :weight bold) ("HABIT" :foreground "goldenrod" :weight bold)

                          ("PHONE" :foreground "forest green" :weight bold) ("Cancelled" :background "lightblue" :foreground "red" :weight bold)

                          ("REAING" :background "lightblue" :foreground "red" :weight bold) ("SOMEDAY" :foreground "red" :weight bold))

org-agenda-tags-column -102

org-confirm-shell-link-function 'yes-or-no-p

)

[-- Attachment #2: Type: text/html, Size: 65647 bytes --]

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

* Re: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]
  2013-01-05 10:26 Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)] Renger van Nieuwkoop
@ 2013-01-05 10:57 ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2013-01-05 10:57 UTC (permalink / raw)
  To: Renger van Nieuwkoop; +Cc: emacs-orgmode@gnu.org

Hi Renger,

Renger van Nieuwkoop <renger@vannieuwkoop.ch> writes:

> Any idea why? Thanks

What does C-h f org-with-buffer-modified-unmodified RET produces?

-- 
 Bastien

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

* Re: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]
@ 2013-01-05 11:52 Renger van Nieuwkoop
  2013-01-05 12:07 ` Achim Gratz
  0 siblings, 1 reply; 4+ messages in thread
From: Renger van Nieuwkoop @ 2013-01-05 11:52 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Here is the bug track

Debugger entered--Lisp error: (invalid-function org-with-buffer-modified-unmodified)
  org-with-buffer-modified-unmodified(nil)
  org-entry-blocked-p()
  org-agenda-dim-blocked-tasks()
  org-agenda-finalize()
  byte-code("\b\206)

and the information from C-h f org-with-buffer-modified-unmodified RET produces
org-with-buffer-modified-unmodified is a Lisp macro in `org-macs.el'.

(org-with-buffer-modified-unmodified &rest BODY)

Run BODY while preserving the buffer's `buffer-modified-p' state.

Cheers
Renger


-----Ursprüngliche Nachricht-----
Von: Bastien Guerry [mailto:bastienguerry@gmail.com] Im Auftrag von Bastien
Gesendet: Samstag, 5. Januar 2013 11:58
An: Renger van Nieuwkoop
Cc: emacs-orgmode@gnu.org
Betreff: Re: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]

Hi Renger,

Renger van Nieuwkoop <renger@vannieuwkoop.ch> writes:

> Any idea why? Thanks

What does C-h f org-with-buffer-modified-unmodified RET produces?

-- 
 Bastien

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

* Re: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]
  2013-01-05 11:52 Renger van Nieuwkoop
@ 2013-01-05 12:07 ` Achim Gratz
  0 siblings, 0 replies; 4+ messages in thread
From: Achim Gratz @ 2013-01-05 12:07 UTC (permalink / raw)
  To: emacs-orgmode

Renger van Nieuwkoop writes:
> Here is the bug track
>
> Debugger entered--Lisp error: (invalid-function org-with-buffer-modified-unmodified)
>   org-with-buffer-modified-unmodified(nil)
>   org-entry-blocked-p()
>   org-agenda-dim-blocked-tasks()
>   org-agenda-finalize()
>   byte-code("\b\206)
>
> and the information from C-h f org-with-buffer-modified-unmodified RET produces
> org-with-buffer-modified-unmodified is a Lisp macro in `org-macs.el'.

> [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)]

Re-install the package from ELPA from "emacs -Q" — that prevents your
startup file pulling in an older version of Org before compiling the new
version.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

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

end of thread, other threads:[~2013-01-05 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-05 10:26 Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)] Renger van Nieuwkoop
2013-01-05 10:57 ` Bastien
  -- strict thread matches above, loose matches on Subject: below --
2013-01-05 11:52 Renger van Nieuwkoop
2013-01-05 12:07 ` Achim Gratz

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).