emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-a


From: Ihor Radchenko
Subject: Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks
Date: Sun, 09 Jan 2022 11:57:25 +0800

"Christopher M. Miles" <numbchild@gmail.com> 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 Development Stack [2/12]
>   DEADLINE: <2022-01-01 Sat>
>   :LOGBOOK:
>   - Removed deadline, was "[2018-12-09 Sun]" on [2019-04-13 Sat 11:14]
>   - State "LEARN"      from              [2018-06-01 Fri 09:18]
>   :END:
>
> #+end_src

Thanks! I am still unable to reproduce. However, I was not able to use
your minimal-org-init directly as I do not have ELPA folder.

Also, note that your statement
(org-babel-do-load-languages
 'org-babel-load-languages
 '((emacs-lisp . t)))
may load built-in org

I did the following:
1. go to Org mode source directory
2. create bug.el with the following contents (I tried my best to pull
   important pieces from your minimal init)

(custom-set-variables '(org-modules nil))

(setq org-src-fontify-natively t)

(org-babel-do-load-languages
 'org-babel-load-languages
 '((emacs-lisp . t)))

3. Run emacs -Q -L ./lisp -l ./bug.el ~/org-persist-test.org
4. M-x org-agenda
5. < a (set restriction to current buffer and run normal weekly agenda)
6. The heading is displayed

Can you follow my steps and report what happens?

Best,
Ihor



reply via email to

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