1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-23 07:16:36 +02:00
Commit Graph

442 Commits

Author SHA1 Message Date
Yujie Wen
7c0873ed19 Fixed #332. Need to change default-style to default-style-list when there is frag_idx 2018-07-22 11:00:47 +08:00
Yujie Wen
1e223119d9
Merge pull request #330 from jamieforth/fix/org-depend-version
Change Package-Requires to use an org-mode release version.
2018-07-18 00:14:56 +08:00
Yujie Wen
f48077a11b Fix the org-html-checkbox error. 2018-07-18 00:00:25 +08:00
Yujie Wen
6052357f26 Fix TOC links 2018-07-16 00:17:21 +08:00
Yujie Wen
d583a26dd0 Merge branch 'master' of https://github.com/yjwen/org-reveal 2018-07-12 00:46:51 +08:00
Yujie Wen
3b02186a81 Catch up with MELPA org-mode. 2018-07-12 00:46:29 +08:00
Yujie Wen
4428ae5deb
Merge pull request #276 from logc/tips-mention-options-toc-nil
Mention how to disable TOC in README tips
2018-06-22 23:57:21 +08:00
Yujie Wen
24cb9276d3 Fix typos. 2018-06-20 00:39:41 +08:00
Yujie Wen
9df5f02b7e
Merge pull request #257 from titaniumbones/klipse-support
Support for live execution of code snippets
2018-06-20 00:33:11 +08:00
Jamie Forth
ce469f4632 Change Package-Requires to use an org-mode release version.
Depending on an org timestamp makes ox-reveal uninstallable via
melpa if org is installed by any means that uses release versions.
2018-06-12 11:18:35 +01:00
Jb DOYON
b06d581474
Fix incorrect org-reveal-title-slide docstring
%s is actually subtitle
2018-03-15 17:24:58 +00:00
Guilherme Salomé
ff99e235e1 Update Readme.org
Changing the variable org-reveal-title-slide never worked for me, but changing reveal_title_slide in the options does work correctly. I added a comment for reveal_title_slide to make it clear that there is an alternative way (that actually works) to change the title slide.
2017-10-11 13:00:03 -04:00
Gabor Greif
e5ebf28333 fix sizing option names 2017-10-09 21:40:32 +02:00
Phillip Lord
b814daa8f7 Enable stable numbering scheme for slides 2017-08-04 16:41:28 -04:00
Nicholas J Meyer
6d913caed8 assign HTML_CONTAINER_CLASS property to reveal section class 2017-07-29 15:27:25 -04:00
Luis Osa
b99f859f90 Mention how to disable TOC in README tips
The table of contents is not always needed and it gets cramped even for small
heading trees, as mentioned in issue #261. This change just mentions in the
README how you can disable the table generation.
2017-03-22 14:35:49 +01:00
yujie
55e273ac9f Fix typo. 2017-02-06 16:35:52 +08:00
Yujie Wen
485151def0 Merge pull request #256 from titaniumbones/external-plugins
External plugins
2017-02-06 16:31:59 +08:00
Yujie Wen
99d9b57ef2 Merge pull request #255 from viebel/patch-1
Update Readme.org - fix broken link
2017-02-06 14:15:31 +08:00
Matt Price
3a68a7dd63 Added preliminary examples of supported code blocks
In lieu of actual working unit tests.
2016-12-14 14:45:03 -05:00
Matt Price
55c64c17a5 Complete support for klipsification of HTML blocks
Remove old debugging/failed attempts.

Do not allow  htmlize.el to syntax highlight html code.  Escape all
illegal characters from the iframe.  Double escape ampersands inside the
code block.
2016-12-14 14:43:13 -05:00
Matt Price
eb71c78414 Moving towards functional klipsification of html
includes some dead code
2016-12-14 14:35:42 -05:00
Matt Price
7cef8a3748 Add klipsify documentation to Readme 2016-12-11 11:47:00 -05:00
Matt Price
2a4ca5941c add defcustoms for klipsification
User now decides whether or not to klipsify in a defcustom.
2016-12-11 11:37:52 -05:00
Matt Price
e6bb3e376e generate iframe directly
Removes need for a javascript snippet in the reveal.js directory by
directly generating iframe code on export.
2016-12-11 11:29:53 -05:00
Matt Price
7b1d8520bf Initial Support for klipse plugin
It is now possible to edit supported languages in a live environment,
and to display code output.
2016-12-11 06:57:40 -05:00
Matt Price
a92c5ef57f Add documentation for org-reveal-external-plugins 2016-12-11 06:55:51 -05:00
Matt Price
880f1dbe5d Add external plugins to dependencies list
This uses the extenral plugins defined in `org-reveal-external-plugins'
as dependencies when reveal.js is loaded in the final file.
2016-12-10 12:50:02 -05:00
Yehonathan Sharvit
93ddea6392 Update Readme.org 2016-12-10 17:39:49 +02:00
Matt Price
2cb78ccbeb Add defcustom org-reveal-external-plugins 2016-12-10 09:07:47 -05:00
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