From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Add HTML after and before title Date: Sun, 10 May 2009 21:01:54 +0200 Message-ID: <87eiuwok7x.fsf@gmail.com> References: <87iqk8oldy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3EHJ-0006Hx-Lg for emacs-orgmode@gnu.org; Sun, 10 May 2009 15:01:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3EHI-0006Hl-Ec for emacs-orgmode@gnu.org; Sun, 10 May 2009 15:01:37 -0400 Received: from [199.232.76.173] (port=54427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3EHI-0006Hi-9M for emacs-orgmode@gnu.org; Sun, 10 May 2009 15:01:36 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:27858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3EHH-0003kb-Pu for emacs-orgmode@gnu.org; Sun, 10 May 2009 15:01:35 -0400 Received: by fg-out-1718.google.com with SMTP id e12so740262fga.7 for ; Sun, 10 May 2009 12:01:35 -0700 (PDT) In-Reply-To: <87iqk8oldy.fsf@gmail.com> (Daniel Clemente's message of "Sun, 10 May 2009 20:36:41 +0200") 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: Org-mode ml El dom, may 10 2009, Daniel Clemente va escriure: >some trick to insert code just after the or after
? Sorry, I forgot about org-publish. It can use the parameter :preamble to do exactly that. Furthermore: ,---- | org-export-html-preamble is a variable defined in `org-html.el'. | Its value is nil | | Documentation: | Preamble, to be inserted just before . Set by publishing functions. `---- I prefer to always embed the configuration inside the .org file instead of in Elisp code, but if this is only possible with org-publish, I should use it. -- Daniel