org-mode/lisp
Rick Frankel 67a17cfe85 Update s5 and deck,js slideshow exporters to work with refactored html
backend.

* lisp/ox-html.el (org-html--build-pre/postamble): Add css class to
  wrapper div (defaults to `org-pre/postamble-class').  Move spec
  building to separate function (`org-html-format-spec').
(org-html-format-spec): New function.
(org-pre/postamble-class): New variable.

* contrib/lisp/ox-deck.el: Replace :html-{pre,post}amble export
  options with :deck versions.
(org-deck-postamble): Replaces `org-deck-postamble-template', uses
format-spec (and `org-html-format-spec') instead of custom template
option.
(org-deck-preamble): Replaces `org-deck-postamble-template', uses
format-spec (and `org-html-format-spec') instead of custom template
option.
(org-deck-title-slide-template): Use standard format specs.
(org-deck-template): Use org-html--build-pre/postamble instead of
`org-deck-fill-template'. Use fill-template for title slide (with
standard format specs) instead of custom `org-fill-template'
(org-deck-template-alist):  Delete.
(org-deck-postamble-template): Delete.
(org-deck-preamble-template): Delete.

* contrib/lisp/ox-s5.el: Same overall set of changes as ox-deck.
(org-s5-divs): New option, similar usage to `org-html-divs'.
(org-s5-footer-template): Delete.
(org-s5-header-template): Delete.
2013-03-16 15:17:44 -04:00
..
Makefile Makefile: fix a bug with ORG_ADD_CONTRIB 2012-11-07 18:44:20 +01:00
ob-asymptote.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-awk.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-C.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-calc.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-clojure.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-comint.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-core.el ob-core: allow auto-denial of source block evaluation 2013-03-09 23:09:15 +01:00
ob-css.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-ditaa.el Add :version and :package-version 2013-03-05 16:38:33 +01:00
ob-dot.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-emacs-lisp.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-eval.el ob-eval: make org-babel--shell-command-on-region internal and simplify 2013-03-02 22:49:46 +01:00
ob-exp.el Fix tests related to export 2013-02-06 23:06:31 +01:00
ob-fortran.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-gnuplot.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-haskell.el Install new exporter into Org innards 2013-02-06 23:06:30 +01:00
ob-io.el Merge branch 'maint' 2013-01-08 15:26:17 +01:00
ob-java.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-js.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-keys.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-latex.el Manage variables related to both LaTeX export and snippets 2013-02-06 23:06:31 +01:00
ob-ledger.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-lilypond.el ob-lilypond.el: Fix test leftover 2013-02-07 09:45:01 +01:00
ob-lisp.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-lob.el ob-lob.el (org-babel-lob-execute): Rename cache? to cache-p 2013-02-27 10:24:04 +01:00
ob-makefile.el * lisp/ob-makefile.el: Org-babel support for Makefile tangling. 2012-10-17 15:07:40 -06:00
ob-matlab.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-maxima.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-mscgen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-ocaml.el check that tuareg-run-caml is defined before use 2013-02-09 14:11:45 -07:00
ob-octave.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-org.el Install new exporter into Org innards 2013-02-06 23:06:30 +01:00
ob-perl.el ob-perl: implement results interpretation and improve wrapper 2013-03-02 22:49:46 +01:00
ob-picolisp.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-plantuml.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-python.el Add :version and :package-version 2013-03-05 16:38:33 +01:00
ob-R.el ox-latex: Support tikz images, :width, and :height 2013-03-06 09:29:37 +01:00
ob-ref.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-ruby.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-sass.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-scala.el Merge branch 'maint' 2013-01-08 15:26:17 +01:00
ob-scheme.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-screen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-sh.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-shen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-sql.el ob-sql.el (org-babel-execute:sql): Add header row delimiter for both mysql and postgresql 2013-02-24 09:15:02 +01:00
ob-sqlite.el don't read sqlite output as lisp 2013-03-10 16:55:42 -06:00
ob-table.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-tangle.el update doc to reflect changed variable name 2013-03-04 06:44:31 -07:00
ob.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
org-agenda.el org-agenda.el (org-agenda-mode-map): Use ?= for filtering by regexp and ?| for removing all filters 2013-03-16 19:40:02 +01:00
org-archive.el Add :version and :package-version 2013-03-05 16:38:33 +01:00
org-attach.el Add :version and :package-version 2013-03-05 16:38:33 +01:00
org-bbdb.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
org-bibtex.el Remove remember support 2013-02-22 11:44:29 +01:00
org-capture.el org-capture.el: Fix or add docstrings 2013-03-05 16:38:33 +01:00
org-clock.el Fix previous commit 2013-03-15 11:43:27 +01:00
org-colview.el Update contrib/README and some comments/messages 2013-03-04 18:36:34 +01:00
org-compat.el lisp/org-compat.el (org-defvaralias): Fix declare form 2013-03-15 12:06:44 +01:00
org-crypt.el Various small fixes 2013-01-08 15:26:04 +01:00
org-ctags.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-datetree.el datetree: Recognize year headline with tags as a match 2013-02-25 10:47:36 +01:00
org-docview.el Merge branch 'maint' 2013-02-26 16:14:03 +01:00
org-element.el org-element.el (org-element-context): Prevent an error when getting the context of a table rule 2013-03-14 12:20:33 +01:00
org-entities.el Manage variables related to both LaTeX export and snippets 2013-02-06 23:06:31 +01:00
org-eshell.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-faces.el Add macros fontifications 2013-03-15 13:23:24 +01:00
org-feed.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-footnote.el Require 2 blank lines to separate footnote definition 2013-02-24 14:44:07 +01:00
org-gnus.el org-compat.el: New compatibility function `org-defvaralias' 2013-03-14 13:53:52 +01:00
org-habit.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-id.el Unify org-id-reverse-string' and org-babel-reverse-string' into `org-reverse-string' 2013-02-13 16:29:09 +01:00
org-indent.el Merge branch 'maint' 2013-02-27 23:06:11 +01:00
org-info.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-inlinetask.el Remove unnecessary linking to export framework 2013-02-06 23:06:31 +01:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-list.el org-list.el (org-insert-item): Don't ask for a definition term 2013-03-16 19:15:58 +01:00
org-mac-message.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
org-macro.el Update headers. 2013-02-23 09:56:24 +01:00
org-macs.el Merge branch 'maint' 2013-02-27 08:46:36 +01:00
org-mhe.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-mobile.el Merge branch 'maint' 2013-03-03 13:41:20 +01:00
org-mouse.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-pcomplete.el Merge ox-infojs.el into ox-html.el 2013-03-01 14:26:55 +01:00
org-plot.el Remove unnecessary linking to export framework 2013-02-06 23:06:31 +01:00
org-protocol.el org-protocol: Pass optional value using query in url to capture from protocol. 2013-03-04 01:16:32 +01:00
org-rmail.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-src.el org-src.el (org-edit-src-exit): Don't modify the undo list when inserting the code 2013-03-08 18:31:14 +01:00
org-table.el fix a stray "user-error" introduced in bd89d6a02f 2013-03-03 20:29:58 +01:00
org-timer.el Update copyright years. 2013-01-01 16:04:24 +01:00
org.el org.el: Make the hijacker commands of orgstruct-mode try both general and specialised (function) key bindings 2013-03-15 22:16:47 +01:00
ox-ascii.el ox: Simplify syntax for attributes 2013-03-11 08:33:10 +01:00
ox-beamer.el ox: Simplify syntax for attributes 2013-03-11 08:33:10 +01:00
ox-html.el Update s5 and deck,js slideshow exporters to work with refactored html 2013-03-16 15:17:44 -04:00
ox-icalendar.el ox-icalendar: Fix error when `org-icalendar-store-UID' is non-nil 2013-03-07 13:54:33 +01:00
ox-latex.el ox: Simplify syntax for attributes 2013-03-11 08:33:10 +01:00
ox-man.el ox: Simplify syntax for attributes 2013-03-11 08:33:10 +01:00
ox-md.el ox-md.el (md): Export underlined text as verbatim 2013-03-12 08:44:11 +01:00
ox-odt.el ox.el (org-export-copy-to-kill-ring): Default back to 'if-interactive 2013-03-15 13:39:45 +01:00
ox-org.el Fix typo 2013-03-04 07:36:54 +01:00
ox-publish.el Revert "Add (provide ...) forms." 2013-03-02 16:20:59 +01:00
ox-texinfo.el ox-texinfo: Fix small bug 2013-03-11 08:33:10 +01:00
ox.el ox.el (org-export-copy-to-kill-ring): Default back to 'if-interactive 2013-03-15 13:39:45 +01:00