> From: rrandr...@gmail.com > Date: Fri, 06 Jul 2018 00:46:14 +0000 > > > 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? Thanks.