mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-04 08:47:03 +00:00
org-clock: Remove handling for illicit :scope values
* lisp/org-clock.el (org-dblock-write:clocktable): :scope is not meant to be a s-exp, so don't use `eval' on it.
This commit is contained in:
parent
ba4831bba8
commit
3bfbd26acd
@ -2381,8 +2381,6 @@ the currently selected interval size."
|
||||
|
||||
;; Get the right scope
|
||||
(cond
|
||||
((and scope (listp scope) (symbolp (car scope)))
|
||||
(setq scope (eval scope)))
|
||||
((eq scope 'agenda)
|
||||
(setq scope (org-agenda-files t)))
|
||||
((eq scope 'agenda-with-archives)
|
||||
|
Loading…
Reference in New Issue
Block a user