emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)]
@ 2022-06-12 18:37 Justin Abrahms
  2022-06-14  5:03 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Justin Abrahms @ 2022-06-12 18:37 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 107723 bytes --]

Hello org friends.

I've recently upgraded to emacs 29 w/ native-comp support. I'm
consistently getting this error when I load emacs.org and it stops
parsing my document, which is a bit painful. Hopefully this bug report
helps.

My full emacs.org: https://gist.github.com/justinabrahms/7fc5bfcc292ca6fba7d10ec2958bae57

Error I see in *Warnings*: 

Warning (org-element-cache): org-element--cache: (ivy-alt-done) Cached element is incorrect in emacs.org. (Cache tic up to date: "yes") Resetting.
If this warning appears regularly, please report the warning text to Org mode mailing list (M-x org-submit-bug-report).
The element is: "(src-block (:language \"emacs-lisp\" :switches nil :parameters \":tangle ~/.emacs.d/static-blog.el\" :begin 118850 :end 127953 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value \"(package-initialize)
(require 'org-static-blog)
....

It's 700 lines long. I've posted the rest of it here: https://gist.github.com/justinabrahms/69ddd2a958d86cfad027e487c275bd25

Hope this helps,
-justin

Emacs  : GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin21.5.0, NS appkit-2113.50 Version 12.4 (Build 21F79))
of 2022-06-10
Package: Org mode version 9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)

current state:
==============
(setq
org-ref-bibtex-pdf-download-dir nil
org-link-elisp-confirm-function 'yes-or-no-p
org-directory "/Users/jabrahms/docs/"
org-cite-insert-processor 'citar
org-after-todo-state-change-hook '((lambda nil
                                     (if (string= org-state "TODO")
                                      (progn
                                       (save-excursion (org-back-to-heading) (org-expiry-insert-created)))
                                      )
                                     )
                                    )
org-after-refile-insert-hook '(my/org-set-last-refile-link)
org-static-blog-publish-url "https://justin.abrah.ms/"
org-roam-db-gc-threshold 100000000
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\x01\236A\207" [:title] 3 "\n\n(fn ENTRY)"]
org-ref-insert-cite-function 'org-ref-insert-cite-link
org-log-done 'note
org-roam-mode-hook '(org-roam-bibtex)
org-roam-dailies-capture-templates '(("d" "Journal" entry "* %?" :if-new
                                       (file+head+olp "%<%Y-%m-%d>.org"
                                        "#+title: %<%Y-%m-%d>\n[[id:81A8F7B2-5E27-4469-9473-97AAF9BFA104][journal]]\n"
                                        ("Journal"))
                                       )
                                      )
