From cff0c9f96234703b6a191dd82f8408bbb3db4f61 Mon Sep 17 00:00:00 2001 From: Evan Misshula Date: Thu, 27 Nov 2014 13:44:09 -0500 Subject: [PATCH] added url form explanation --- Readme.org | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Readme.org b/Readme.org index ad1b82d..63767d7 100755 --- a/Readme.org +++ b/Readme.org @@ -89,10 +89,20 @@ $ git clone https://github.com/yjwen/org-reveal.git (setq org-reveal-root "file:///d:/reveal.js") #+END_SRC *IMPORTANT*: the absolute path to Reveal.js should be in URL form, - "file:///path_to_reveal.js", as illustrated above. + "file:///path_to_reveal.js", as illustrated above. By setting + option =REVEAL_ROOT=, the location is only affected within the Org + file. - By setting option =REVEAL_ROOT=, the location is only affected - within the Org file. +** Url form for file location + + For example if you cloned this repository to your home directory, + this file in Mac OS X would be reffered to as + "file:///Users/username/org-reveal/readme.org". This file in + Ubuntu would be "file:///home/username/org-reveal/readme.org" and + in Windows this file would be + "file:///c:/Users/username/org-reveal/readme.org". For more detail + on this standart please refer to + [[http://en.wikipedia.org/wiki/File_URI_scheme]] #+BEGIN_SRC org ,#+REVEAL_ROOT: file:///d:/reveal.js