From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Re: How to include comments on export? org-exp-blocks.el? Date: Mon, 24 Oct 2011 22:20:03 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RISsU-0005n9-4P for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 18:20:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RISsS-0006dp-W4 for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 18:20:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:52208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RISsS-0006dh-QE for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 18:20:16 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RISsR-0007ku-Ep for emacs-orgmode@gnu.org; Tue, 25 Oct 2011 00:20:15 +0200 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 00:20:15 +0200 Received: from hesitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 00:20:15 +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 Herbert Sitz gmail.com> writes: > > Can someone give an example of how org-exp-blocks (or anything else) could be > used to export comment blocks as graphic notes in the text? > Just to add a bit. I do have the following line in my .emacs: (require 'org-exp-blocks) and I have a comment like this in my document: --- sample text below ---------- * Heading one text here #+begin_comment some comment text here #+end_comment * Heading two --- sample text above ---------- When I export it the headings and text print out but the comment doesn't. I assume I need to do something more than have the 'require' for org-exp-blocks in my .emacs but I can't figure out what it is. -- Herb