org-agenda-custom-commands '(("d" "Daily agenda and all TODOs"
                               ((tags "PRIORITY=\"A\""
                                 ((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
                                  (org-agenda-overriding-header "High-priority unfinished tasks:"))
                                 )
                                (alltodo ""
                                 ((org-agenda-skip-function
                                   '(or (abrahms-org-skip-subtree-if-priority 65)
                                     (org-agenda-skip-entry-if 'todo '("WAITING"))
                                     (org-agenda-skip-if nil '(scheduled deadline)))
                                   )
                                  (org-agenda-overriding-header "ALL normal priority tasks:"))
                                 )
                                (agenda "")
                                (alltodo ""
                                 ((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo '("TODO")))
                                  (org-agenda-overriding-header "Things I'm waiting on:"))
                                 )
                                )
                               ((org-agenda-compact-blocks nil)))
                              )
org-startup-folded 'content
org-babel-after-execute-hook '(org-display-inline-images)
org-agenda-files '("there are many here that are private")
org-publish-project-alist '(("blog" :components
                              ("blog-content" "blog-static" "blog-webmaster-tools" "blog-newsletter"))
                             ("blog-newsletter" :base-directory "~/src/justin.abrah.ms/blog/newsletter/"
                              :publishing-directory
                              "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/newsletter/"
                              :base-extension "org" :publishing-function org-html-publish-to-html :author
                              nil :with-toc nil :creator-info nil :html-postamble nil :html-preamble
                              stats-tracking-code :timestamp nil :creator nil)
                             ("blog-webmaster-tools" :base-directory "~/src/justin.abrah.ms/blog/"
                              :publishing-directory "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/"
                              :base-extension "html" :publishing-function
                              org-publish-attachment-and-make-readable :author nil :with-toc nil
                              :creator-info nil :html-postamble nil :html-preamble nil :timestamp nil
                              :creator nil)
                             ("blog-pastes" :base-directory "~/src/justin.abrah.ms/blog/pastes/"
                              :publishing-directory
                              "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/pastes/" :base-extension
                              "html" :publishing-function org-publish-attachment-and-make-readable
                              :author nil :with-toc nil :creator-info nil :html-postamble nil
                              :html-preamble nil :timestamp nil :creator nil)
                             ("blog-content" :base-directory "~/src/justin.abrah.ms/blog/"
                              :base-extension "org" :publishing-directory
                              "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/" :recursive t
                              :publishing-function org-html-publish-to-html :export-with-tags nil
                              :headline-levels 4 :with-toc nil :section-numbers nil :sub-superscript nil
                              :todo-keywords nil :author nil :creator-info nil :html-preamble
                              (lambda (_)
                               (concat (stats-tracking-code "")
                                "\n<nav><a href=\"/\">Justin Abrahms</a></nav>\n<nav class=\"fontawesome\">\n    <a href=\"https://twitter.com/justinabrahms\" target=\"_blank\">\n        <i title=\"Twitter\" class=\"fab fa-twitter\"></i>\n    </a>\n    <a href=\"mailto:justin@abrah.ms\" target=\"_blank\">\n        <i title=\"Email\" class=\"fas fa-at\"></i>\n    </a>\n    <a href=\"/rss.xml\" target=\"_blank\">\n        <i title=\"RSS\" class=\"fas fa-rss\"></i>\n    </a>\n  </nav>")
                               )
                              :html-postamble
                              "\n<div class='foot'>\n    &copy; 2012 - 2020 &#183;\n    <a href='/' >Home</a> &mdash; <a href='https://github.com/RainerChiang/simpleness'>Theme</a>\n    <a href='#'><i class='fas fa-chevron-up'></i></a>\n</div>\n\n<hr /><!-- Begin MailChimp Signup Form -->  <div id=\"mc_embed_signup\"> <form action=\"https://gitstreams.us6.list-manage1.com/subscribe/post?u=b4fc0cc927878a024e46e1413&amp;id=7c57fe5fe7\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate\" target=\"_blank\" novalidate> <label for=\"mce-EMAIL\">Get notified when new articles are published</label> <input type=\"email\" value=\"\" name=\"EMAIL\" class=\"email\" id=\"mce-EMAIL\" placeholder=\"email address\" required> <div class=\"clear\"><input type=\"submit\" value=\"Subscribe\" name=\"subscribe\" id=\"mc-embedded-subscribe\" class=\"button\"></div> </form> </div> <!--End mc_embed_signup-->"
                              :timestamp t :exclude-tags ("noexport" "todo") :auto-preamble f)
                             ("blog-static" :base-directory "~/src/justin.abrah.ms/blog/static/"
                              :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|otf"
                              :publishing-directory
                              "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/static/" :recursive t
                              :publishing-function org-publish-attachment-and-make-readable)
                             ("literate-config" :publishing-directory
                              "/ssh:justin@justin.abrah.ms:/srv/justin.abrah.ms/" :base-directory
                              "~/src/justin.abrah.ms/blog/" :exclude ".*" :include ("dotfiles/emacs.org")
                              :publishing-directory "/tmp/" :publishing-function org-html-publish-to-html)
                             )
org-capture-templates '(("t" "Todo" entry (file "/Users/jabrahms/docs/captured.org") "**** TODO %?\n%a")
                         ("m" "Meeting" entry (file "/Users/jabrahms/docs/captured.org") "**** %?\n%t")
                         ("i" "Item" entry (file "/Users/jabrahms/docs/captured.org") "**** %?\n%a")
                         ("a" "Action item" entry (file "/Users/jabrahms/docs/captured.org")
                          "* WAITING %?\n:PROPERTIES:\n:WAITING_ON: %^{Who owns this?}\n:END:\n %i %U %a")
                         ("p" "Perf Note" entry (file "/Users/jabrahms/docs/captured.org")
                          "* %? :perf:\n\n %i %U")
                         ("c" "org-capture selected" entry (file "/Users/jabrahms/docs/captured.org")
                          "* [[%:link][%:description]]\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")
                         ("C" "org-capture unselected" entry (file "/Users/jabrahms/docs/captured.org")
                          "* %? [[%:link][%:description]] \nCaptured On: %U")
                         )
