Skip to content

Instantly share code, notes, and snippets.

@fleimgruber
Last active September 10, 2017 13:04
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 fleimgruber/ba9b6c19d5fc0097da4fc094ab482d3c to your computer and use it in GitHub Desktop.
Save fleimgruber/ba9b6c19d5fc0097da4fc094ab482d3c to your computer and use it in GitHub Desktop.
org-ref parsing traceback
Debugger entered--Lisp error: (error #(": o4c.bib does not seem to exist" 0 9 (fontified nil)))
signal(error (#(": o4c.bib does not seem to exist" 0 9 (fontified nil))))
error("%s does not seem to exist" #(": o4c.bib" 0 9 (fontified nil)))
org-ref-find-bibliography()
org-ref-cite-link-face-fn("`shakouri_g._multi-objective_2017")
funcall(org-ref-cite-link-face-fn "`shakouri_g._multi-objective_2017")
(let ((face val)) (funcall face path))
(cond ((functionp val) (let ((face val)) (funcall face path))) ((or (facep val) (consp val)) (let ((face val)) face)) (t (let nil (quote org-link))))
(let* ((val (org-link-get-parameter type :face))) (cond ((functionp val) (let ((face val)) (funcall face path))) ((or (facep val) (consp val)) (let ((face val)) face)) (t (let nil (quote org-link)))))
(list (quote face) (let* ((val (org-link-get-parameter type :face))) (cond ((functionp val) (let ((face val)) (funcall face path))) ((or (facep val) (consp val)) (let ((face val)) face)) (t (let nil (quote org-link))))) (quote mouse-face) (or (org-link-get-parameter type :mouse-face) (quote highlight)) (quote keymap) (or (org-link-get-parameter type :keymap) org-mouse-map) (quote help-echo) (let* ((val (org-link-get-parameter type :help-echo))) (if (or (stringp val) (functionp val)) (let ((echo val)) echo) (let nil (concat "LINK: " link)))) (quote htmlize-link) (let* ((val (org-link-get-parameter type :htmlize-link))) (if (functionp val) (let ((f val)) (funcall f)) (let nil (list (quote :uri) link)))) (quote font-lock-multiline) t)
(let* ((link-object (save-excursion (goto-char start) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (org-element-link-parser)) (set-match-data save-match-data-internal (quote evaporate)))))) (link (org-element-property :raw-link link-object)) (type (org-element-property :type link-object)) (path (org-element-property :path link-object)) (properties (list (quote face) (let* ((val (org-link-get-parameter type :face))) (cond ((functionp val) (let ... ...)) ((or ... ...) (let ... face)) (t (let nil ...)))) (quote mouse-face) (or (org-link-get-parameter type :mouse-face) (quote highlight)) (quote keymap) (or (org-link-get-parameter type :keymap) org-mouse-map) (quote help-echo) (let* ((val (org-link-get-parameter type :help-echo))) (if (or (stringp val) (functionp val)) (let (...) echo) (let nil (concat "LINK: " link)))) (quote htmlize-link) (let* ((val (org-link-get-parameter type :htmlize-link))) (if (functionp val) (let (...) (funcall f)) (let nil (list ... link)))) (quote font-lock-multiline) t))) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not (eq (quote bracket) style)) (add-text-properties start end properties) (remove-text-properties start end (quote (invisible nil))) (let ((hidden (append (list (quote invisible) (or ... ...)) properties)) (visible-start (or (match-beginning 4) (match-beginning 2))) (visible-end (or (match-end 4) (match-end 2)))) (add-text-properties start visible-start hidden) (add-text-properties visible-start visible-end properties) (add-text-properties visible-end end hidden) (org-rear-nonsticky-at visible-start) (org-rear-nonsticky-at visible-end))) (let ((f (org-link-get-parameter type :activate-func))) (if (functionp f) (progn (funcall f start end path (eq style (quote bracket)))))) (throw :exit t))
(progn (let* ((link-object (save-excursion (goto-char start) (let ((save-match-data-internal ...)) (unwind-protect (progn ...) (set-match-data save-match-data-internal ...))))) (link (org-element-property :raw-link link-object)) (type (org-element-property :type link-object)) (path (org-element-property :path link-object)) (properties (list (quote face) (let* ((val ...)) (cond (... ...) (... ...) (t ...))) (quote mouse-face) (or (org-link-get-parameter type :mouse-face) (quote highlight)) (quote keymap) (or (org-link-get-parameter type :keymap) org-mouse-map) (quote help-echo) (let* ((val ...)) (if (or ... ...) (let ... echo) (let nil ...))) (quote htmlize-link) (let* ((val ...)) (if (functionp val) (let ... ...) (let nil ...))) (quote font-lock-multiline) t))) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not (eq (quote bracket) style)) (add-text-properties start end properties) (remove-text-properties start end (quote (invisible nil))) (let ((hidden (append (list ... ...) properties)) (visible-start (or (match-beginning 4) (match-beginning 2))) (visible-end (or (match-end 4) (match-end 2)))) (add-text-properties start visible-start hidden) (add-text-properties visible-start visible-end properties) (add-text-properties visible-end end hidden) (org-rear-nonsticky-at visible-start) (org-rear-nonsticky-at visible-end))) (let ((f (org-link-get-parameter type :activate-func))) (if (functionp f) (progn (funcall f start end path (eq style (quote bracket)))))) (throw :exit t)))
(if (and (memq style org-highlight-links) (not (and (eq style (quote plain)) (let ((face (get-text-property ... ...))) (if (consp face) (memq (quote org-tag) face) (eq (quote org-tag) face)))))) (progn (let* ((link-object (save-excursion (goto-char start) (let (...) (unwind-protect ... ...)))) (link (org-element-property :raw-link link-object)) (type (org-element-property :type link-object)) (path (org-element-property :path link-object)) (properties (list (quote face) (let* (...) (cond ... ... ...)) (quote mouse-face) (or (org-link-get-parameter type :mouse-face) (quote highlight)) (quote keymap) (or (org-link-get-parameter type :keymap) org-mouse-map) (quote help-echo) (let* (...) (if ... ... ...)) (quote htmlize-link) (let* (...) (if ... ... ...)) (quote font-lock-multiline) t))) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not (eq (quote bracket) style)) (add-text-properties start end properties) (remove-text-properties start end (quote (invisible nil))) (let ((hidden (append ... properties)) (visible-start (or ... ...)) (visible-end (or ... ...))) (add-text-properties start visible-start hidden) (add-text-properties visible-start visible-end properties) (add-text-properties visible-end end hidden) (org-rear-nonsticky-at visible-start) (org-rear-nonsticky-at visible-end))) (let ((f (org-link-get-parameter type :activate-func))) (if (functionp f) (progn (funcall f start end path (eq style ...))))) (throw :exit t))))
(let* ((start (match-beginning 0)) (end (match-end 0)) (style (cond ((eq 60 (char-after start)) (quote angle)) ((eq 91 (char-after (1+ start))) (quote bracket)) (t (quote plain))))) (if (and (memq style org-highlight-links) (not (and (eq style (quote plain)) (let ((face ...)) (if (consp face) (memq ... face) (eq ... face)))))) (progn (let* ((link-object (save-excursion (goto-char start) (let ... ...))) (link (org-element-property :raw-link link-object)) (type (org-element-property :type link-object)) (path (org-element-property :path link-object)) (properties (list (quote face) (let* ... ...) (quote mouse-face) (or ... ...) (quote keymap) (or ... org-mouse-map) (quote help-echo) (let* ... ...) (quote htmlize-link) (let* ... ...) (quote font-lock-multiline) t))) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not (eq (quote bracket) style)) (add-text-properties start end properties) (remove-text-properties start end (quote (invisible nil))) (let ((hidden ...) (visible-start ...) (visible-end ...)) (add-text-properties start visible-start hidden) (add-text-properties visible-start visible-end properties) (add-text-properties visible-end end hidden) (org-rear-nonsticky-at visible-start) (org-rear-nonsticky-at visible-end))) (let ((f (org-link-get-parameter type :activate-func))) (if (functionp f) (progn (funcall f start end path ...)))) (throw :exit t)))))
(while (re-search-forward org-any-link-re limit t) (let* ((start (match-beginning 0)) (end (match-end 0)) (style (cond ((eq 60 (char-after start)) (quote angle)) ((eq 91 (char-after ...)) (quote bracket)) (t (quote plain))))) (if (and (memq style org-highlight-links) (not (and (eq style (quote plain)) (let (...) (if ... ... ...))))) (progn (let* ((link-object (save-excursion ... ...)) (link (org-element-property :raw-link link-object)) (type (org-element-property :type link-object)) (path (org-element-property :path link-object)) (properties (list ... ... ... ... ... ... ... ... ... ... ... t))) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not (eq ... style)) (add-text-properties start end properties) (remove-text-properties start end (quote ...)) (let (... ... ...) (add-text-properties start visible-start hidden) (add-text-properties visible-start visible-end properties) (add-text-properties visible-end end hidden) (org-rear-nonsticky-at visible-start) (org-rear-nonsticky-at visible-end))) (let ((f ...)) (if (functionp f) (progn ...))) (throw :exit t))))))
(catch :exit (while (re-search-forward org-any-link-re limit t) (let* ((start (match-beginning 0)) (end (match-end 0)) (style (cond ((eq 60 ...) (quote angle)) ((eq 91 ...) (quote bracket)) (t (quote plain))))) (if (and (memq style org-highlight-links) (not (and (eq style ...) (let ... ...)))) (progn (let* ((link-object ...) (link ...) (type ...) (path ...) (properties ...)) (org-remove-flyspell-overlays-in start end) (org-rear-nonsticky-at end) (if (not ...) (add-text-properties start end properties) (remove-text-properties start end ...) (let ... ... ... ... ... ...)) (let (...) (if ... ...)) (throw :exit t)))))) nil)
org-activate-links(353959)
#[(start end &optional loudly) "@\306=\204 \307! AA\310 \311\312 \313\211\211&'()(\203\357*\203<\314\315'\316&T\211&\317\"#\210(@\211@+b\210`,W\203\346 ;\203\\\320 ,\306#\202` ,!\203\346`\311\224V\204m\321u\210\203\235`\212\311\224b\210\321y\210`)Y\203\235\322`\212\311\224b\210\321y\210`)U\203\226`S\202\230\311\224`\323\306$\210\fA\211\203G\n@@\247\203s\n@\211-@\211.\224+.\225,\324-8/+\204\330\325-8\206n\326\327.-#\202n\330-A@!\2110\242\331=\203\370\332+,0AA#\2100A@00\204/\306=\204\313\202m/\204$\333+,\331\313$\206m\322+,\3310$\202m/\306=\2037\322+,\3310$\202m/\334=\203J\335+,\3310$\202m/\336=\203]\337+,\3310$\202m/\340=\205m\341+,\3310$)-\210\202\337
`\313\223\210\n@,1\211(@\325(\233\313\311\224\330(A@!2342\247\203\2442`V\204\253\342 1\202\32721\203\3271\343\324!Y\203\327\3221\343\324!U\203\3151S\202\3213`^1\323\306$\210\344 5\345\216`1W\203\314 ;\203\362\320 1\306#\202\366 1!\203\3144\211\203\335\n@\211-@\211.\224+.\225,\324-8/+\204-\325-8\206\303\326\327.-#\202\303\330-A@!\2110\242\331=\203M\332+,0AA#\2100A@00\204]/\306=\204]\313\202\302/\204y\333+,\331\313$\206\302\322+,\3310$\202\302/\306=\203\214\322+,\3310$\202\302/\334=\203\237\335+,\3310$\202\302/\336=\203\262\337+,\3310$\202\302/\340=\205\302\341+,\3310$)-\210\nA\211\202\375*\330\324(8!.\210`
W\203\337
b\210\nA\211\202\241(A\211(\204(
\313\211\223.\207" [font-lock-keywords font-lock-keywords-case-fold-search highlights matcher keyword pos t font-lock-compile-keywords buffer-name 0 make-marker nil message "Fontifying %s... (regexps..%s)" make-string 46 re-search-forward 1 put-text-property font-lock-multiline 2 3 error "No match %d in highlight %S" eval face add-text-properties text-property-not-all prepend font-lock-prepend-text-property append font-lock-append-text-property keep font-lock-fillin-text-property line-end-position line-beginning-position match-data #[nil "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3] count bufname keywords case-fold-search loudly start end highlight match override val limit ...] 9 1993866](1 353959 nil)
ad-Advice-font-lock-fontify-keywords-region(#[(start end &optional loudly) "@\306=\204 \307! AA\310 \311\312 \313\211\211&'()(\203\357*\203<\314\315'\316&T\211&\317\"#\210(@\211@+b\210`,W\203\346 ;\203\\\320 ,\306#\202` ,!\203\346`\311\224V\204m\321u\210\203\235`\212\311\224b\210\321y\210`)Y\203\235\322`\212\311\224b\210\321y\210`)U\203\226`S\202\230\311\224`\323\306$\210\fA\211\203G\n@@\247\203s\n@\211-@\211.\224+.\225,\324-8/+\204\330\325-8\206n\326\327.-#\202n\330-A@!\2110\242\331=\203\370\332+,0AA#\2100A@00\204/\306=\204\313\202m/\204$\333+,\331\313$\206m\322+,\3310$\202m/\306=\2037\322+,\3310$\202m/\334=\203J\335+,\3310$\202m/\336=\203]\337+,\3310$\202m/\340=\205m\341+,\3310$)-\210\202\337
`\313\223\210\n@,1\211(@\325(\233\313\311\224\330(A@!2342\247\203\2442`V\204\253\342 1\202\32721\203\3271\343\324!Y\203\327\3221\343\324!U\203\3151S\202\3213`^1\323\306$\210\344 5\345\216`1W\203\314 ;\203\362\320 1\306#\202\366 1!\203\3144\211\203\335\n@\211-@\211.\224+.\225,\324-8/+\204-\325-8\206\303\326\327.-#\202\303\330-A@!\2110\242\331=\203M\332+,0AA#\2100A@00\204]/\306=\204]\313\202\302/\204y\333+,\331\313$\206\302\322+,\3310$\202\302/\306=\203\214\322+,\3310$\202\302/\334=\203\237\335+,\3310$\202\302/\336=\203\262\337+,\3310$\202\302/\340=\205\302\341+,\3310$)-\210\nA\211\202\375*\330\324(8!.\210`
W\203\337
b\210\nA\211\202\241(A\211(\204(
\313\211\223.\207" [font-lock-keywords font-lock-keywords-case-fold-search highlights matcher keyword pos t font-lock-compile-keywords buffer-name 0 make-marker nil message "Fontifying %s... (regexps..%s)" make-string 46 re-search-forward 1 put-text-property font-lock-multiline 2 3 error "No match %d in highlight %S" eval face add-text-properties text-property-not-all prepend font-lock-prepend-text-property append font-lock-append-text-property keep font-lock-fillin-text-property line-end-position line-beginning-position match-data #[nil "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3] count bufname keywords case-fold-search loudly start end highlight match override val limit ...] 9 1993866] 1 353959 nil)
apply(ad-Advice-font-lock-fontify-keywords-region #[(start end &optional loudly) "@\306=\204 \307! AA\310 \311\312 \313\211\211&'()(\203\357*\203<\314\315'\316&T\211&\317\"#\210(@\211@+b\210`,W\203\346 ;\203\\\320 ,\306#\202` ,!\203\346`\311\224V\204m\321u\210\203\235`\212\311\224b\210\321y\210`)Y\203\235\322`\212\311\224b\210\321y\210`)U\203\226`S\202\230\311\224`\323\306$\210\fA\211\203G\n@@\247\203s\n@\211-@\211.\224+.\225,\324-8/+\204\330\325-8\206n\326\327.-#\202n\330-A@!\2110\242\331=\203\370\332+,0AA#\2100A@00\204/\306=\204\313\202m/\204$\333+,\331\313$\206m\322+,\3310$\202m/\306=\2037\322+,\3310$\202m/\334=\203J\335+,\3310$\202m/\336=\203]\337+,\3310$\202m/\340=\205m\341+,\3310$)-\210\202\337
`\313\223\210\n@,1\211(@\325(\233\313\311\224\330(A@!2342\247\203\2442`V\204\253\342 1\202\32721\203\3271\343\324!Y\203\327\3221\343\324!U\203\3151S\202\3213`^1\323\306$\210\344 5\345\216`1W\203\314 ;\203\362\320 1\306#\202\366 1!\203\3144\211\203\335\n@\211-@\211.\224+.\225,\324-8/+\204-\325-8\206\303\326\327.-#\202\303\330-A@!\2110\242\331=\203M\332+,0AA#\2100A@00\204]/\306=\204]\313\202\302/\204y\333+,\331\313$\206\302\322+,\3310$\202\302/\306=\203\214\322+,\3310$\202\302/\334=\203\237\335+,\3310$\202\302/\336=\203\262\337+,\3310$\202\302/\340=\205\302\341+,\3310$)-\210\nA\211\202\375*\330\324(8!.\210`
W\203\337
b\210\nA\211\202\241(A\211(\204(
\313\211\223.\207" [font-lock-keywords font-lock-keywords-case-fold-search highlights matcher keyword pos t font-lock-compile-keywords buffer-name 0 make-marker nil message "Fontifying %s... (regexps..%s)" make-string 46 re-search-forward 1 put-text-property font-lock-multiline 2 3 error "No match %d in highlight %S" eval face add-text-properties text-property-not-all prepend font-lock-prepend-text-property append font-lock-append-text-property keep font-lock-fillin-text-property line-end-position line-beginning-position match-data #[nil "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3] count bufname keywords case-fold-search loudly start end highlight match override val limit ...] 9 1993866] (1 353959 nil))
font-lock-fontify-keywords-region(1 353959 nil)
font-lock-default-fontify-region(1 353959 nil)
font-lock-fontify-region(1 353959 nil)
font-lock-default-fontify-buffer()
font-lock-fontify-buffer()
fic-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()
set-auto-mode-0(org-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(nil t)
find-file-noselect-1(#<buffer python.org> "~/lg/python.org" nil nil "~/lg/python.org" (57479291 16777220))
find-file-noselect("/Users/user/lg/python.org" nil nil t)
find-file("/Users/user/lg/python.org" t)
find-alternate-file("/Users/user/lg/python.org" t)
funcall-interactively(find-alternate-file "/Users/user/lg/python.org" t)
call-interactively(find-alternate-file nil nil)
command-execute(find-alternate-file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment