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