Skip to content

Instantly share code, notes, and snippets.

@incandescentman
Created August 19, 2015 19:52
Show Gist options
  • Select an option

  • Save incandescentman/282a145db41f00bd18f8 to your computer and use it in GitHub Desktop.

Select an option

Save incandescentman/282a145db41f00bd18f8 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(63)
font-lock-fontify-keywords-region(1 63 nil)
font-lock-default-fontify-region(1 63 nil)
font-lock-fontify-region(1 63 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()
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(#("https://www.youtube.com/watch?v=7y1xJAVZxXg&feature=youtu.be \n" 0 59 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) htmlize-link (:uri "https://www.youtube.com/watch?v=7y1xJAVZxXg&feature=youtu.be") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 59 60 (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 "https://www.youtube.com/watch?v=7y1xJAVZxXg&feature=youtu.be") wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 60 61 (wrap-prefix #(" " 0 2 (face org-indent)) line-prefix #(" " 0 2 (face org-indent)) fontified nil) 61 62 (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)
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