Hi, I use org-capture to store information (such as appointments), then view them in the agenda. I use RET (org-agenda-switch-to) in the agenda view to modify them. For instance, for an entry like
* TODO Some task SCHEDULED: !<2011-10-11 Tue> , point is at "!", which is inconvenient, because most of the time I want to modify the heading of the entry ("Some task"). A nice place to put the point would be at the %? specifier of org-capture-templates, if specified. Apparently, org-capture does the job of inserting a marker for org-agenda-switch-to to come back to, so it should be able to figure out if %? was specified, and if yes, where. I couldn't manage to do it, though. Could someone take a look at this?