From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-search-view skips over commented subtrees Date: Tue, 07 May 2013 12:36:02 +0200 Message-ID: <87k3nb6oyl.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfbN-00033S-NH for emacs-orgmode@gnu.org; Tue, 07 May 2013 06:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZfbK-0002Mz-Qa for emacs-orgmode@gnu.org; Tue, 07 May 2013 06:58:33 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:64087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfbK-0002Mn-LJ for emacs-orgmode@gnu.org; Tue, 07 May 2013 06:58:30 -0400 Received: by mail-wg0-f47.google.com with SMTP id e11so455792wgh.14 for ; Tue, 07 May 2013 03:58:29 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 5 May 2013 15:45:14 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, Samuel Wales writes: > However, the COMMENT keyword on a headline stops results from showing. > This is not desired. It is also inconsistent with commented lines. > > I strongly prefer for all matches to show up, whether commented or > not. However, in principle there could be an option to not match > anything that is commented. If such an option is desired, however, I > suggest the safer value of nil as a default. There is such an option: (setq org-agenda-skip-comment-trees nil) It defaults to `t' which I think is a good default. HTH, -- Bastien