From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Simonsen Subject: The "new" html exporter Date: Mon, 27 Jan 2014 19:06:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qZw-0008UM-7V for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 13:06:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7qZr-00081p-5c for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 13:06:36 -0500 Received: from mail-ob0-f181.google.com ([209.85.214.181]:52410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qZr-00080l-17 for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 13:06:31 -0500 Received: by mail-ob0-f181.google.com with SMTP id va2so6811431obc.40 for ; Mon, 27 Jan 2014 10:06:29 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi I have upgraded to org-mode, but from release_8.0 the old publishing-function org-publish-org-to-html have been replaced by org-html-publish-to-html. This gives me a few issues: My #+STYLE: are ignored. I have tried to replace it with #+HTML-HEAD:, but does change anything. I use the :html-head feature in org-publish-project-alist, but would also like to append some HTML HEAD in the org files - is this not possible any more? Another issue: I have some macros like #+MACRO: TstMacro @Bold macro@ But this is encoded to @<b>Bold macro@</b> How do i escape the < and > to re-enable raw HTML in macros? Are there other documentation for the "new" exporter than http://orgmode.org/worg/org-8.0.html? I hope that one you can point me into the right direction. Benny