emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ilja Kocken <iljakocken@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] org-element--cache parser error [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]
Date: Thu, 20 Jul 2023 17:19:06 -1000	[thread overview]
Message-ID: <CANyca0-hwRZf5DH-dkU8RF_S0PKk6f4sSjpPUtFgoArbvKzo9A@mail.gmail.com> (raw)

This is a bit of a messy bug report, but I've been experiencing it quite
 regularly lately and it keeps insisting I report it, so I hope it's
helpful, even if not specific at all...


After running org for some time with multiple buffers open, I get this
 error out of nowhere:

 ■  Warning (org-element-cache): org-element--cache: Org parser error
in compare_acycle_solutions.png::235494. Resetting.
 The error was: (error "rx ‘**’ range error")
 Backtrace:
nil
 Please report this to Org mode mailing list (M-x org-submit-bug-report).

So here's the output of M-x org-submit-bug-report:

Thank you!

Ilja

Emacs  : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.17.8)
 of 2023-06-05
Package: Org mode version 9.6.6 (release_9.6.6 @
/usr/share/emacs/30.0.50/lisp/org/)

current state:
==============
(setq
 org-noter--doc-goto-location-hook '(org-noter-pdftools--doc-goto-location
                     org-noter-djvu--goto-location org-noter-nov--goto-location
                     org-noter-pdf--goto-location)
 org-ref-bibtex-pdf-download-dir nil
 org-noter--check-location-property-hook '(org-noter-pdftools--check-link)
 org-link-elisp-confirm-function 'yes-or-no-p
 org-shiftdown-final-hook '(evil-org-shift-fallback-command)
 org-hierarchical-todo-statistics nil
 org-global-properties '(("Effort_ALL" . "0:05 0:15 0:30 1:00 2:00 3:00 4:00"))
 org-ref-cite-onclick-function #[257 "\300 \207"
[org-ref-citation-hydra/body] 2 "\n\n(fn _)"]
 org-hide-emphasis-markers t
 org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
