From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: export comments in LaTeX ? Date: Mon, 22 Nov 2010 16:34:23 -0200 Message-ID: <20101122183423.GK2450@soloJazz.com> References: <87lj4l2pqo.fsf@EVA01.wopr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44335 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKbDx-0003me-Nz for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 13:34:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKbDo-00086E-Gb for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 13:34:45 -0500 Received: from cpoproxy3-pub.bluehost.com ([67.222.54.6]:42062) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PKbDo-00084x-9a for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 13:34:36 -0500 Content-Disposition: inline In-Reply-To: <87lj4l2pqo.fsf@EVA01.wopr.org> 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: e20100633 Cc: emacs-orgmode@gnu.org Hi, Maybe you can easily regexp-replace all 'COMMENT' keywords for a tag (like :noexport:). Then there are header options for tags which should be included / excluded on export. #+EXPORT_SELECT_TAGS: Tags that select a tree for export #+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree from export Regards, .j. On Mon, Nov 22, 2010 at 07:10:55PM +0100, e20100633 wrote: > I have bunch of files in org-mode with comments, and I need to see the > comments in my finals pdfs. For now, I just add them by hand in my .tex > files and I surround them in boxes but it take me hours... > > So maybe there's a way to tell org-mode to treat comments as quotes or > something ?