From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-reveal questions Date: Fri, 4 Dec 2015 08:55:52 -0600 Message-ID: References: <87wpue5cq9.fsf@ucl.ac.uk> <8737x2ashh.fsf@ucl.ac.uk> <87y4dqc9ud.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rm6-0000BT-At for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:55:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4rm5-0006df-2k for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:55:54 -0500 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:36136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rm4-0006dT-Uk for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:55:53 -0500 Received: by obcse5 with SMTP id se5so71697680obc.3 for ; Fri, 04 Dec 2015 06:55:52 -0800 (PST) In-Reply-To: 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: Xebar Saram Cc: org mode On Thu, Dec 3, 2015 at 3:07 AM, Xebar Saram wrote: > Thx John (again sorry for late response) > > the html block example dosent seem to work for me , i tried adding the block > before the first header and below the first header with no success. does > this go into the property drawer or literally as a html code block?' Again, if I'm understanding what you want to do correctly (left-align slides, right?), this is working for me: #+begin_src min-config ;; set load paths ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/org.git/lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp") (add-to-list 'load-path "~/.elisp/org-reveal/") (require 'ox-reveal) (setq org-reveal-root "file:///home/jwhendy/installed/reveal.js") #+end_src #+begin_src revea-test.org #+title: org-reveal test #+author: John Henderson #+email: #+reveal_hlevel: 1 #+begin_html #+end_html * Slide 1 Some stuff * Slide 2 Some more stuff ** Sub slide Even more stuff! #+end_src Can you give that a try? Oh wow! I just scanned below to check for differences in the html block... So sorry! It looks like I completely missed the