org-persist-after-read-hook '(org-element--cache-persist-after-read)
org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9))
org-static-blog-posts-directory "~/src/justin.abrah.ms/blog/_posts"
org-export-before-parsing-hook '(org-attach-expand-links)
org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
org-static-blog-page-header "\n<style type=\"text/css\">\n@media (min-width: 50em) {\n  @font-face {\n    font-family: 'PT Sans';\n    src: local(\"PT Sans\"), local(\"PTSans-Regular\"), url(\"../fonts/PTSans-Regular.woff\") format(\"woff\");\n    font-weight: normal;\n    font-style: normal;\n  }\n  @font-face {\n    font-family: 'PT Sans';\n    src: local(\"PT Sans Bold\"), local(\"PTSans-Bold\"), url(\"../fonts/PTSans-Bold.woff\") format(\"woff\");\n    font-weight: bold;\n    font-style: normal;\n  }\n}\n\n@media (prefers-color-scheme: light) {\n  html {\n    background: #ffffff;\n    color: #1c1d22;\n  }\n\n  #content a {\n    color: #0000EE;\n  }\n\n  .foot a:hover {\n    text-decoration: underline;\n    color: #0000EE;\n  }\n}\n\n@media (prefers-color-scheme: dark) {\n  html {\n    background: #1c1d22;\n    color: #ffffff;\n  }\n\n  article a, #content a {\n    color: #58A6FF;\n  }\n\n  .foot a:hover {\n    text-decoration: underline;\n    color: #58A6FF;\n  }\n}\n\nhtml {\n  font-size: 16px;\n  font-size: calc(0.8rem + 0.3vw);\n}\n\nbody {\n  font-family: \"PT Sans\", -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Segoe UI\", \"Roboto\", sans-serif;\n  font-weight: 400;\n  line-height: 1.5;\n  margin: 0;\n  -webkit-text-size-adjust: 100%;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\nh1, h2, h3, h4, h5, h6 {\n  font-weight: 600;\n}\n\nb, strong, th {\n  font-weight: 600;\n}\n\na {\n  color: inherit;\n  text-decoration: inherit;\n}\n\na:hover {\n  text-decoration: underline;\n}\n\nheader time, .post-date, .taglist {\n  color: #8e8e91;\n}\n\n.taglist {\n  display: inline;\n}\n\n.taglist > .fa-folder {\n  padding: 0 10px;\n}\n\nhr {\n  border: 1px solid rgba(142, 142, 145, 0.3);\n  margin: 2em 0;\n}\n\narticle:not(:last-child) {\n  border-bottom: 1px solid rgba(142, 142, 145, 0.12);\n}\n\nblockquote {\n  background: rgba(142, 142, 145, 0.06);\n  border-left: 3px solid rgba(142, 142, 145, 0.9);\n  padding: 1px 1.5em;\n  /* opacity: .75; */\n}\n\nblockquote, figure {\n  margin: 1em 0;\n}\n\nimg, li {\n  margin: .5em 0;\n}\n\nimg {\n  border-radius: 5px;\n  max-width: 100%;\n  height: auto;\n  /* center horizontally */\n  margin-left: auto;\n  margin-right: auto;\n  display: block;\n}\n\ntable {\n  width: 100%;\n  border-spacing: 1px;\n  box-shadow: 0 0 0 1px rgba(142, 142, 145, 0.12) inset;\n}\n\nth, td {\n  padding: .5em 1em;\n  box-shadow: 0 0 0 1px rgba(142, 142, 145, 0.12);\n}\n\ntr:hover, tr:nth-child(odd) td {\n  background: rgba(142, 142, 145, 0.04);\n}\n\npre {\n  background: rgba(142, 142, 145, 0.12);\n  border-radius: 2px;\n  font-size: .8em;\n  /* font-family: fira mono,cousine,Monaco,Menlo,source code pro,monospace; */\n  font-family: 'Courier New', Courier, monospace;\n  margin: 1.5em 0;\n  padding: .8em 1.2em;\n  overflow-x: auto;\n}\n\n:not(pre) > code {\n  font-size: .9em;\n  background: rgba(142, 142, 145, 0.15);\n  /* opacity: .7; */\n  border-radius: 2px;\n  margin: 0 .1em;\n  padding: .2em .4em;\n}\n\nbody > header, body > #preamble {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: space-between;\n  align-items: center;\n  background: rgba(255, 255, 255, 0.02);\n  box-shadow: 0 0 .6em rgba(28, 29, 34, 0.05);\n  border-bottom: 1px solid rgba(142, 142, 145, 0.16);\n}\n\nbody > header > a, body > #preamble > a {\n  font-size: 1.3em;\n}\n\narticle header, #content #preamble {\n  margin-bottom: 1.5em;\n}\n\narticle header h1, #content #preamble h1 {\n  font-size: 1.8em;\n  margin: .5em .5em;\n}\n\narticle h2, #content h2 {\n  padding-bottom: 0.3em;\n  font-size: 1.5em;\n  border-bottom: 1px solid #eaecef;\n}\n\nnav {\n  margin: .5em -.8em;\n}\n\nnav a {\n  margin: .5em .8em;\n}\n\nfooter hr { /* custom */\n  width: 45%;\n  border-style: dashed;\n  margin-bottom: 1em;\n}\n\nbody > header, body > #preamble, body > article, body>#content, body > footer {\n  padding: 1.5em;\n}\n\n@media (min-width: 32em) {\n  body > header, body > #preamble, body > article, body > #content, body > footer {\n    padding: 1.75em calc(38% - 12em);\n  }\n}\n\n.archive li {\n  font-size: 1.1em;\n  list-style: none;\n}\n\n.archive time, .archive post-date {\n  display: inline-block;\n  min-width: 10ch;\n  margin: 0 .2em;\n}\n\n.hidden {\n  display: none;\n}\n\n.more {\n  margin: 2em 0 1em;\n}\n\n.more a {\n  border-radius: 2px;\n  border: 1.5px solid #68f;\n  padding: .4em .8em;\n  transition: .2s;\n}\n\n.more a:hover {\n  color: #fff;\n  background: #68f;\n  text-decoration: inherit;\n}\n\n/***** custom *****/\n.fontawesome a {\n  text-decoration: none;\n}\n\n.post-meta {\n  color: #8e8e91;\n}\n\n.comments-item {\n  margin-top: 10%;\n}\n\n.foot {\n  font-family: \"PT Sans\", -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Segoe UI\", \"Roboto\", sans-serif;\n  margin: 1%;\n  color: #8e8e91;\n  text-align: center;\n}\n\n</style>\n\n<meta name='viewport' content='width=device-width, initial-scale=1.0'>\n<meta charset='utf-8'>\n<link rel='alternate' type='application/rss+xml' href='/rss.xml' title='Justin Abrahms'>\n<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css' rel='stylesheet'>\n"
org-default-notes-file "/Users/jabrahms/docs//captured.org"
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 t
org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
org-archive-hook '(org-attach-archive-delete-maybe)
org-cite-follow-processor 'citar
org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
org-ascii-format-drawer-function #[771 "\x01\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-static-blog-enable-tags t
org-static-blog-archive-file "index.html"
org-static-blog-page-preamble "<nav><a href=\"https://justin.abrah.ms/\">Home</a></nav>\n<nav class=\"fontawesome\">\n    <a href=\"https://twitter.com/justinabrahms\" target=\"_blank\">\n        <i title=\"Twitter\" class=\"fab fa-twitter\"></i>\n    </a>\n    <a href=\"mailto:justin@abrah.ms\" target=\"_blank\">\n        <i title=\"Email\" class=\"fas fa-at\"></i>\n    </a>\n    <a href=\"/rss.xml\" target=\"_blank\">\n        <i title=\"RSS\" class=\"fas fa-rss\"></i>\n    </a>\n  </nav>\n"
org-persist-before-read-hook '(org-element--cache-persist-before-read)
org-font-lock-set-keywords-hook '(doom-themes-enable-org-fontification)
org-modules nil
org-ref-notes-function 'orb-edit-notes
org-image-actual-width '(550)
org-mode-hook '(elpher-org-mode-integration emojify-mode
                 #[0 "\301\211\x10\207" [imenu-create-index-function org-imenu-get-tree] 2]
                 org-fragtog-mode turn-on-org-cdlatex org-ref-org-menu org-variable-pitch-minor-mode
                 org-variable-pitch--enable org-appear-mode org-superstar-mode org-eldoc-load
                 #[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 abrahms/org-mode-setup)
