From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: Abstract Date: Tue, 8 Mar 2011 10:48:49 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=51198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwz9t-0000b3-Dy for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 10:49:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwz9s-0004Pd-0V for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 10:49:12 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:35052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwz9r-0004PO-Ok for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 10:49:11 -0500 Received: by fxm5 with SMTP id 5so6179233fxm.0 for ; Tue, 08 Mar 2011 07:49:10 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Crotti Cc: Org mode 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/