OrgMode Agenda empty if one of files is missing from the org-agenda-files

2023-12-03 Thread Ali M.
Hi ,
This is a repost, the first i sent this to the mailing list i
wasnt subscribed so it is pending review, but it's been almost a week, so i
sending this again after i subscribed

If a file added on my agenda list is deleted, Org Mode Agenda list comes
back empty

For example, my org agenda has two files
 '(org-agenda-files
   '("c:/dev/projects/one/one.org"  "c:/dev/projects/two/two.org"  ))

Now I deleted folder two , so the folder  c:/dev/projects/two/ and its
content is also deleted

Now when I try C-ca and select any of the option to list my scheduled todos
I get an empty *Org Agenda* buffer

Removing the deleted folder from my org-agenda-files, fixes the issue

I think the Agenda buffer should still show me the todo items from the
available files, and maybe just warn me about the delete file, or at least
show nothing, but warn me about the issue

Thanks
Ali


oeg-add-note and double backslash ?

2023-12-03 Thread David Masterson
org-add-note puts a '\\' at the end of the first line.  Is it expected
the user will put '\\' at the end of each line of a multiline note
(except the last line)?  Why is this done?

-- 
David Masterson



[BUG] Hard lockup on org-display-inline-images

2023-12-03 Thread JD Smith
Eli and I recently patched a problem 
 with pixel position 
reporting with inline images (which I had discovered in a large org buffer with 
latex-preview).  With this patch installed, now on master as of this evening, 
org-display-inline-images freezes emacs when a larger image is included in an 
org file, if org-indent is enabled. 

I’ve confirmed such images are fine in regular buffers by text-property or 
overlay, so I suspect this is a “revealed bug” in org-indent or the element 
cache.

Org 9.6.11

Thanks for your work on org!