From: Ihor Radchenko <yantar92@gmail.com>
To: steve-humphreys@gmx.com, Org-Mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Possible problem with org-agenda-time-grid
Date: Sat, 12 Dec 2020 10:23:47 +0800 [thread overview]
Message-ID: <87v9d7bw3w.fsf@localhost> (raw)
In-Reply-To: <trinity-127c658e-f687-409c-8f93-3bc9105fc7ec-1607704682654@3c-app-mailcom-bs06>
steve-humphreys@gmx.com writes:
> (setq tm '(number-sequence 800 2000 100))
> (setq org-agenda-time-grid '((today daily require-timed) 'tm
> "" "----------------"))
You need
(setq tm (number-sequence 800 2000 100))
(setq org-agenda-time-grid `((today daily require-timed) ,tm
"" "----------------"))
See manual page "10 Evaluation" for details. Specifically, you need to
read 10.3 Quoting and 10.4 Backquote
Best,
Ihor
prev parent reply other threads:[~2020-12-12 2:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-11 16:38 Possible problem with org-agenda-time-grid steve-humphreys
2020-12-12 2:23 ` Ihor Radchenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v9d7bw3w.fsf@localhost \
--to=yantar92@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=steve-humphreys@gmx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).