org-babel-load-languages '((plantuml . t))
org-ref-insert-link-function 'org-ref-insert-link
org-link-file-path-type 'relative
org-roam-ref-annotation-function 'org-roam-ref-read--annotation
org-roam-directory "/Users/jabrahms/docs/roam/"
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-export-with-section-numbers nil
org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
outline-isearch-open-invisible-function 'outline-isearch-open-invisible
org-super-agenda-mode t
org-plantuml-jar-path "/Users/jabrahms/plantuml-1.2021.15.jar"
org-odt-format-headline-function 'org-odt-format-headline-default-function
org-protocol-protocol-alist '(("org-roam-node" :protocol "roam-node" :function
                                org-roam-protocol-open-node)
                               ("org-roam-ref" :protocol "roam-ref" :function org-roam-protocol-open-ref))
org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
                                 org-roam-capture--try-capture-to-ref-h)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h)
org-src-preserve-indentation t
org-roam-preview-function 'org-roam-preview-default-function
org-babel-tangle-lang-exts '(("asymptote" . "asy") ("python" . "py") ("emacs-lisp" . "el")
                              ("elisp" . "el"))
org-static-blog-page-postamble " <div class='foot'>\n    &copy; 2012 - 2022 &#183;\n    <a href=\"https://justin.abrah.ms/\" >Home</a> &mdash; Theme <a href='https://github.com/RainerChiang/simpleness'>Simpleness</a>\n    <a href='#'><i class='fas fa-chevron-up'></i></a>\n</div>"
org-src-mode-hook '(doom-modeline-set-org-src-modeline org-src-babel-configure-edit-buffer
                     org-src-mode-configure-edit-buffer)
