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 17:04:11 +0800

"Christopher M. Miles" <numbchild@gmail.com> 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 Emacs 29.0.50 (build 1, aarch64-apple-darwin21.2.0, NS 
> appkit-2113.20 Version 12.1 (Build 21C52)) of 2021-12-30
> System: M1 macOS Monterey 12.1

Err..

I just tried again with even cleaner environment:
1. cd /tmp
2. git clone git://git.sv.gnu.org/emacs/org-mode.git
3. cd org-mode
4. make cleanall
5. make autoloads
6. emacs -Q -L ./lisp /tmp/bug.org
   with /tmp/bug.org file as attached
7. M-x org-agenda
8. < a

Emacs version: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 
1.16.0) of 2022-01-08

I can still see the headline.

If you can still reproduce, 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".

Best,
Ihor

Attachment: bug.org
Description: Lotus Organizer


reply via email to

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