From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#32068: 26.1; problem with org-agenda and categories Date: Fri, 06 Jul 2018 09:06:52 +0300 Message-ID: <83efggnbib.fsf@gnu.org> References: <86tvpdnqcp.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbJta-0004y8-BN for emacs-orgmode@gnu.org; Fri, 06 Jul 2018 02:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbJtW-0008E4-Jy for emacs-orgmode@gnu.org; Fri, 06 Jul 2018 02:07:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbJtW-0008DX-GR for emacs-orgmode@gnu.org; Fri, 06 Jul 2018 02:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fbJtW-0001gV-Ap for emacs-orgmode@gnu.org; Fri, 06 Jul 2018 02:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <86tvpdnqcp.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> (rrandresf@gmail.com) 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: rrandresf@gmail.com Cc: 32068@debbugs.gnu.org > From: rrandresf@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.