Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-25 Thread Jeff Kowalski
While I don't have a fix for the root issue, I did have a chance to create a lint for LOGBOOK duplicates, as you suggested. It can be found here: https://github.com/jeffkowalski/prelude/commit/f44b6041730469ba2094849b60d301cd94a5bed1#diff-3de035eea502a119bcdd40f4adc3d6108d4f337f827358cb236162352568

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-16 Thread Jeff Kowalski
messing up the graphical display of habit records in the agenda. Deleting the duplicates returns the habit display to expected output. I'd be happy to share details of that symptom, but the root cause seems to clearly be the duplicates in the LOGBOOK Jeff Kowalski

Re: [O] Add TODO from external app?

2014-04-03 Thread Jeff Kowalski
I use org-etml to serve pages from within emacs and use a custom capture handler, like this: (defun jeff/capture-handler (request) "Handle REQUEST objects meant for 'org-capture'. GET header should contain a path in form '/capture/KEY/LINK/TITLE/BODY'." (with-slots (process headers) requ

Re: [O] Agenda buffer: 't' key moves current item to window's top line

2013-05-06 Thread Jeff Kowalski
Jeff Kowalski gmail.com> writes: > Bastien altern.org> writes: > > Hi James, > > James Harkins gmail.com> writes: > > > After a recent update, I noticed that the agenda buffer now moves the > > > displayed text when you change an item's TODO s

Re: [O] Agenda buffer: 't' key moves current item to window's top line

2013-05-05 Thread Jeff Kowalski
Bastien altern.org> writes: > > Hi James, > > James Harkins gmail.com> writes: > > > After a recent update, I noticed that the agenda buffer now moves the > > displayed text when you change an item's TODO state using 't'. > > Fixed, thanks! > I'm still seeing the move-to-top bug, as James