emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug#32068: 26.1; problem with org-agenda and categories


From: Nicolas Goaziou
Subject: [O] bug#32068: 26.1; problem with org-agenda and categories
Date: Sat, 07 Jul 2018 13:05:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Eli Zaretskii <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]