[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] bug#32068: 26.1; problem with org-agenda and categories
From: |
Eli Zaretskii |
Subject: |
[O] bug#32068: 26.1; problem with org-agenda and categories |
Date: |
Fri, 06 Jul 2018 09:06:52 +0300 |
> From: address@hidden
> 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.
- [O] bug#32068: 26.1; problem with org-agenda and categories,
Eli Zaretskii <=
- [O] bug#32068: 26.1; problem with org-agenda and categories, Nicolas Goaziou, 2018/07/07
- [O] bug#32068: 26.1; problem with org-agenda and categories, Eli Zaretskii, 2018/07/07
- [O] bug#32068: 26.1; problem with org-agenda and categories, andrés ramírez, 2018/07/11
- [O] bug#32068: 26.1; problem with org-agenda and categories, Nicolas Goaziou, 2018/07/07
- [O] bug#32068: 26.1; problem with org-agenda and categories, andrés ramírez, 2018/07/11
- [O] bug#32068: 26.1; problem with org-agenda and categories, Nicolas Goaziou, 2018/07/07
- [O] bug#32068: 26.1; problem with org-agenda and categories, address@hidden, 2018/07/11
- [O] bug#32068: 26.1; problem with org-agenda and categories, Nicolas Goaziou, 2018/07/08
- [O] bug#32068: 26.1; problem with org-agenda and categories, andrés ramírez, 2018/07/11
- [O] bug#32068: 26.1; problem with org-agenda and categories, Nicolas Goaziou, 2018/07/09