From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: "COMMENT" keyword not properly documented in the manual Date: Mon, 09 Jan 2017 00:51:44 +0100 Message-ID: <87d1fxyusv.fsf@nicolasgoaziou.fr> References: <22638.29899.634767.904773@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQNFe-0003DW-Vl for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 18:51:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQNFb-0000VY-Uj for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 18:51:51 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:44934) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQNFb-0000VT-OL for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 18:51:47 -0500 In-Reply-To: <22638.29899.634767.904773@frac.u-strasbg.fr> (Alain Cochard's message of "Thu, 5 Jan 2017 17:31:07 +0100") 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" To: Alain.Cochard@unistra.fr Cc: emacs-orgmode@gnu.org Hello, Alain.Cochard@unistra.fr writes: > Unaware that "COMMENT" was a specific org string, It is special only at the beginning of a headline (but past TODO keyword and priority cookie, if any). > I had used it at the beginning of a headline, resulting in biased tag > and string searches ('C-c a m' or 'C-c a s'). (I was unlucky: the > color of the headline was the same as the COMMENT's, so I did not > notice anything strange.) I think I finally understood, and found > about the org-agenda-skip-comment-trees variable, but... [...] > So it seems to me that something about "COMMENT" should be said at > some place(s) in the "Agenda views" section. Considering COMMENT is primarily export related, one option would be to make `org-agenda-skip-comment-trees' to nil as a default. In this case, it might not even be necessary to document this variable in the manual. WDYT? -- Nicolas Goaziou