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,

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: 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:

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

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: > >

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

Repeating task not repeating

2021-08-18 Thread Loris Bennett
Hi, The following MWE * Test repeating task ** My tasks *** TODO Test task SCHEDULED: <2021-08-18 Wed +1w> works fine: * Test repeating task ** My tasks *** TODO Test task SCHEDULED: <2021-08-25 Wed +1w> :PROPERTIES: :LAST_REPEAT: [2021-08-18 Wed 07:50] :END: -