Skip to content

Instantly share code, notes, and snippets.

@incandescentman
Created August 19, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incandescentman/c06c92fb223dacb694c1 to your computer and use it in GitHub Desktop.
Save incandescentman/c06c92fb223dacb694c1 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (args-out-of-range 0 0)
get-text-property(0 face)
org-activate-plain-links(52)
font-lock-fontify-keywords-region(1 52 nil)
font-lock-default-fontify-region(1 52 nil)
font-lock-fontify-region(1 52 nil)
byte-code("\212\303 \304\216\305ed #\210\306 \210\307\211+\207" [save-match-data-internal verbose font-lock-fontified match-data ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) font-lock-fontify-region font-lock-after-fontify-buffer t] 4)
font-lock-default-fontify-buffer()
font-lock-fontify-buffer()
org-bullets-mode(1)
(lambda nil (org-bullets-mode 1))()
run-hooks(change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook)
apply(run-hooks (change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook))
run-mode-hooks(org-mode-hook)
org-mode()
org-export-string-as(#("http://google.com\n\nhttp://i.imgur.com/kJn0xNs.jpg \n" 0 16 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) htmlize-link (:uri "http://google.com") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 16 17 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) htmlize-link (:uri "http://google.com") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 17 18 (wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 18 19 (wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 19 48 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) htmlize-link (:uri "http://i.imgur.com/kJn0xNs.jpg") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 48 49 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) htmlize-link (:uri "http://i.imgur.com/kJn0xNs.jpg") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 49 51 (wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil)) org t)
(let* ((region-p (org-region-active-p)) (html-start (or (and region-p (region-beginning)) (save-excursion (goto-char (point-min)) (search-forward mail-header-separator) (+ (point) 1)))) (html-end (or (and region-p (region-end)) (point-max))) (raw-body (concat org-mime-default-header (buffer-substring html-start html-end))) (tmp-file (make-temp-name (expand-file-name "mail" temporary-file-directory))) (body (org-export-string-as raw-body (quote org) t)) (org-export-htmlize-output-type (quote inline-css)) (org-export-preserve-breaks org-mime-preserve-breaks) (org-html-with-latex (quote dvipng)) (html-and-images (org-mime-replace-images (org-export-string-as raw-body (quote html) t) tmp-file)) (html-images (if arg nil (cdr html-and-images))) (html (org-mime-apply-html-hook (if arg (format org-mime-fixedwith-wrap body) (car html-and-images))))) (delete-region html-start html-end) (save-excursion (goto-char html-start) (insert (org-mime-multipart body html (mapconcat (quote identity) html-images "\n")))))
org-mime-htmlize()
run-hooks(message-send-hook)
message-send(nil)
message-send-and-exit(nil)
#<subr call-interactively>(message-send-and-exit nil nil)
ad-Advice-call-interactively(#<subr call-interactively> message-send-and-exit nil nil)
apply(ad-Advice-call-interactively #<subr call-interactively> (message-send-and-exit nil nil))
call-interactively(message-send-and-exit nil nil)
command-execute(message-send-and-exit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment