Org-Agenda: Show Weekend Days (only)
问题 I would like to have a custom agenda view in my org agenda, that shows only weekend days. For example, when I open [m]onth view (M-x org-agenda a v m), I see the current month. I would like to hide the work days and show weekend days only. How can I do that? 回答1: Here is an interactive function that shows the agenda for the current or upcoming weekend: (defun org-next-weekend-agenda () "Produce an agenda view for the current or upcoming weekend from all files in variable `org-agenda-files'."