"\n\n(fn ENTRY)"]
 org-export-with-sub-superscripts '{}
 org-pdftools-get-desc-function 'org-pdftools-get-desc-default
 org-ref-insert-cite-function 'org-ref-insert-cite-link
 org-num-skip-tags '("ignore" "nolatex" "noexport")
 org-log-done 'time
 org-roam-dailies-capture-templates '(("d" "default" entry "* %?" :if-new
                       (file+head "%<%Y-%m-%d>.org"
                    "#+title: %<%Y-%m-%d>\n#+created:
%U\n#+last_modified: %U\n")
                       :add-created t :jump-to-captured t)
                      )
 org-agenda-custom-commands '(("i" "Inbox" tags "inbox")
                  ("I" "Important"
                   ((tags "PRIORITY=\"A\"/PROJ"
                 ((org-agenda-overriding-header "High-priority projects:")))
                (tags "PRIORITY=\"A\"/!-PROJ"
                 ((org-agenda-skip-function
                   '(org-agenda-skip-entry-if 'todo 'done))
                  (org-agenda-overriding-header
                   "High-priority unfinished tasks:")
                  )
                 )
                )
                   )
                  ("A" "new block agenda"
                   ((tags-todo "*"
                 ((org-agenda-skip-function
                   '(org-agenda-skip-if nil '(timestamp)))
                  (org-agenda-skip-function
                   `(org-agenda-skip-entry-if 'notregexp
                     ,(format "\\[#%s\\]" (char-to-string
org-priority-highest)))
                   )
                  (org-agenda-block-separator nil)
                  (org-agenda-overriding-header "Important tasks
without a date")
                  )
                 )
                (todo "WAIT" ((org-agenda-overriding-header "\nTasks on hold")))
                (agenda ""
                 ((org-agenda-block-separator nil) (org-agenda-span 1)
                  (org-deadline-warning-days 0) (org-scheduled-past-days 0)
                  (org-deadline-past-days 0)
                  (org-agenda-day-face-function (lambda (date)
'org-agenda-date))
                  (org-agenda-format-date "%A %-e %B %Y")
                  (org-agenda-overriding-header "\nToday's agenda"))
                 )
                (agenda ""
                 ((org-agenda-start-on-weekday nil) (org-agenda-start-day "+1d")
                  (org-agenda-span 7) (org-deadline-warning-days 0)
                  (org-agenda-block-separator nil)
                  (org-agenda-skip-function
                   '(org-agenda-skip-entry-if 'todo 'done))
                  (org-agenda-overriding-header "\nNext seven days"))
                 )
                (agenda ""
                 ((org-agenda-time-grid nil) (org-agenda-start-on-weekday nil)
                  (org-agenda-start-day "+7d") (org-agenda-span 14)
                  (org-agenda-show-all-dates nil) (org-deadline-warning-days 0)
                  (org-agenda-block-separator nil)
                  (org-agenda-entry-types '(:deadline))
                  (org-agenda-skip-function
                   '(org-agenda-skip-entry-if 'todo 'done))
                  (org-agenda-overriding-header "\nUpcoming deadlines (+14d)"))
                 )
                (agenda ""
                 ((org-agenda-overriding-header "\nOverdue")
                  (org-agenda-time-grid nil) (org-agenda-block-separator nil)
                  (org-agenda-start-on-weekday nil)
                  (org-agenda-show-all-dates nil) (org-agenda-format-date "")
                  (org-agenda-span 1)
                  (org-agenda-skip-function
                   '(org-agenda-skip-entry-if 'todo 'done))
                  (org-agenda-entry-types '(:deadline :scheduled))
                  (org-scheduled-past-days 999) (org-deadline-past-days 999)
                  (org-deadline-warning-days 0))
                 )
                )
                   )
                  ("n" "Next Actions" todo "NEXT") ("w" "Waiting" todo "WAIT")
                  ("j" "Projects" tags "prj/-SOME-DONE-CANC")
                  ("W" "Work" tags-todo "-Personal/!-WAIT"
                   ((org-agenda-todo-ignore-scheduled t)))
                  ("P" "Personal" tags-todo "-Work/!-WAIT"
                   ((org-agenda-todo-ignore-scheduled t)))
                  ("g" . "GTD contexts") ("gh" "Home" tags-todo "@home")
                  ("gk" "Klusjes/Craft" tags-todo "@klusje")
                  ("go" "Office" tags-todo "@office")
                  ("ge" "Errands" tags-todo "@errands")
                  ("gl" "Laboratory" tags-todo "@lab")
                  ("gt" "Teams" tags-todo "@teams")
                  ("gc" "Computer" tags-todo "@computer")
                  ("gB" "Phone" tags-todo "@phone")
                  ("gm" "e-mail" tags-todo "@email") ("gb" "Bank"
tags-todo "@bank")
                  ("gw" "Write" tags-todo "@write")
                  ("gp" "Program" tags-todo "@program")
                  ("gC" "Create/Plot" tags-todo "@createplot")
                  ("gr" "Read" tags-todo "@read")
                  ("gg" "Research" tags-todo "@research")
                  ("gs" "Schedule" tags-todo "@schedule")
                  ("ga" "Agenda" tags-todo "@agenda") ("E" . "Energy")
                  ("Ef" "Focus" tags-todo "@focus")
                  ("Ed" "Braindead" tags-todo "@braindead")
                  ("D" "DataSteward" tags-todo "DataSteward") ("p" . "People")
                  ("pm" "Martin" tags-todo "Martin") ("pl" "Line"
tags-todo "Line")
                  ("pa" "Anne" tags-todo "Anne") ("pf" "FEST" tags-todo "FEST")
                  ("pi" "Inigo" tags-todo "Inigo"))
 org-log-into-drawer t
 org-startup-folded 'content
 org-babel-after-execute-hook '(my/babel-ansi)
 org-agenda-files
'("/home/japhir/SurfDrive/Postdoc1/prj/2023-03-23_snvec-R/snvecR_todo.org"
            "/home/japhir/ArchConfigs/myinit.org"
                    "[OMITTED GIANT LIST OF org-roam daily files]")
 org-capture-templates '(("t" "Todo" entry (file org-in-file) "*
%?\n%a" :add-created t)
             ("x" "simple" entry (file org-in-file) "* %?" :add-created t)
             ("T" "Todo-nolink-tag" entry (file org-in-file) "* %? %^G\n"
              :add-created t)
             ("m" "Email" entry (file org-in-file)
              "* %? from %:from on %:subject :@email:\n %i\n %a\n"
:add-created t)
             ("w" "Website" entry (file org-in-file) "* %?\nEntered on
%U\n %i\n %a")
             ("r" "Weekly Review" entry (file "~/org/log.org")
              (file "~/org/weekly_review.org") :clock-in t :clock-keep t
              :jump-to-captured t)
             ("p" "Protocol" entry (file org-in-file)
              "* %:description%?
:@web:\n[[%:link][%:description]]\n#+begin_quote\n%:initial\n#+end_quote\n"
:add-created t)
             ("L" "Protocol Link" entry (file org-in-file)
              "* %:description%? :@web:\n[[%:link][%:description]]"
:add-created t)
             ("j" "Journal" entry (file+olp+datetree org-journal-file)
              "* %?\nEntered on %U\n %i\n %a")
             )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-refile-targets '((nil :maxlevel . 9) (org-gtd-file :maxlevel . 3)
              (org-tickler-file :maxlevel . 2) (org-notes-file :maxlevel . 2)
              (org-lists-file :maxlevel . 2) (org-someday-file :maxlevel . 2)
              (org-clumped-file :maxlevel . 4))
 org-ref-open-pdf-function 'my/org-ref-open-pdf-at-point
 org-export-before-parsing-hook '(org-attach-expand-links
org-ref-acronyms-before-parsing
                  org-ref-glossary-before-parsing)
 org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-tag-alist '(("prj" . 106) (:startgroup) ("@home" . 104) ("@office" . 111)
         ("@errands" . 101) ("@lab" . 108) (:endgroup) ("@computer" . 99)
         ("@klusje" . 107) ("@phone" . 66) ("@email" . 109) ("@teams" . 116)
         ("@bank" . 98) ("@write" . 119) ("@program" . 112) ("@createplot" . 67)
         ("@read" . 114) ("@research" . 103) ("@schedule" . 115)
("@agenda" . 97)
         (:startgroup) ("@focus" . 102) ("@braindead" . 100)
(:endgroup) (:startgroup)
         ("Work" . 87) ("Personal" . 80) (:endgroup) ("DataSteward" . 68)
         ("Family" . 70) ("Martin" . 77) ("Line" . 76) ("Inigo" . 73)
("Niels" . 78))
 org-ref-default-citation-link 'parencite
 org-roam-find-file-hook '(org-roam-buffer--setup-redisplay-h
               org-roam--register-completion-functions-h
               org-roam--replace-roam-links-on-save-h
               org-roam-db-autosync--setup-update-on-save-h)
 org-refile-use-outline-path 'file
 org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . "xdg-open %s")
         ("\\.pdf\\'" lambda (file link) (org-pdftools-open link))
         ("\\.mp4\\'" . "xdg-open %s") ("\\.webm\\'" . "xdg-open %s")
         ("\\.mkv\\'" . "xdg-open %s") ("\\.pdf.xoj\\'" . "xournal %s"))
 org-noter-pdftools-markup-pointer-function
'pdf-annot-add-highlight-markup-annotation
 org-noter--pretty-print-location-for-title-hook
'(org-noter-djvu--pretty-print-location
                           org-noter-nov--pretty-print-location
                           org-noter-pdf--pretty-print-location-for-title)
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
 org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME
CONTENTS WIDTH)"]
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
          org-cycle-optimize-window-after-visibility-change
          org-cycle-display-inline-images)
 org-noter--note-after-tipping-point-hook
'(org-noter-pdftools--note-after-tipping-point)
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-ref-default-ref-type "cref"
 org-modules '(ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus
ol-info ol-irc ol-mhe ol-rmail
           ol-eww org-habit)
 org-link-from-user-regexp "\\<japhir@worktop\\>"
 org-noter--pretty-print-highlight-location-hook
'(org-noter-pdf--pretty-print-highlight)
 org-mouse-1-follows-link t
 org-mode-hook '(#[0 "\301\211 \207" [imenu-create-index-function
org-imenu-get-tree] 2]
         org-pdftools-setup-link org-ref-org-menu flyspell-mode org-appear-mode
         org-fragtog-mode variable-pitch-mode evil-org-mode
visual-fill-column-mode
         #[0 "\300\301\302\303\304$\207"
           [add-hook change-major-mode-hook org-fold-show-all append local] 5]
         #[0 "\300\301\302\303\304$\207"
           [add-hook change-major-mode-hook org-babel-show-result-all
append local] 5]
         org-babel-result-hide-spec org-babel-hide-all-hashes org-eldoc-load)
 org-babel-load-languages '((emacs-lisp . t) (dot . t) (python . t)
(latex . t) (shell . t)
                (latex . t) (R . t))
 org-appear-autoentities t
 org-ref-insert-link-function 'org-ref-insert-link
 org-src-window-setup 'current-window
 org-ctrl-k-protect-subtree t
 org-shiftup-final-hook '(evil-org-shift-fallback-command)
 org-roam-ref-annotation-function 'org-roam-ref-read--annotation
 org-roam-directory "/home/japhir/SurfDrive/bibliography/notes/"
 org-noter--pretty-print-location-hook
'(org-noter-pdftools--pretty-print-location
                     org-noter-djvu--pretty-print-location
                     org-noter-nov--pretty-print-location
                     org-noter-pdf--pretty-print-location)
 org-agenda-time-grid '((daily today require-timed) (800 1000 1200
1400 1600 1800 2000) "......"
            "----------------")
 org-agenda-span 'day
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-ellipsis "…"
 org-roam-db-node-include-function #[0 "\300\207" [t] 1]
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-appear-autosubmarkers t
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-use-sub-superscripts '{}
 org-agenda-sorting-strategy '((agenda habit-down time-up
priority-down todo-state-up
                category-keep)
                   (todo todo-state-up priority-down category-keep)
                   (tags priority-down todo-state-up category-keep)
                   (search category-keep))
 org-stuck-projects '("+prj/-CANC-SOME-DONE" ("NEXT" "WAIT" "TICK") nil)
 org-startup-indented t
 org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}"
              ("\\section{%s}" . "\\section*{%s}")
              ("\\subsection{%s}" . "\\subsection*{%s}")
              ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
             ("article" "\\documentclass[11pt]{article}"
              ("\\section{%s}" . "\\section*{%s}")
              ("\\subsection{%s}" . "\\subsection*{%s}")
              ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
              ("\\paragraph{%s}" . "\\paragraph*{%s}")
              ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
             ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" .
"\\part*{%s}")
              ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" .
"\\section*{%s}")
              ("\\subsection{%s}" . "\\subsection*{%s}")
              ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
             ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" .
"\\part*{%s}")
              ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" .
"\\section*{%s}")
              ("\\subsection{%s}" . "\\subsection*{%s}")
              ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
             )
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-roam-verbose nil
 org-agenda-mode-hook '((lambda nil (visual-line-mode -1)
(toggle-truncate-lines 1))
            evil-org-mode)
 org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
                 org-roam-capture--try-capture-to-ref-h)
 org-pandoc-options '((bibliography .
"/home/japhir/Documents/References/PhD.bib"))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h
                     zp/org-capture-set-created-property)
 org-ref-cite-types '(("cite" "basic citation")
              ("nocite" "add key to bibliography, but do not cite it
in the text")
              ("citet" "textual, Jones et al. (1990)")
              ("citet*" "textual, full author list Jones, Baker, and
Williams (1990)")
              ("citep" "parenthetical citation (Jones et al. (1990))")
              ("citep*"
               "parenthetical, full author list, (Jones, Baker, and
Williams, 1990)")
              ("citealt" "same as citet, but without parentheses")
              ("citealt*" "same as citet, with full author list but
without parentheses")
              ("citealp" "same as citep, but without parentheses")
              ("citealp*"
               "same as citep, with full author list, but without parentheses")
              ("citenum" "The number of the citation in the
bibliography, e.g. 11")
              ("citetext" "text inserted in citation in the document")
              ("citeauthor" "Only the author, Jones et al.")
              ("citeauthor*" "The full author list, Jones, Baker, and Williams")
              ("citeyear" "The year of the citation, 2021")
              ("citeyearpar" "The year in parentheses (2021)")
              ("Citet"
               "like citet, but with forced capitalization for
starting sentences")
              ("Citep"
               "like citep, but with forced capitalization for
starting sentences")
              ("Citealt" "like citet, but with forced capitalization
and no parentheses")
              ("Citealp" "like citep, but with forced capitalization
and no parentheses")
              ("Citeauthor" "like citeauthor with forced capitalization")
              ("Citet*" "like citet, with full author list and forced
capitalization")
              ("Citep*" "like citep, with full author list and forced
capitalization")
              ("Citealt*"
               "like citet, with full author list, forced
capitalization and no parentheses")
              ("Citealp*"
               "like citep, with full author list, forced
capitalization and no parentheses")
              ("Citeauthor*" "like citeauthor with forced capitalization")
              ("Cite" "basic citation with capitalization")
              ("parencite" "similar to cite with parentheses")
              ("Parencite" "similar to cite with parentheses and
capitalization")
              ("footcite" "Put the citation in a footnote")
              ("footcitetext" "Put the citation in a footnote using
\footnotetext")
              ("textcite" "print the authors or editors as a subject
of the sentence")
              ("Textcite"
               "print the authors or editors as a subject of the
sentence with capitalization")
              ("smartcite" "like parencite in a footnote, and footcite
in the body")
              ("Smartcite"
               "like parencite in a footnote, and footcite in the body
with capitalization")
              ("cite*" "similar to cite, but prints the year or title")
              ("parencite*" "similar to parencite, but prints the year
or title")
              ("supercite" "superscripted numeric citation (only in
numeric styles)")
              ("autocite" "handles some punctuation nuances")
              ("Autocite" "handles some punctuation nuances with punctuation")
              ("autocite*" "same as autocite but * is passed to the backend")
              ("Autocite*" "same as Autocite but * is passed to the backend")
              ("citetitle" "the shorttitle or title field")
              ("citetitle*" "the full title") ("citeyear" "the year field")
              ("citeyear*" "the year field and extradate information
if available")
              ("citedate" "the full date or year")
              ("citedate*"
               "the full date or year, including extradate information
if available")
              ("citeurl" "the url field")
              ("fullcite"
               "create a full citation similar to what is in the bibliography")
              ("footfullcite" "create a full citation as a footnote")
              ("notecite" "print prenote and postnote, but no citation")
              ("Notecite"
               "print prenote and postnote, but no citation with
capitalization")
              ("pnotecite" "similar to notecite with parentheses")
              ("Pnotecite" "similar to Notecite with parentheses")
              ("fnotecite" "similar to notecite in a footnote")
              ("cites" "multicite version of cite")
              ("Cites" "multicite version of Cite")
              ("parencites" "multicite version of parencite")
              ("Parencites" "multicite version of Parencite")
              ("footcites" "multicite version of footcite")
              ("footcitetexts" "multicite version of footcitetext")
              ("smartcites" "multicite version of smartcite")
              ("Smartcites" "multicite version of Smartcite")
              ("textcites" "multicite version of textcite")
              ("Textcites" "multicite version of Textcite")
              ("supercites" "multicite version of supercite")
              ("autocites" "multicite version of autocite") ("citeA"
"apacite textcite")
              ("Autocites" "multicite version of Autocite")
              ("bibentry" "Insert the bibtex entry"))
 org-latex-packages-alist
'(("giveninits=true,uniquename=false,uniquelist=false,citestyle=authoryear-comp,bibstyle=authoryear-comp,date=year,hyperref=true,mincitenames=1,maxcitenames=2,backend=biber,backref,doi=true,url=false,isbn=false"
"biblatex" nil)
                ("" "siunitx" nil) ("version=4" "mhchem"))
 org-babel-after-execute-hook-hook '(my/babel-ansi org-redisplay-inline-images)
 org-roam-preview-function 'org-roam-preview-default-function
 org-babel-tangle-lang-exts '(("latex" . "tex") ("python" . "py")
("emacs-lisp" . "el")
                  ("elisp" . "el"))
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-appear-autolinks t
 org-roam-db-autosync-mode t
 org-confirm-elisp-link-function 'yes-or-no-p
 org-modern-todo-faces '(("NEXT" . org-todo-next) ("WAIT" . org-todo-waiting)
             ("TICK" . org-todo-tick) ("SOME" . org-todo-someday)
             ("DONE" . org-done-done) ("CANC" . org-done-cancelled))
 org-pandoc-epub-rights "Copyright 2023  <japhir@worktop>"
 org-tags-exclude-from-inheritance '("prj")
 org-log-buffer-setup-hook '(org-roam-log--setup evil-insert-state)
 org-appear-delay 1
 org-src-block-faces '(("emacs-lisp" modus-themes-nuanced-magenta)
               ("elisp" modus-themes-nuanced-magenta)
               ("clojure" modus-themes-nuanced-magenta)
               ("clojurescript" modus-themes-nuanced-magenta)
               ("c" modus-themes-nuanced-blue) ("c++" modus-themes-nuanced-blue)
               ("sh" modus-themes-nuanced-green) ("shell"
modus-themes-nuanced-green)
               ("html" modus-themes-nuanced-yellow) ("xml"
modus-themes-nuanced-yellow)
               ("css" modus-themes-nuanced-red) ("scss"
modus-themes-nuanced-red)
               ("python" modus-themes-nuanced-green)
               ("ipython" modus-themes-nuanced-magenta) ("r"
modus-themes-nuanced-cyan)
               ("yaml" modus-themes-nuanced-cyan) ("conf"
modus-themes-nuanced-cyan)
               ("docker" modus-themes-nuanced-cyan))
 org-todo-keywords '((sequence "NEXT(n)" "WAIT(w!/!)" "TICK(t)"
"SOME(s!/!)" "|" "DONE(d)"
              "CANC(c)")
             )
 org-id-link-to-org-use-id 'create-if-interactive
 org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi
orcb-key-comma
                   org-ref-replace-nonascii orcb-& orcb-%
                   org-ref-title-case-article orcb-clean-year orcb-key
                   orcb-clean-doi orcb-clean-pages orcb-check-journal
                   org-ref-sort-bibtex-entry orcb-fix-spacing orcb-download-pdf)
 org-roam-capture-new-node-hook '(orb--insert-captured-ref-h
                  org-roam-capture--insert-captured-ref-h)
 org-structure-template-alist '(("ss" . "src sh\n") ("sj" . "src julia\n")
                ("sp" . "src python\n") ("sr" . "src R\n")
                ("se" . "src emacs-lisp\n") ("a" . "export ascii")
                ("c" . "center") ("C" . "comment") ("e" . "example")
                ("E" . "export") ("h" . "export html") ("l" . "export latex")
                ("q" . "quote") ("s" . "src") ("v" . "verse"))
 org-noter--show-arrow-hook '(org-noter-pdf--show-arrow)
 org-pretty-entities t
 org-shiftright-final-hook '(evil-org-shift-fallback-command)
 org-fontify-whole-heading-line t
 org-noter-insert-heading-hook '(org-noter-pdftools--insert-heading)
 org-ref-insert-ref-function 'org-ref-insert-ref-link
 org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
 org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-roam-bibtex-mode t
 org-latex-prefer-user-labels t
 org-modern-mode-hook '(org-modern-mode-set-explicitly)
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-noter--add-highlight-hook '(org-noter-pdf--highlight-location)
 org-noter--get-current-view-hook '(org-noter-djvu--get-current-view
                    org-noter-nov--get-current-view
                    org-noter-pdf--get-current-view)
 org-noter-set-up-document-hook '(org-noter-djvu--setup-handler
org-noter-nov--setup-handler
                  org-noter-pdf--doc-view-setup-handler
                  org-noter-pdf--pdf-view-setup-handler)
 org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate
 org-noter--get-containing-element-hook '(org-noter--get-containing-heading
                      org-noter--get-containing-property-drawer)
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-cite-export-processors '((latex biblatex) (t csl))
 org-M-RET-may-split-line '((default))
 org-latex-format-inlinetask-function
'org-latex-format-inlinetask-default-function
 org-pdftools-markup-pointer-function 'pdf-annot-add-underline-markup-annotation
 org-noter--convert-to-location-cons-hook
'(org-noter-pdftools--convert-to-location-cons
                        org-noter-pdf--convert-to-location-cons)
 org-ref-clean-bibtex-key-function '(lambda (key)
(replace-regexp-in-string ":" "" key))
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-agenda-todo-ignore-scheduled t
 org-link-shell-confirm-function 'yes-or-no-p
 org-shiftleft-final-hook '(evil-org-shift-fallback-command)
 org-agenda-finalize-hook '(org-modern-agenda)
 org-babel-pre-tangle-hook '(save-buffer)
 org-pomodoro-break-finished-hook '(org-pomodoro-prompt)
 org-roam-completion-everywhere t
 org-agenda-loop-over-headlines-in-active-region nil
 org-fontify-quote-and-verse-blocks t
 org-todo-keyword-faces '(("NEXT" . org-todo-next) ("WAIT" . org-todo-waiting)
              ("TICK" . org-todo-tick) ("SOME" . org-todo-someday)
              ("DONE" . org-done-done) ("CANC" . org-done-cancelled))
 org-cite-global-bibliography
'("/home/japhir/SurfDrive/bibliography/references.bib")
 org-noter--get-precise-info-hook '(org-noter-pdftools--get-precise-info
                    org-noter-djvu--get-precise-info
                    org-noter-nov--get-precise-info
                    org-noter-pdf--doc-view-get-precise-info
                    org-noter-pdf--pdf-view-get-precise-info)
 org-capture-mode-hook '(evil-insert-state)
 org-noter-hide-other nil
 org-noter--parse-location-property-hook '(org-noter-pdftools--parse-link)
 org-noter-notes-search-path "~/SurfDrive/bibliography/notes/"
 org-num-skip-unnumbered t
 org-noter--get-highlight-location-hook '(org-noter-pdf--get-highlight)
 org-occur-hook '((lambda nil (org-remove-occur-highlights nil nil nil))
          org-first-headline-recenter)
 org-capture-after-finalize-hook '(orb-make-notes-cache)
 org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-noter--doc-approx-location-hook '(org-noter-pdftools--doc-approx-location
                       org-noter-djvu--approx-location-cons
                       org-noter-nov--approx-location-cons
                       org-noter-pdf--approx-location-cons)
 org-roam-node-annotation-function 'org-roam-node-read--annotation
 org-link-parameters '(("roam" :follow org-roam-link-follow-link)
               ("attachment" :follow org-attach-follow :complete
            org-attach-complete-link)
               ("pdf" :follow org-pdftools-open :complete
org-pdftools-complete-link
            :store org-pdftools-store-link :export org-pdftools-export)
               ("nov" :follow nov-org-link-follow :store nov-org-link-store)
               ("eww" :follow org-eww-open :store org-eww-store-link)
               ("rmail" :follow org-rmail-open :store org-rmail-store-link)
               ("mhe" :follow org-mhe-open :store org-mhe-store-link)
               ("irc" :follow org-irc-visit :store org-irc-store-link :export
            org-irc-export)
               ("info" :follow org-info-open :export org-info-export :store
            org-info-store-link :insert-description
org-info-description-as-command)
               ("gnus" :follow org-gnus-open :store org-gnus-store-link)
               ("docview" :follow org-docview-open :export
org-docview-export :store
            org-docview-store-link)
               ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
            org-bbdb-complete-link :store org-bbdb-store-link)
               ("w3m" :store org-w3m-store-link)
               ("ACRfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRfullpl" "Both the acronym and its definition in
plural ALL-CAPS")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("ACRfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRfull" "Both the acronym and its definition in ALL-CAPS")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrfullpl"
                "Capitalized both the acronym and its definition in plural")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrfull" "Capitalized both the acronym and its definition")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrfullpl" "Both the acronym and its definition in plural")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrfull" "Both the acronym and its definition") (latex beamer)
               format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("ACRlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRlongpl" "plural ALL-CAPS definition") (latex beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("ACRlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRlong" "ALL-CAPS definition") (latex beamer) format
"\\%s{%s}"
               "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrlongpl" "Plural capitalized definition") (latex
beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrlong" "Capitalized definition") (latex beamer)
format "\\%s{%s}"
               "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrlongpl" "The plural definition") (latex beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrlong" "The label definition") (latex beamer)
format "\\%s{%s}"
               "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("ACRshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRshortpl" "ALL-CAPS plural acronym") (latex beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("ACRshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("ACRshort" "ALL-CAPS acronym") (latex beamer) format
"\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrshortpl" "Plural capitalized acronym") (latex beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Acrshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("Acrshort" "Capitalized acronym") (latex beamer)
format "\\%s{%s}"
               "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrshortpl" "The acronym for label in plural") (latex beamer)
               format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("acrshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
            :help-echo or-acronym-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \226\"\207"
              [("acrshort" "The acronym for label") (latex beamer)
format "\\%s{%s}"
               "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("printglossaries" :export
            #[771 "\211\300>\203 \0\301\207\302\303 \"\207"
              [(latex beamer) "\\printglossaries" format "%s"] 6
              "\n\n(fn PATH DESC FORMAT)"]
            )
               ("glslink" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\300>\203\f\0\301\302  #\207\301\303 \"\207"
              [(latex beamer) format "\\glslink{%s}{%s}" "%s"] 7
              "\n\n(fn PATH DESC FORMAT)"]
            )
               ("Glsdesc" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("Glsdesc" "The capitalized description associated with
the label")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("glsdesc" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("glsdesc" "The description associated with the label")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Glssymbol" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("Glssymbol"
                "The capitalized symbol defined (only with latex definition)")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("glssymbol" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("glssymbol" "The symbol defined (only with latex definition)")
               (latex beamer) format "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Glspl" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("Glspl" "The plural capitalized term") (latex beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("Gls" :follow or-follow-glossary :face org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("Gls" "The capitalized term") (latex beamer) format
"\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("glspl" :follow or-follow-glossary :face
org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("glspl" "The plural term") (latex beamer) format
"\\%s{%s}" "%s"] 7
              "\n\n(fn PATH _ FORMAT)"]
            )
               ("gls" :follow or-follow-glossary :face org-ref-glossary-face-fn
            :help-echo or-glossary-tooltip :export
            #[771 "\211\301>\203
\0\302\303\300@ #\207\302\304 \"\207"
              [("gls" "The term associated with the label") (latex
beamer) format
               "\\%s{%s}" "%s"]
              7 "\n\n(fn PATH _ FORMAT)"]
            )
               ("doi" :follow org-link-doi-open :export org-link-doi-export)
               ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
               ("printindex" :follow org-ref-index :export
            #[771 "\211\300=\205    \0\301\302!\207" [latex format
"\\printindex"] 5
              "\n\n(fn PATH DESC FORMAT)"]
            )
               ("index" :follow #[257 "\300 !\207" [occur] 3 "\n\n(fn
PATH)"] :export
            #[771 "\211\300=\205\n\0\301\302 \"\207" [latex format
"\\index{%s}"] 6
              "\n\n(fn PATH DESC FORMAT)"]
            )
               ("list-of-tables" :follow org-ref-list-of-tables :export
            #[771 "\211\300=\205    \0\301\302!\207" [latex format
"\\listoftables"]
              5 "\n\n(fn PATH DESC FORMAT)"]
            )
               ("list-of-figures" :follow org-ref-list-of-figures :export
            #[771 "\211\300=\205    \0\301\302!\207"
              [latex format "\\listoffigures"] 5 "\n\n(fn PATH DESC FORMAT)"]
            )
               ("label" :export
            #[771 "\211\300=\205\n\0\301\302 \"\207" [latex format
"\\label{%s}"] 6
              "\n\n(fn PATH DESC FORMAT)"]
            :face org-ref-label-face :help-echo "A label")
               ("Crefrange" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Crefrange") org-ref-crefrange-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            org-ref-Crefrange-export :face org-ref-ref-face :help-echo
            org-ref-ref-help-echo)
               ("crefrange" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("crefrange") org-ref-crefrange-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            org-ref-crefrange-export :face org-ref-ref-face :help-echo
            org-ref-ref-help-echo)
               ("Cref" :store org-ref-store-Cref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Cref") org-ref-complete-link apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Cref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("cref" :store org-ref-store-cref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("cref") org-ref-complete-link apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("cref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("Autoref" :store org-ref-store-Autoref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Autoref") org-ref-complete-link apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Autoref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("autoref" :store org-ref-store-autoref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("autoref") org-ref-complete-link apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("autoref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("eqref" :store org-ref-store-eqref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("eqref") org-ref-complete-link apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("eqref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("nameref" :store org-ref-store-nameref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("nameref") org-ref-complete-link apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("nameref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("pageref" :store org-ref-store-pageref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("pageref") org-ref-complete-link apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("pageref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :complete
            #[256 "\300 \301\"\207" [org-ref-complete-link "pageref"] 4
              "\n\n(fn &optional ARG)"]
            :help-echo org-ref-ref-help-echo)
               ("ref" :store org-ref-store-ref :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("ref") org-ref-complete-link apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
            #[128 "\302\301\303\300 \"\"\207"
              [("ref") org-ref-ref-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
               ("bibentry" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("bibentry") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("bibentry") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Autocites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("autocites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("autocites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("autocites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("supercites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("supercites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("supercites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Textcites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Textcites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Textcites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("textcites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("textcites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("textcites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Smartcites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Smartcites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Smartcites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("smartcites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("smartcites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("smartcites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("footcitetexts" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("footcitetexts") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("footcitetexts") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("footcites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("footcites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("footcites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Parencites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Parencites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Parencites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("parencites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("parencites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("parencites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Cites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Cites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Cites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("cites" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("cites") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("cites") org-ref-multicite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("fnotecite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("fnotecite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("fnotecite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Pnotecite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Pnotecite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Pnotecite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("pnotecite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("pnotecite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("pnotecite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Notecite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Notecite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Notecite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("notecite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("notecite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("notecite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("footfullcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("footfullcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("footfullcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("fullcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("fullcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("fullcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeurl" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeurl") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeurl") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citedate*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citedate*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citedate*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citedate" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citedate") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citedate") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeyear*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyear*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyear*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citetitle*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citetitle*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citetitle*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citetitle" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citetitle") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citetitle") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Autocite*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocite*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocite*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("autocite*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("autocite*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("autocite*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Autocite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Autocite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("autocite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("autocite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("autocite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("supercite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("supercite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("supercite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("parencite*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("parencite*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("parencite*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("cite*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("cite*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("cite*") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Smartcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Smartcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Smartcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("smartcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("smartcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("smartcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Textcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Textcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Textcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("textcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("textcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("textcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("footcitetext" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("footcitetext") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("footcitetext") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("footcite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("footcite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("footcite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Parencite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Parencite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Parencite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("parencite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("parencite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("parencite") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Cite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Cite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Cite") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citeauthor*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citeauthor*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citeauthor*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citealp*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealp*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealp*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citealt*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealt*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealt*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citep*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citep*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citep*") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citet*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citet*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citet*") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citeauthor" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citeauthor") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citeauthor") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citealp" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealp") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealp") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citealt" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealt") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citealt") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citep" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citep") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citep") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("Citet" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("Citet") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("Citet") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeyearpar" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyearpar") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyearpar") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeyear" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyear") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeyear") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeauthor*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeauthor*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeauthor*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citeauthor" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citeauthor") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citeauthor") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citetext" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citetext") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citetext") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citenum" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citenum") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citenum") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citealp*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citealp*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citealp*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citealp" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citealp") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citealp") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citealt*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citealt*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citealt*") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citealt" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citealt") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citealt") org-ref-cite-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citep*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citep*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citep*") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citep" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citep") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citep") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citet*" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citet*") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citet*") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("citet" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("citet") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("citet") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("nocite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("nocite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("nocite") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("cite" :complete
            #[128 "\302\301\303\300 \"\"\207"
              [("cite") org-ref-cite-link-complete apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
            org-ref-cite-tooltip :export
            #[128 "\302\301\303\300 \"\"\207"
              [("cite") org-ref-cite-export apply append] 6 "\n\n(fn
&rest ARGS2)"]
            :activate-func org-ref-cite-activate)
               ("bibliographystyle" :complete
org-ref-bibliographystyle-complete-link
            :activate-func org-ref-bibliographystyle-activate :export
            org-ref-bibliographystyle-export)
               ("printbibliography" :export org-ref-printbibliography-export)
               ("nobibliography*" :complete
org-ref-nobibliography-complete :store
            org-ref-bibtex-store-link :help-echo "No bibliography link"
            :activate-func org-ref-bibliography-activate :follow
            org-ref-bibliography*-follow :export
            #[128 "\302\301\303\300 \"\"\207"
              [("\\nobibliography*") org-ref-bibliography*-export
apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :face org-link)
               ("nobibliography" :complete
org-ref-nobibliography-complete :store
            org-ref-bibtex-store-link :help-echo "No bibliography link"
            :activate-func org-ref-bibliography-activate :follow
            org-ref-bibliography*-follow :export
            #[128 "\302\301\303\300 \"\"\207"
              [("\\nobibliography") org-ref-bibliography*-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :face org-link)
               ("bibliography" :follow org-ref-bibliography*-follow :store
            org-ref-bibtex-store-link :complete org-ref-bibliography-complete
            :help-echo "Bibliography link" :export
            #[128 "\302\301\303\300 \"\"\207"
              [("\\bibliography") org-ref-bibliography*-export apply append] 6
              "\n\n(fn &rest ARGS2)"]
            :activate-func org-ref-bibliography-activate :face org-link)
               ("id" :follow org-roam-id-open) ("file+sys") ("file+emacs")
               ("shell" :follow org-link--open-shell)
               ("news" :follow
            #[514 "\301\300\302 Q \"\207" ["news" browse-url ":"] 6
              "\n\n(fn URL ARG)"]
            )
               ("mailto" :follow
            #[514 "\301\300\302 Q \"\207" ["mailto" browse-url ":"] 6
              "\n\n(fn URL ARG)"]
            )
               ("https" :follow
            #[514 "\301\300\302 Q \"\207" ["https" browse-url ":"] 6
              "\n\n(fn URL ARG)"]
            )
               ("http" :follow
            #[514 "\301\300\302 Q \"\207" ["http" browse-url ":"] 6
              "\n\n(fn URL ARG)"]
            )
               ("ftp" :follow
            #[514 "\301\300\302 Q \"\207" ["ftp" browse-url ":"] 6
              "\n\n(fn URL ARG)"]
            )
               ("help" :follow org-link--open-help :store org-link--store-help)
               ("file" :complete org-link-complete-file)
               ("elisp" :follow org-link--open-elisp))
 org-roam-ui-browser-function 'browse-url
 org-noter-get-buffer-file-name-hook '(org-noter-nov--get-buffer-file-name
                       org-noter-pdf--get-buffer-file-name)
 org-html-format-headline-function 'org-html-format-headline-default-function
 org-roam-capture-templates '(("d" "default" plain "%?" :if-new
                   (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
                "#+title: ${title}\n#+created: %U\n#+last_modified:\n")
                   :immediate-finish t :unnarrowed t)
                  ("p" "people" plain "%?" :if-new
                   (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
                "#+title: ${title}\n#+created:
%U\n#+last_modified:\n\n#+filetags: people")
                   :immediate-finish t :unnarrowed t)
                  ("r" "bibliography reference" plain
                   (file "/home/japhir/ArchConfigs/org-roam-bibtex-capture.org")
                   :if-new
                   (file+head "${citekey}.org" "#+title: ${citekey}:
${title}\n")
                   :add-created t :unnarrowed t)
                  )
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-refile-allow-creating-parent-nodes 'confirm
 org-noter-get-selected-text-hook '(org-noter-djvu--get-selected-text
                    org-noter-nov--get-selected-text
                    org-noter-pdf--get-selected-text)
 org-noter-create-session-from-document-hook
'(org-noter--create-session-from-document-file-default)
 org-num-format-function 'org-num-default-format
 org-ref-insert-label-function 'org-ref-insert-label-link
 org-startup-with-inline-images t
 org-log-note-clock-out t
 org-display-remote-inline-images 'cache
 org-noter--relative-position-to-view-hook
'(org-noter-pdftools--relative-position-to-view)
 org-latex-pdf-process '("latexmk -pdflatex='lualatex -shell-escape
-interaction nonstopmode' -pdf -f %f")
 org-return-follows-link t
 org-outline-path-complete-in-steps nil
 org-noter-always-create-frame nil
 org-fast-tag-selection-single-key t
 org-tags-column -65
 org-num-skip-commented t
 org-agenda-current-time-string "now - - - - - - - - - - - - - - - - -
- - - - - - - -"
 org-agenda-block-separator ""
 org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
 org-noter-create-skeleton-functions '(org-noter-djvu--create-skeleton
                       org-noter-nov--create-skeleton-epub
                       org-noter-pdf--create-skeleton)
 org-list-allow-alphabetical t
 org-noter-kill-frame-at-session-end nil
 )


             reply	other threads:[~2023-07-21 11:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21  3:19 Ilja Kocken [this message]
2023-07-21  3:22 ` [BUG] org-element--cache parser error [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)] Ilja Kocken
2023-07-21 12:36 ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANyca0-hwRZf5DH-dkU8RF_S0PKk6f4sSjpPUtFgoArbvKzo9A@mail.gmail.com \
    --to=iljakocken@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).