org-roam-db-autosync-mode t
org-html-htmlize-output-type 'css
org-confirm-elisp-link-function 'yes-or-no-p
org-noter-separate-notes-from-heading t
org-superstar-headline-bullets-list '("◉" "○" "●" "○" "●" "○" "●")
org-log-buffer-setup-hook '(org-roam-log--setup)
org-cite-activate-processor 'citar
org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "BLOCKED" "DONE"))
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 '(org-roam-capture--insert-captured-ref-h)
org-static-blog-publish-directory "/srv/justin.abrah.ms"
org-html-head-extra "\n<meta name='viewport' content='width=device-width, initial-scale=1.0'>\n<meta charset='utf-8'>\n<meta name='description' content='The blog of Justin Abrahms, which discusses operations & programming with an eye towards beginners.'>\n<link rel='alternate' type='application/rss+xml' href='/rss.xml' title='Justin Abrahms'>\n<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css' rel='stylesheet'>\n<link href='/static/css/simpleness.css' rel='stylesheet' type='text/css'>\n\n<link href=\"//cdn-images.mailchimp.com/embedcode/slim-081711.css\" rel=\"stylesheet\" type=\"text/css\">\n<style type=\"text/css\">\n#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; width: 400px; margin: 0 auto; }\n\n"
org-screenshot-image-directory "~/docs/images/"
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-super-agenda-groups '((:property ("PROJECT" "2022Goals") :name "2022 Goals" :order 12)
                           (:todo "NEXT") (:priority "A" :name "High priority")
                           (:deadline t :name "Upcoming deadlines") (:scheduled today :name "today")
                           (:scheduled past :name "past")
                           (:file-path "notes.org" :order 11 :name "Home stuff")
                           (:tag "writing" :order 10) (:discard (:scheduled future))
                           (:auto-property "WAITING_ON" :log t :name "Waiting on people")
                           (:auto-property "PROJECT" :log t) (:auto-tags) (:auto-todo))
