From 681a84d7d4ea632304ee8a027cbe1fc1ef7a3aba Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Fri, 2 Sep 2016 10:17:00 -0600 Subject: Add package-requires, add commentary --- ox-tufte.el | 10 ++++------ 1 file 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: -- cgit