Re: [Orgmode] [PATCH] Fix "Not on a heading" error when setting priority inside a task

2009-08-02 Thread Bastien
Bernt Hansen writes: > Changing the priority of a task when the point is after the heading > (anywhere inside the task) worked but aligning the tags failed with > a not on a heading error due to the save-excursion not including > the tag alignment. This change moves back to the heading and > inc

[Orgmode] [PATCH] Fix "Not on a heading" error when setting priority inside a task

2009-08-02 Thread Bernt Hansen
Changing the priority of a task when the point is after the heading (anywhere inside the task) worked but aligning the tags failed with a not on a heading error due to the save-excursion not including the tag alignment. This change moves back to the heading and includes that during tag alignment t