Re: [PATCH] Silently remove lockfiles from org-agenda-files

2024-02-01 Thread Ihor Radchenko
Joseph Turner writes: >> I feel slightly reluctant about this patch: >> ... > > Yes, I think you're right. Thanks for your caution :) Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] Silently remove lockfiles from org-agenda-files

2024-01-31 Thread Joseph Turner
Hi Ihor, Ihor Radchenko writes: > Joseph Turner writes: > >> My Emacs setup broke today due to the presence of a lockfile inside >> "~/.local/share/org/todo". I use EXWM, and I show org-agenda on startup: >> >> (add-hook 'after-init-hook >> (lambda () (org-agenda nil "t"))) >> (set

Re: [PATCH] Silently remove lockfiles from org-agenda-files

2024-01-19 Thread Ihor Radchenko
Joseph Turner writes: > My Emacs setup broke today due to the presence of a lockfile inside > "~/.local/share/org/todo". I use EXWM, and I show org-agenda on startup: > > (add-hook 'after-init-hook > (lambda () (org-agenda nil "t"))) > (setq initial-buffer-choice (lambda () (get-buff

[PATCH] Silently remove lockfiles from org-agenda-files

2024-01-18 Thread Joseph Turner
My configuration contains the equivalent of (setopt org-agenda-files (directory-files-recursively "~/.local/share/org/todo" ".org$")) My Emacs setup broke today due to the presence of a lockfile inside "~/.local/share/org/todo". I use EXWM, and I show org-agenda on startup: (add-hook 'af