Re: Repeating task not repeating

2021-08-18 Thread Alan Ristow
This seems like the same issue I was having last month. A patch was posted here: https://orgmode.org/list/87wnpxv1d8.fsf@localhost/ As far as I can see, it has not yet been applied to the official org repo, but I applied the patch manually to my local org and everything has worked fine since.

Re: Repeating task not repeating

2021-08-18 Thread Loris Bennett
Hi Alan, Alan Ristow writes: Thanks for the information. I had a vague feeling I had read something about the problem, but failed to find it again after being away on holiday. Cheers, Loris > This seems like the same issue I was having last month. A patch was posted > here: > > https://orgm

recording the refile commands

2021-08-18 Thread Jean-Daniel
Hello, There are many problems that can be represented by a tree, and the org mode refile UI is actually a good UI to refactor a tree of headings. My idea is to transform my hierarchical data into an org-mode file, and use the refile UI to apply changes to the tree. If the refile actions are recor

Re: Build agenda asynchronously

2021-08-18 Thread Ihor Radchenko
dalanicolai writes: > There was a question on Stack-Exchange if it would be possible to build > *org-agenda* asynchronously. I could not quickly find any good answers > neither in the mailing lists nor anywhere else. There was a proof-of-concept code building agenda using Emacs threads: https://

Re: Repeating task not repeating

2021-08-18 Thread Nick Dokos
Do `M-x org-lint` on your agenda files. It may not solve this problem, but it's always worth trying first, since it's so easy - and it may find other problems that you are unaware of. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one

Re: recording the refile commands

2021-08-18 Thread Samuel Wales
apropos log and refile: org-log-refile On 8/18/21, Jean-Daniel wrote: > Hello, > > There are many problems that can be represented by a tree, and the org mode > refile UI is actually a good UI to refactor a tree of headings. My idea is > to transform my hierarchical data into an org-mode file, an

Suppress org-lint checker (was: Repeating task not repeating)

2021-08-18 Thread Loris Bennett
Hi Nick, Nick Dokos writes: > Do `M-x org-lint` on your agenda files. It may not solve this problem, but > it's always worth trying first, since it's so easy - and it may find other > problems that you are unaware of. org-lint is actually the first thing I reach for when I experience org odditi