emacs-orgmode
[Top][All Lists]
Advanced

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

[O] bug#29694: Quoting of consts in org-agenda-custom-commands-local-opt


From: Glenn Morris
Subject: [O] bug#29694: Quoting of consts in org-agenda-custom-commands-local-options
Date: Wed, 13 Dec 2017 14:14:56 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: org-mode

In code like

(defcustom ...
  :type '(const some-constant))

it's a mistake to write 'some-constant.

So I'm guessing that various instances of quoted consts in
org-agenda-custom-commands-local-options are a mistake. Eg

(const :tag "scheduled" 'scheduled)

etc





reply via email to

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