Commit Graph

462 Commits

Author SHA1 Message Date
Yujie Wen 05d107b7ec Merge pull request #251 from stvol/master
add global header/footer support
2016-12-05 17:05:18 +08:00
Stephanus Volke 9e8668c45b add global header/footer support 2016-11-22 07:32:43 +01:00
Yujie Wen 8f7cf6c308 Merge pull request #243 from ggreif/patch-1
fix emacs-lisp warning
2016-11-04 10:52:00 +08:00
Yujie Wen 97b751adb3 Merge pull request #244 from ggreif/patch-2
Typo in doc string
2016-11-04 10:50:47 +08:00
Gabor Greif a6fa641f95 Typo in doc string 2016-10-31 12:01:15 +01:00
Gabor Greif f713a80f48 fix emacs-lisp warning
```
In org-reveal-parse-token:
ox-reveal.el:744:6:Warning: `format' called with 2 args to fill 1 format
    field(s)
```
2016-10-31 11:57:11 +01:00
yujie 001567cc12 Fixed #237, correct the misplaced section "Url form for file location." 2016-10-27 17:34:37 +08:00
yujie d7ffc3fd1b Fixed #238, add #+HTML_HEAD and #+HTML_HEAD_EXTRA 2016-10-27 17:26:48 +08:00
yujie 87d3c25ae4 Fixed #241, wrap plain list with <form> when exporing HTML checkbox in order to display the checkbox selection properly. 2016-10-27 16:55:00 +08:00
Yujie Wen ce6b9c3e4e Merge pull request #228 from kaushalmodi/default-background-support-and-split-slide-fix
Support setting default slide properties
2016-09-28 16:42:43 +08:00
Kaushal Modi 85e23eb4c3 Support setting default slide properties
Below comment keywords are now supported to set the default properties
    for non-title slides

    #+REVEAL_DEFAULT_SLIDE_BACKGROUND
    #+REVEAL_DEFAULT_SLIDE_BACKGROUND_SIZE
    #+REVEAL_DEFAULT_SLIDE_BACKGROUND_POSITION
    #+REVEAL_DEFAULT_SLIDE_BACKGROUND_REPEAT
    #+REVEAL_DEFAULT_SLIDE_BACKGROUND_TRANSITION

Fix the section tag for slides created by splitting using "#+REVEAL:
split". If the parent slide from which the new slide got split off had a
background, the new slide would get no background. That's because
splitting a slide did not automatically copy the parent slide's section
tag metadata to the new slide.

This commit fixes that bug too.
2016-09-14 15:17:13 -04:00
Yujie Wen b64ba125d3 Merge pull request #227 from josemotanet/fix-title-escape-character
Fix title escape character
2016-09-02 14:54:33 +08:00
José Mota 77c46f8e52 Fix title escape character
%s doesn't work. %t is the correct one.
2016-09-01 14:37:25 +01:00
yujie d6108aae7d Fixed #221, support multiple stylesheet. 2016-08-25 13:25:30 +08:00
yujie cb8446faad Fixed #222, updated the link to the example video. 2016-08-24 18:21:24 +08:00
yujie 2ec80e1abe Fixed #225, correct the export error with fragment list. 2016-08-24 18:17:28 +08:00
yujie 7059843b42 Merge branch 'master' of https://github.com/yjwen/org-reveal 2016-08-17 14:00:19 +08:00
yujie b2ceedc75d Fixed #220, correct the broken link to highlight.js 2016-08-17 13:59:45 +08:00
Yujie Wen ceb38e21e6 Merge pull request #218 from 7696122/master
add option of background position
2016-07-26 14:24:54 +08:00
yujie ba4b9cdefc Merge branch 'master' of https://github.com/yjwen/org-reveal 2016-07-25 16:31:19 +08:00
yujie 7a1f9a8cc8 Fixed #216: Fix the missed default fragment style. 2016-07-25 16:30:41 +08:00
김용문 859630a6eb add option of background position 2016-07-22 12:10:16 +09:00
Yujie Wen 09e34168e0 Merge pull request #217 from titaniumbones/doc-fix
added short comment to single-file documentation in Readme
2016-07-20 10:45:30 +08:00
Matt Price f3ca3c6116 added short comment to single-file documentation in Readme 2016-07-19 07:10:51 -04:00
yujie 6ee0e547dd Fixed #213. Do not embed online images. 2016-07-19 15:28:52 +08:00
yujie e1d0dd773a Merge branch 'master' into stable 2016-07-13 09:53:31 +08:00
yujie 6d36c4d6e2 Merge branch 'master' of https://github.com/yjwen/org-reveal 2016-06-22 14:51:22 +08:00
yujie 44bb75db1f Fixed #206: Allow multiple lines of REVEAL_HEAD_PREAMBLE 2016-06-22 14:50:49 +08:00
Yujie Wen 8ca4e8745b Merge pull request #211 from vatai/master
Add attributes to the <code> tag
2016-06-21 17:59:01 +08:00
Yujie Wen 2ec671de1c Merge pull request #207 from alvarogonzalezsotillo/master
REVEAL_INIT_SCRIPT didn't work if reveal_single_file was set
2016-06-21 17:55:08 +08:00
Emil Vatai c71f293be2 Add attributes to the <code> tag
Added the possibility to add attributes to the code tag for code blocks
which make the following code export with the <mark> highlighting as
described in:
https://github.com/hakimel/reveal.js/#code-syntax-highlighting

Example code:

  #+ATTR_REVEAL: :code_attribs data-noescape
  #+BEGIN_SRC python
    def implies(X,Y):
      return <mark>(not X) or Y</mark>
  #+END_SRC
2016-06-17 10:43:09 +02:00
yujie 84a445ce48 Fixed #205, fixed an error at calling org-html-format-spec 2016-05-31 16:11:29 +08:00
Álvaro González Sotillo 4e3cc6d4fd REVEAL_INIT_SCRIPT didn't work if reveal_single_file was set
:reveal-init-script should be included even if in-single-file is set
2016-05-30 21:21:56 +02:00
yujie 7917211a23 Fixed #164. Support #+HTML tag also. 2016-05-09 15:25:53 +08:00
yujie 45f1e3b586 Merge branch 'master' into stable 2016-05-05 11:08:16 +08:00
yujie a8b807fab7 Merge branch 'master' of https://github.com/yjwen/org-reveal 2016-05-04 17:39:58 +08:00
yujie a8e841aaa4 Fixed #182, add data-transition to both outer and inner <section> tag 2016-05-04 17:39:11 +08:00
yujie bba166fa6a Fixed 182, add data-transition on both outer and inner <section> tags. 2016-05-04 17:33:44 +08:00
yujie e9e2c6293a Add documents for setting the title slide. 2016-04-14 14:26:58 +08:00
yujie 2ce8c93512 Fixed #199: Automatic title slide to honor exporting options. 2016-04-13 18:27:37 +08:00
yujie 414ccf1626 Fixed #202: Embed extra CSS when in reveal_single_file 2016-04-12 17:14:44 +08:00
Yujie Wen a2b4dd7103 Merge pull request #200 from acowley/string-predicate
Don't use subr-x function
2016-03-08 17:22:05 +08:00
Anthony Cowley ca05044846 Don't use subr-x function.
This library wasn't properly required, so the previous patch for data-transition
didn't work with a compiled ox-reveal. Now we simply inline the
definition of string-empty-p ourselves as it is trivial.
2016-03-08 01:11:10 -05:00
Yujie Wen 01a1f6da94 Merge pull request #198 from acowley/data-transition
Attach data-transition attribute at outer section
2016-03-07 16:57:21 +08:00
Anthony Cowley 44ea78886e Attach data-transition attribute at outer section
The attribute to override slide transitions must be attached to the
outer section to have an effect.
2016-03-03 21:40:02 -05:00
yujie c4b6e7c3d6 Merge branch 'master' into stable 2016-02-25 10:19:05 +08:00
yujie 2cdb4bb12a Correct the document structure. 2016-02-24 16:20:05 +08:00
yujie 7ee11c77fa Fixed #193. Add instructions about installing org-reveal from MELPA. 2016-02-24 16:11:54 +08:00
Yujie Wen ada46bc9bc Merge pull request #195 from acowley/latex-fragment
Wrap LaTeX environments in a div
2016-02-23 14:51:39 +08:00
Anthony Cowley 19a3a95131 Wrap LaTeX environments in a div
This lets us add the =fragment= class when called for.

Fixes 181
2016-02-19 20:56:17 -05:00