summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-01 19:05:49 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-01 19:05:49 +0100
commit1a3591c0e7a7d249257224e27042acb1e6c1c3fc (patch)
tree76ddc4271eb1bfd8959ccb21546833eb6deefb5a
parent22c3bb81ff8ce2f359566403f7873e560627eb2d (diff)
downloadorg-mode-1a3591c0e7a7d249257224e27042acb1e6c1c3fc.tar.gz
ox-html: Clean up some comments
* lisp/ox-html.el: Clean up "FIXME" comments.
-rw-r--r--lisp/ox-html.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 845fd3c..a95c822 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3440,21 +3440,6 @@ Return output file name."
org-html-extension "html"))
plist pub-dir))
-
-;;; FIXME
-
-;;;; org-format-table-html
-;;;; org-format-org-table-html
-;;;; org-format-table-table-html
-;;;; org-table-number-fraction
-;;;; org-table-number-regexp
-;;;; org-html-inline-image-extensions
-;;;; org-export-preferred-target-alist
-;;;; class for anchors
-;;;; org-export-mark-todo-in-toc
-;;;; org-html-format-org-link
-;;;; (caption (and caption (org-xml-encode-org-text caption)))
-;;;; alt = (file-name-nondirectory path)
(provide 'ox-html)