Re: [O] Abstract

2011-03-08 Thread Jeff Horn
Hi Andrea,

I usually use org-special-blocks with the the `#+begin_abstract`
block, as follows:

#+begin_src org

#+begin_abstract
This is the abstract. Write a summary here.
#+end_abstract

#+end_src

This has the additional nice side-benefit of wrapping the paragraph in
a div with class "abstract" on HTML export.

HTH

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/



[O] Abstract

2011-03-08 Thread Andrea Crotti
Is the abstract section somehow supported in org-mode?
I can easily write
* Abstract

but for example then it goes into the index and it gets numerated if
"num:t" in the #+OPTIONS.
thanks,
Andrea