From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: comment section with latex_header Date: Thu, 26 Mar 2015 21:14:32 +0100 Message-ID: <87pp7vldnb.fsf@nicolasgoaziou.fr> References: <87d23znv5a.fsf@nicolasgoaziou.fr> <55110E84.3060408@roklein.de> <87zj72n5xk.fsf@nicolasgoaziou.fr> <86d23y3gxi.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbEAv-0004sL-NI for emacs-orgmode@gnu.org; Thu, 26 Mar 2015 16:14:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbEAr-0002Rv-MM for emacs-orgmode@gnu.org; Thu, 26 Mar 2015 16:14:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:35289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbEAr-0002P4-FY for emacs-orgmode@gnu.org; Thu, 26 Mar 2015 16:14:41 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YbEAT-00068n-HY for emacs-orgmode@gnu.org; Thu, 26 Mar 2015 21:14:17 +0100 In-Reply-To: <86d23y3gxi.fsf@example.com> (Sebastien Vauban's message of "Tue, 24 Mar 2015 10:04:09 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Sebastien Vauban writes: > Can't we say that a COMMENT'ed subtree is like having all of its > contents commented, line by line? IOW, nothing "accessible"? There is, at least, one problem. Comments are always comments (really). However COMMENT keyword is only active during export. That means the behaviour will differ unexpectedly when exporting a document, as reported by Robert Klein. Anyway, anything is possible as long as it is clearly documented. Regards,