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

2018-07-11 Thread andrés ramírez
Hi Nicolas. > > I still think this is a bug. Let me explain You why. > > If you try "M-x org-lint" on your document, you'll discover what is your > problem. In short, your usage of CATEGORY keyword is not possible > anymore. It's a global keyword, like any other keyword. I have tried

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

2018-07-11 Thread rrandr...@gmail.com
Hi Nicolas. I still think this is a bug. Let me explain You why. On my shared on this thread agenda file(jl_diary.agendatest.org). There are several categories on the items for being showed on the org-agenda. But org-mode chooses the last (among the categories) for showing on the agenda. In my

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

2018-07-11 Thread andrés ramírez
Hi Nicolas. > It doesn't look like a bug. The OP may have missed > `org-agenda-time-grid' variable. ¿What is OP?. If I do the same on emacs 25.1 I get the expected behaviour. So something has changed between 25.1 and 26.1. ¿What is the change needed? for having the same result on both emacs

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

2018-07-11 Thread andrés ramírez
Hi Nicolas. > > ¿What is OP?. > > Original poster: you. Thanks for the explanation. > Emacs 25.1 and 26.1 do not ship the same Org. `org-agenda-time-grid' > changed between the two releases. You may want to double-check this > variable. on 25.1 --8<---cut

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

2018-07-11 Thread andrés ramírez
Hi Eli. > > 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? I have just done with org-submit-bug-report Thanks

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

2018-07-09 Thread Nicolas Goaziou
Hello, andrés ramírez writes: > I have tried org-lint it suggest me to use :CATEGORY: property. As I > have done on my example. But still It Does not work. > * the world cup on my agenda > ** groups > :CATEGORY: 0.6groups The correct syntax is ** groups :PROPERTIES:

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

2018-07-08 Thread Nicolas Goaziou
Hello, "rrandr...@gmail.com" writes: > I still think this is a bug. Let me explain You why. > On my shared on this thread agenda file(jl_diary.agendatest.org). > There are several categories on the items for being showed on the > org-agenda. But org-mode chooses the last (among the categories)

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

2018-07-07 Thread Nicolas Goaziou
Hello, andrés ramírez writes: > It is possible for me to have the previous behaviour. on 26.1 > ¿What change should i do?. You can definitely get the previous behaviour, but I cannot remember the change. Just look at the docstring, it is probably straightforward. > I share my agenda among

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

2018-07-07 Thread Nicolas Goaziou
Hello, andrés ramírez writes: >> It doesn't look like a bug. The OP may have missed >> `org-agenda-time-grid' variable. > > ¿What is OP?. Original poster: you. > If I do the same on emacs 25.1 I get the expected behaviour. So > something has changed between 25.1 and 26.1. ¿What is the change

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

2018-07-07 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: rrandr...@gmail.com, 32...@debbugs.gnu.org > Date: Sat, 07 Jul 2018 13:05:53 +0200 > > 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. Thanks. I will wait a

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

2018-07-07 Thread Nicolas Goaziou
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

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

2018-07-06 Thread Eli Zaretskii
> From: rrandr...@gmail.com > Date: Fri, 06 Jul 2018 00:46:14 + > > > When evaluating the snippet below: > --8<---cut here---start->8--- > (eval-after-load "org" > '(progn > overwrite some settings > (setq org-startup-folded nil ;unfolded >