From mboxrd@z Thu Jan 1 00:00:00 1970 From: R C Subject: html export using html5 elements and bootstrap framework Date: Fri, 2 Jan 2015 15:47:36 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y74SC-0003g9-K8 for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 10:47:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y74S9-0006JB-72 for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 10:47:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:50767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y74S8-0006Hr-WD for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 10:47:53 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y74S3-0006HA-Fc for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 16:47:47 +0100 Received: from c-98-230-85-128.hsd1.fl.comcast.net ([98.230.85.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2015 16:47:47 +0100 Received: from recif by c-98-230-85-128.hsd1.fl.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2015 16:47:47 +0100 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 I would like to have org mode export a project using html5 elements and bootstrap framework adapting the worg tutorial: org-publish-html-tutorial.html I set it up as: - minimal org file to be published: "~/web/p2/org/tst.org" #+SETUPFILE: ~/web/org-templates/level-0.org #+TITLE: Testing * heading 1 abc - template with links to bootstrap css and js files, and a local.js file with my macro definitions for mathjax: "~/web/org-templates/level-0.org" with lines of the form: #+STYLE: etc - my project is setup as: ("p2-org" :base-directory "~/web/p2/org" :publishing-directory "~/web/p2/public_html" :recursive t :base-extension "org" :publishing-function org-html-publish-to-html :style-include-default nil :creator-info nil) ("p2-extra" :base-directory "~/web/p2/org" :publishing-directory "~/web/p2/public_html" :base-extension "css\\|pdf\\|png\\|jpg\\|gif" :publishing-function org-publish-attachment :recursive t :author nil) ("p2" :components ("p2-org" "p2-extra")))) I also have: (setq org-html-html5-fancy t) However tst.html does not show any inclusions from the level-0.org file and does not seem to use the html5 doctype: Testing

Testing

Table of Contents

heading 1