emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29694: closed (Quoting of consts in org-agenda-cus


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29694: closed (Quoting of consts in org-agenda-custom-commands-local-options)
Date: Wed, 13 Dec 2017 23:42:02 +0000

Your message dated Thu, 14 Dec 2017 00:41:32 +0100
with message-id <address@hidden>
and subject line Re: bug#29694: Quoting of consts in 
org-agenda-custom-commands-local-options
has caused the debbugs.gnu.org bug report #29694,
regarding Quoting of consts in org-agenda-custom-commands-local-options
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29694: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29694
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#29694: Quoting of consts in org-agenda-custom-commands-local-options Date: Thu, 14 Dec 2017 00:41:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Glenn Morris <address@hidden> writes:

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

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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