aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Hinman <lee@writequit.org>2016-09-02 10:17:00 -0600
committerLee Hinman <lee@writequit.org>2016-09-02 10:17:00 -0600
commit681a84d7d4ea632304ee8a027cbe1fc1ef7a3aba (patch)
tree400ee94fd7ba3604cb730b8afd35fb4811017f31
parent4f865a094eaa7e9212e76a74f2d60ba8a0482f84 (diff)
downloadox-tufte-681a84d7d4ea632304ee8a027cbe1fc1ef7a3aba.tar.gz
ox-tufte-681a84d7d4ea632304ee8a027cbe1fc1ef7a3aba.zip
Add package-requires, add commentary
-rw-r--r--ox-tufte.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/ox-tufte.el b/ox-tufte.el
index 182b90b..f144853 100644
--- a/ox-tufte.el
+++ b/ox-tufte.el
@@ -4,6 +4,7 @@
;; Author: M. Lee Hinman
;; Keywords: org, tufte, html
+;; Package-Requires: ((org "8.2") (emacs "24"))
;; This file is not part of GNU Emacs.
@@ -22,12 +23,9 @@
;;; Commentary:
-;; TODO: commentary
-
-;; TODO:
-;; - fullwidth class on some figures
-;; - support #+CAPTION on inline images
-;; - image quilts?
+;; This is an export backend for Org-mode that exports buffers to HTML that
+;; is compatible with Tufte CSS - https://edwardtufte.github.io/tufte-css/ out of
+;; the box (meaning no CSS modifications needed).
;;; Code: