Opened 5 years ago
Last modified 4 years ago
#5 new defect
Marking a task sometimes (very rarely) puts it at the end of the previous line
Reported by: | dsowen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
Note: See
TracTickets for help on using
tickets.
Org Mode also uses overlays in the agenda buffer. It can do this to hide tasks that it considers blocked. An example would be this outline:
"Task" would be inserted into the agenda buffer, but hidden with an overlay. Additionally, it will miss most of the other text properties that Org uses for visible tasks.
The following buffer-wide properties are set:
The following properties are set for the task in an overlay:
A normal task looks like this (not in an overlay):
These blocked tasks with only overlay properties confuse the code that looks for tasks preceding a marked task.