org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate
org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
org-treat-insert-todo-heading-as-state-change t
org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
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-export-with-toc nil
org-link-shell-confirm-function 'yes-or-no-p
org-babel-pre-tangle-hook '(save-buffer)
org-superstar-remove-leading-stars t
org-agenda-loop-over-headlines-in-active-region nil
org-fontify-quote-and-verse-blocks t
org-cite-global-bibliography '("~/docs/references.bib")
org-noter-hide-other nil
org-noter-notes-search-path '("~/docs/roam/")
org-occur-hook '(org-first-headline-recenter)
org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
org-roam-db-autosync-mode-hook '(vulpea-db-autosync-enable)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-static-blog-publish-title "Justin Abrahms"
org-roam-node-annotation-function 'org-roam-node-read--annotation
org-link-parameters '(("treemacs" :store treemacs-store-org-link)
                       ("finger" :export #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_58>
                        :follow #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_59>)
                       ("gopher" :export #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_56>
                        :follow #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_57>)
                       ("gemini" :export #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_54>
                        :follow #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_55>)
                       ("elpher" :store elpher-org-store-link :export #<subr
                        F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_52> :follow #<subr
                        F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_53>)
                       ("elfeed" :follow elfeed-link-open :store elfeed-link-store-link)
                       ("ACRfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203
\302\303\300@\x05#\207\302\304\x04\226\"\207"
                          [("ACRfullpl" "Both the acronym and its definition in plurall 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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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
\302\303\300@\x05#\207\302\304\x04\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\b\301\207\302\303\x04\"\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\301\302\x04\x04#\207\301\303\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\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
\302\303\300@\x05#\207\302\304\x04\"\207"
                          [("gls" "The term associated with the label") (latex beamer) format "\\%s{%s}"
                           "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("doi" :follow #[(_) "\300 \207" [doi-link-follow/body] 1] :export
                        #[(doi desc format)
                          "\b\304\267\202 \300\305 \n\v\206\x11\306\nP$\207\300\307 \n\v\206\x1e\306\nP$\207\310\207"
                          [format
                           
                                                                                                                                   doi-utils-dx-doi-org-url
                           
                                                                                                                                   doi
                           
                                                                                                                                   desc
                           
                                                                                                                                   #s(hash-table
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               size
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               2
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               test
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               eq
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               rehash-size
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               1.5
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               rehash-threshold
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               0.8125
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               purecopy
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               t
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               data
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               (html 6 latex 19)
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                      
                                                                                                                                           
                                                                                                                                               
                                                                                                                                                                        
                                                                                                                                                                               )
                           
                                                                                                                                   "<a href=\"%s%s\">%s</a>" "doi:" "\\href{%s%s}{%s}" nil]
                          6]
                        )
                       ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
                       ("printindex" :follow org-ref-index :export
                        #[771 "\211\300=\205 \301\302!\207" [latex format "\\printindex"] 5
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("index" :follow #[257 "\300\x01!\207" [occur] 3 "\n\n(fn PATH)"] :export
                        #[771 "\211\300=\205\n\301\302\x04\"\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 \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 \301\302!\207" [latex format "\\listoffigures"] 5
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("label" :export
                        #[771 "\211\300=\205\n\301\302\x04\"\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\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\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-ref :complete
                        #[128 "\302\301\303\300\x04\"\"\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\x04\"\"\207" [("pageref") org-ref-ref-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :complete
                        #[256 "\300\x01\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\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\x04\"\"\207"
                          [("\\bibliography") org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-bibliography-activate :face org-link)
                       ("roam" :follow org-roam-link-follow-link)
                       ("attachment" :follow org-attach-follow :complete org-attach-complete-link)
                       ("id" :follow org-roam-id-open) ("file+sys") ("file+emacs")
                       ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        #[514 "\301\300\302\x04Q\x02\"\207" ["news" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("mailto" :follow
                        #[514 "\301\300\302\x04Q\x02\"\207" ["mailto" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("https" :follow
                        #[514 "\301\300\302\x04Q\x02\"\207" ["https" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("http" :follow
                        #[514 "\301\300\302\x04Q\x02\"\207" ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("ftp" :follow
                        #[514 "\301\300\302\x04Q\x02\"\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-html-format-headline-function 'org-html-format-headline-default-function
org-metaup-hook '(org-babel-load-in-session-maybe)
org-agenda-include-diary t
org-ref-insert-label-function 'org-ref-insert-label-link
org-latex-pdf-process '("latexmk -shell-escape -bibtex -f -pdf %f")
org-outline-path-complete-in-steps nil
org-noter-always-create-frame nil
org-src-lang-modes '(("plantuml" . plantuml) ("dot" . graphviz-dot) ("C" . c) ("C++" . c++)
                      ("asymptote" . asy) ("bash" . sh) ("beamer" . latex) ("calc" . fundamental)
                      ("cpp" . c++) ("ditaa" . artist) ("desktop" . conf-desktop) ("dot" . fundamental)
                      ("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" . shell-script) ("shell" . sh)
                      ("sqlite" . sql) ("toml" . conf-toml))
org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
org-static-blog-drafts-directory "~/src/justin.abrah.ms/blog/_posts"
org-static-blog-rss-file "/rss.xml"
org-expiry-handler-function 'org-toggle-archive-tag
org-static-blog-index-file "no-one-cares"
)

[-- Attachment #2: Type: text/html, Size: 340656 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-25 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12 18:37 [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)] Justin Abrahms
2022-06-14  5:03 ` Ihor Radchenko
2022-06-14  6:06   ` Justin Abrahms
2022-06-14  6:59     ` Ihor Radchenko
2022-06-14  7:04       ` Justin Abrahms
2022-06-14  7:20         ` Ihor Radchenko
2022-06-25 15:46           ` Justin Abrahms

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).