Re: [O] Suppress export of Abstract block?

2015-10-23 Thread Rasmus
Lawrence Bottorff writes: > How would I suppress the > > #+begin_abstract > ... > #+end_abstract > > block content, specifically for the HTML export? :exports none doesn't seem > to work. I saw the drawer hide, but this a block, not a drawer Do you want to ax it or just not to display it in

Re: [O] Suppress export of Abstract block?

2015-10-23 Thread John Kitchin
use a filter (http://orgmode.org/worg/exporters/filter-markup.html) and set that text to be ""? This will probably clobber all special blocks. If you have more than one, you need to check if it is an abstract block somehow, and return the text unaltered if it isnt. This is untested ;) (defun ox-

[O] Suppress export of Abstract block?

2015-10-23 Thread Lawrence Bottorff
How would I suppress the #+begin_abstract ... #+end_abstract block content, specifically for the HTML export? :exports none doesn't seem to work. I saw the drawer hide, but this a block, not a drawer Lb