emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to include comments on export? org-exp-blocks.el?


From: Herbert Sitz
Subject: Re: [O] How to include comments on export? org-exp-blocks.el?
Date: Mon, 24 Oct 2011 22:20:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Herbert Sitz <hesitz <at> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]