Henrik Frisk <[email protected]> writes: > If I do C-c a s to search my agenda for key words I get a list of matches. > I can press F to enter follow mode where I see the agenda entry for the > match. Is there a simple way to instead see the match in agenda view, for > example see a day view of the agenda where the current match is scheduled?
Unless I misunderstand what you want (display agenda for scheduled date instead of entry text), there is not ready-to-use toggle. You can consider advising `org-agenda-do-context-action' function to hack something. Also, in follow mode, if you click on a timestamp in entry, it will show agenda for the clicked timestamp date. Not sure if it is what you want though. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
