Hello, Eli Zaretskii <e...@gnu.org> writes:
>> When evaluating the snippet below: >> --8<---------------cut here---------------start------------->8--- >> (eval-after-load "org" >> '(progn >> ;;;; overwrite some settings >> (setq org-startup-folded nil ;unfolded >> org-agenda-show-all-dates t >> org-confirm-elisp-link-function nil ;; 4 the scratch call >> org-agenda-include-diary t >> org-agenda-include-all-todo t >> ) >> (when (file-directory-p "~/docs/org/deft/") >> (setq org-agenda-files (directory-files "~/docs/org/deft/" t >> ".*agendatest\.org$")) >> ) >> (define-key org-mode-map (kbd "M-a") nil) >> )) >> >> (require 'org) >> >> (funcall 'org-agenda-list) >> --8<---------------cut here---------------end--------------->8--- >> >> I am getting (which is not fine): > > Did you report this to the Org developers? If so, and if they said > this is a core Emacs bug, could you please point us to the relevant > discussions with Org developers? It doesn't look like a bug. The OP may have missed `org-agenda-time-grid' variable. I suggest to close this bug, if the OP doesn't object to it. Regards, -- Nicolas Goaziou