From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#32068: 26.1; problem with org-agenda and categories Date: Sat, 07 Jul 2018 13:05:53 +0200 Message-ID: <87sh4vjofi.fsf@nicolasgoaziou.fr> References: <86tvpdnqcp.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> <83efggnbib.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbl2R-0007XC-7H for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 07:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbl2Q-0003Rt-7C for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 07:06:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbl2Q-0003Rk-2u for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 07:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fbl2P-0006zY-Or for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 07:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83efggnbib.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 06 Jul 2018 09:06:52 +0300") 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: Eli Zaretskii Cc: 32068@debbugs.gnu.org, rrandresf@gmail.com Hello, Eli Zaretskii 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