From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: FR: date marking in calendar Date: Tue, 04 Mar 2008 16:36:14 -0500 Message-ID: <47CDC0CE.7030909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWeoJ-000611-RE for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 16:36:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWeoH-00060F-LP for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 16:36:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWeoH-00060C-HT for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 16:36:29 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWeoH-0004Sz-3D for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 16:36:29 -0500 Received: by ug-out-1314.google.com with SMTP id a2so2846268ugf.48 for ; Tue, 04 Mar 2008 13:36:26 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hi, If I have (setq mark-holidays-in-calendar t), the calendar window will mark all holidays. I am thinking it will be great if we can mark appointments in org-files. Maybe we can have a command to do the following: 1. Find a subset of headlines using the usual todo, or tag-todo search syntax 2. Extract all active timestamps from those selected headlines and mark them in the calendar Or we can have a function that simply extract all active time stamps from the headlines in an todo/tag-todo search result buffer and mark them in the calendar. We can then do the marking in two steps: 1. Find the headlines using existing org-mode commands 2. In the result buffer, invoke the "org-mark-calendar" function to mark the calendar The marked calendar gives a better overview of things we are interested (appointment in my case), and make it easier to avoid conflicted schedules. Wanrong