From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: abstract in exported latex and html Date: Tue, 2 Nov 2010 05:45:16 +0100 Message-ID: References: <348D332D-B38C-49C0-906B-AA42BDD3E0E6@tsdye.com> <4CCF3570.6080103@christianmoe.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35899 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PD8kM-0000HT-TX for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 00:45:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PD8kL-00063X-BR for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 00:45:22 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:41694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PD8kL-00063T-4K for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 00:45:21 -0400 Received: by ewy25 with SMTP id 25so3127907ewy.0 for ; Mon, 01 Nov 2010 21:45:20 -0700 (PDT) In-Reply-To: <4CCF3570.6080103@christianmoe.com> 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: mail@christianmoe.com Cc: Magnus Nilsson , emacs-orgmode@gnu.org This is great and should be in the FAQ or another good place on Worg. Thanks! - Carsten On Nov 1, 2010, at 10:47 PM, Christian Moe wrote: > Use org-special-blocks > >>> On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: >>> >>>> Dear all, >>>> >>>> Is there a way to include an abstract that suits both LaTeX export >>>> and html export? >>>> >>>> I am thinking in lines of >>>> #+BEGIN_ABSTRACT: >>>> My abstract goes here >>>> #+END_ABSTRACT: >>>> and have it interpreted differently depending on the export used. > > If I'm not overlooking a hitch, you can do that now with the > contributed package org-special-blocks. Just put > > (require 'org-special-blocks) > > in your .emacs. > > The HTML abstract won't look like anything special until you style > it, it will just be wrapped in a
element. > Here are some sample style lines for your org document header > (without line wraps): > > #+STYLE: > > Thomas S. Dye wrote: >> Alternatively, you could use the existing link syntax for this kind >> of >> markup. See >> http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 > > I'm all for using custom links to extend inline markup, but this is > block-level, and thus handily extensible with org-special-blocks. > > Cheers, > Christian