Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-26 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: An indication that it was scheduled appears in the echo area: , | Scheduled to 2014-05-25 Sun ` But the calendar window remains until you press `C-g'. this is now fixed, thanks! -- Bastien

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-26 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: Here is a small patch for this bug. It works as far as I can tell though it's possible that it introduces other problems or that there's a better solution. The solution was to clean-up `org-move-to-column' directly. It used to do complex

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Hi, Bastien, I've noticed some new issues on maint. Sometimes refreshing with `r' can empty an agenda of all its contents. I'm using sticky agendas and the only way to recover seems to be to kill the agenda buffer and create a new one. Sometimes scheduling in the agenda with `C-c C-s' or

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Here is a small patch for this bug. It works as far as I can tell though it's possible that it introduces other problems or that there's a better solution. From 3181ee87106275bf947324b75054c6e2acb18ed1 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Sun, 25 May 2014 13:40:35

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Hi, Bastien, Here is a recipe for the bug where scheduling hangs. 1. Change the load path entry in `setup.el'. 2. Start Emacs with `emacs -Q -l setup.el'. 3. Open a TODO list with `M-x org-todo-list'. 4. Filter out tag with `C-u / TAB foo RET'. 5. Move point to first item with `C-s todo

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-22 Thread Bastien
Bastien b...@gnu.org writes: Thanks for this new report -- can you apply this patch against maint and see if it works correctly? Not only for the bug at stake, but all kind of agenda filtering, rescheduling, clocking, etc. I've now applied this patch in maint. Let's continue testing this

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-21 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: Here is a recipe for what might be another manifestation of this bug. Thanks for this new report -- can you apply this patch against maint and see if it works correctly? Not only for the bug at stake, but all kind of agenda filtering,

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-20 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: Here is a recipe for what might be another manifestation of this bug. Yes -- something tricky, but I really want to fix this for the next maintainance release. Thanks for the heads up, -- Bastien

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-18 Thread Thomas Morgan
Bisecting shows that the bug (or at least the one involving habits, if that's distinct from the one where items with links disappear except for the links) was introduced by this commit: eb0f8afdf42d696c1dd53d38a10ceaec3ae4c4f3 Author: Bastien Guerry b...@altern.org Date: Thu Apr 17 02:31:23

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Bastien
Hi Thomas, thanks for the bug report. This bug has been showing up and disappearing as this used to be quite an unstable area. But I think I fixed this for good in maint. One use that still needs careful check is when the agenda is filtered, so perhaps you can hunt things from there. Thanks,

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Thomas Morgan
Hi, Bastien, Here is a recipe for what might be another manifestation of this bug. I'm using the maint branch: Org-mode version 8.2.6 (release_8.2.6-21-g3b9419 @ /src/org-mode/lisp/). Files `setup.el' and `test-case.org' are attached. The directory added to the load path in `setup.el' will

[O] Clock-in in agenda makes some headings with links disappear

2014-05-14 Thread Thomas Morgan
Dear Org mode hackers, I came across a bug in Org-mode 8.2.6. I had an overdue TODO item in the agenda with a link at the end of the heading text. I clocked it in with `I' and the heading text disappeared; only the link remained visible on that line in the agenda. This bug was reproducible for