Skip to content

Instantly share code, notes, and snippets.

@zzamboni
Created November 2, 2020 16:37
Show Gist options
  • Save zzamboni/3ee0c51abd30f05713fedbc1057d06c8 to your computer and use it in GitHub Desktop.
Save zzamboni/3ee0c51abd30f05713fedbc1057d06c8 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p "Abort trap: 6")
pdf-info-check-epdfinfo()
pdf-info-process-assert-running()
pdf-info-query(features)
pdf-info-features()
pdf-info-markup-annotations-p()
(if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file))
(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))()
funcall((closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file))))
eval((funcall #'(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))))
custom-initialize-reset(pdf-annot-list-listed-types (funcall #'(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))))
custom-declare-variable(pdf-annot-list-listed-types (funcall #'(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))) "A list of annotation types displayed in the list b..." :group pdf-annot :type (set (const 3d) (const caret) (const circle) (const file) (const free-text) (const highlight) (const ink) (const line) (const link) (const movie) (const poly-line) (const polygon) (const popup) (const printer-mark) (const screen) (const sound) (const square) (const squiggly) (const stamp) (const strike-out) (const text) (const trap-net) (const underline) (const unknown) (const watermark) (const widget)))
eval-buffer(#<buffer *load*-846711> nil "/Users/taazadi1/.emacs.d/.local/straight/build-28...." nil t) ; Reading at buffer position 7827
load-with-code-conversion("/Users/taazadi1/.emacs.d/.local/straight/build-28...." "/Users/taazadi1/.emacs.d/.local/straight/build-28...." nil t)
require(pdf-annot)
eval-buffer(#<buffer *load*> nil "/Users/taazadi1/.emacs.d/.local/straight/build-28...." nil t) ; Reading at buffer position 1416
load-with-code-conversion("/Users/taazadi1/.emacs.d/.local/straight/build-28...." "/Users/taazadi1/.emacs.d/.local/straight/build-28...." nil t)
org-pdftools-store-link()
org-store-link(nil)
org-babel-tangle-single-block(1)
org-babel-tangle-collect-blocks(nil nil)
org-babel-tangle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment