diff --git a/site-lisp/ox-quip.el b/site-lisp/ox-quip.el index 7693eea..aa826ca 100644 --- a/site-lisp/ox-quip.el +++ b/site-lisp/ox-quip.el @@ -3,6 +3,10 @@ ;;; Commentary: ;; Publisher from org-mode to Quip. (Export as markdown, push as a new ;; thread or amend to existing quip thread.) +;; +;; BUG: Underscores get converted wrong. +;; BUG: Lists seem fucked. +;; BUG: Can't update documents on publish. ;;; Code: (require 'cl-extra)