From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Commenting a diary sexp line?? Date: Sat, 23 Jul 2011 01:15:05 +0000 (UTC) Message-ID: <87ei1inmwh.fsf@mean.albasani.net> References: <87y5zukegv.fsf@googlemail.com> <87ei1i1lfl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkQoJ-0004W9-Uj for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 21:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkQoI-0002br-P6 for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 21:15:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:53662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkQoI-0002bZ-IX for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 21:15:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QkQoG-0004Nc-Ln for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 03:15:16 +0200 Received: from e178204019.adsl.alicedsl.de ([85.178.204.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 03:15:16 +0200 Received: from gegendosenfleisch by e178204019.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 03:15:16 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org suvayu ali writes: > On Fri, Jul 22, 2011 at 3:42 PM, Bastien wrote: >> I think you can already >> set up your custom agenda views to ignore COMMENT headlines. > > Could you point me to it? I did an apropos search for "org agenda > ignore" but all I could find was ignoring based on timestamps. ,---- | org-agenda-skip-comment-trees is a variable defined in `org-agenda.el'. | Its value is t | | Documentation: | Non-nil means skip trees that start with the COMMENT keyword. | When nil, these trees are also scanned by agenda commands. `---- ? Memnon