Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • (defun some-function () org-agenda-files) with :scope (some-function) doesn't work for me, and isn't mentioned in the docs. Is it still supported? Commented Aug 22, 2017 at 2:31
  • Which version of org-mode do you use? Is any error generated? Commented Aug 22, 2017 at 4:01
  • 1
    Lisp error: (wrong-type-argument stringp some-function). Org mode version 9.0.7 Commented Sep 2, 2017 at 2:24
  • Edited to fix the scope line - that should fix the lisp errors. Commented Apr 21, 2019 at 5:03