From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Re: Embedding the style when exporting to HTML Date: Tue, 14 Dec 2010 22:05:50 +0100 Message-ID: References: <87mxo8mh1i.fsf@mundaneum.com> <4D07C587.9030407@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=59739 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSc4b-000684-50 for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 16:06:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSc4Z-00015s-Og for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 16:06:12 -0500 Received: from mail-qw0-f41.google.com ([209.85.216.41]:36109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSc4Z-00015e-LF for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 16:06:11 -0500 Received: by qwa26 with SMTP id 26so1141810qwa.0 for ; Tue, 14 Dec 2010 13:06:11 -0800 (PST) In-Reply-To: <4D07C587.9030407@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: mailing-list-org-mode Hi Christian, > The following would make the exported HTML link to an external stylesheet. > > #+STYLE: > > But that 's not what you're after? You want the stylesheet to be /outside/ > (linked from) your Org file, but /embedded in/ the exported HTML? Did I get > that right? Indeed. That would be the ideal solution for me: it would bring all the advantages I'm looking for: - separate files for developing separately the style and the content; - anybody could export the file as no special Emacs configuration is needed; - the exported file would be self-contained. Do you think about one way of doing this? Thanks, Francesco