From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niall Dooley Subject: Bug: org-agenda-span value not quoted via customize interface Date: Wed, 30 Aug 2017 13:00:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn1gT-0008FV-OO for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 08:01:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dn1gO-0002Iq-7g for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 08:01:25 -0400 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]:35008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dn1gO-0002H3-41 for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 08:01:20 -0400 Received: by mail-qt0-x232.google.com with SMTP id x36so26094390qtx.2 for ; Wed, 30 Aug 2017 05:01:18 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi all, This is my first mail to this list so please tell me if I haven't followed the expected conventions. I created the following org-agenda-custom-command via the customise interface '(org-agenda-custom-commands (quote (("A" "Priority #A tasks" agenda "" ((org-agenda-span day) (org-agenda-overriding-header "Today's priority #A tasks: ") (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notregexp) "\\=3D.*\\[#A\\]")))))))) I receive the following error: Symbol=E2=80=99s value as variable is void: day The default value of week seems to be quoted. Manually, quoting the value day in the above snippet resolves the error. So it just seems like choosing a value through the available choices in the customise interface does not automatically quote the choice. Regards, Niall Emacs : GNU Emacs 25.2.1 (i686-w64-mingw32) of 2017-04-24 Package: Org mode version 9.0.9 (9.0.9-68-g492420-elpaplus @ d:/.emacs.d/elpa/org-plus-contrib-20170807/)