Note some bugs

This commit is contained in:
John Doty 2017-10-12 08:27:06 -07:00
parent 1a48b64c1b
commit b863a8c81e

View file

@ -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)