[SOLVED] Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-11 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >>> we are entering the territory of Emacs >>> build-dependent bugs... >> >>> My best suggestion then is going to >>> org-element.el and changing "(version< emacs-version "29")" to "t". >> >> I used this method, found the problem is gon

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-10 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> we are entering the territory of Emacs >> build-dependent bugs... > >> My best suggestion then is going to >> org-element.el and changing "(version< emacs-version "29")" to "t". > > I used this method, found the problem is gone. Thanks! So much for the idea of

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-09 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I use your reproduce steps, confirmed the problem exist. The headline does > not appear. > > 1. Run emacs -Q -L ./lisp ~/org-persist-test.org > 2. M-x org-agenda > 3. < a (set restriction to current buffer and run normal weekly agenda) > > My Emacs version: GNU E

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-09 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I use your reproduce steps, confirmed the problem exist. The headline does > not appear. > > 1. Run emacs -Q -L ./lisp ~/org-persist-test.org > 2. M-x org-agenda > 3. < a (set restriction to current buffer and run normal weekly agenda) > > My Emacs version: GNU E

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-09 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> Here is my reproduce environment: >> >> Reproduce test with =emacs -Q= >> >> #+begin_src shell :eval no >> emacs -Q -l ~/.config/emacs/minimal-org-init.el ~/org-persist-test.org >> #+end_src >> >> #+begin_src org :tangle "~/org-persis

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Ihor Radchenko
"Christopher M. Miles" writes: > Here is my reproduce environment: > > Reproduce test with =emacs -Q= > > #+begin_src shell :eval no > emacs -Q -l ~/.config/emacs/minimal-org-init.el ~/org-persist-test.org > #+end_src > > #+begin_src org :tangle "~/org-persist-test.org" > ,* LEARN 🅰 Clojure Web

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I git bisected org-mode source code, and found the commits after >> "410afd6f374e9" caused org-agenda >> does not display scheduled and deadline tasks. Also affects org-contacts >> completion get contacts >> email property. >> >> I'

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I git bisected org-mode source code, and found the commits after > "410afd6f374e9" caused org-agenda > does not display scheduled and deadline tasks. Also affects org-contacts > completion get contacts > email property. > > I'm using the latest commit "dc4b2772e

[BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Christopher M. Miles
I git bisected org-mode source code, and found the commits after "410afd6f374e9" caused org-agenda does not display scheduled and deadline tasks. Also affects org-contacts completion get contacts email property. I'm using the latest commit "dc4b2772e". I use bug-hunter extension to test my Ema