emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] org-capture matcher fail [9.7-pre (release_9.6.18-1145-g10d286 @ /home/gongzhitaao/.cache/emacs/straight/repos/org/lisp/)]
@ 2024-02-06 15:43 Zhitao
  2024-02-06 19:03 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Zhitao @ 2024-02-06 15:43 UTC (permalink / raw)
  To: emacs-orgmode

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------

This commit is problematic:
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0a58a53edac955381266e49bd68d1140fbece33e

The old matcher for file+olp+datetree was:

(`(file+olp+datetree ,path . ,outline-path)

The new matcher is

(`(file+olp+datetree ,(and path (pred stringp)) . ,(and outline-path
(guard outline-path)))

The new matcher does not match empty outline-path.

For example,

  (file+olp+datetree "/path/to/org/file")

does not match the above new matcher.  So it will throw error.

Emacs  : GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.18.0)
 of 2024-01-22, modified by Debian
Package: Org mode version 9.7-pre (release_9.6.18-1145-g10d286 @
/home/gongzhitaao/.cache/emacs/straight/repos/org/lisp/)

current state:
==============
(setq
 org-agenda-prefix-format '((agenda . " %i %-12:c%?-20t%?-15 s")
(timeline . "  % s")
                            (todo . " %i %-12:T") (tags . " %i
%-12:T") (search . " %i %-12:T"))
 org-ref-bibtex-pdf-download-dir nil
 org-link-elisp-confirm-function 'yes-or-no-p
 org-hierarchical-todo-statistics nil
 org-directory "~/.local/share/emacs/org"
 org-ref-cite-onclick-function '(closure (t) (_) (org-ref-citation-hydra/body))
 org-ref-cite-keymap '(keymap (M-left . org-ref-previous-key) (M-right
. org-ref-next-key)
                       (27 keymap
                        (46 closure (t) nil (interactive)
(xref-push-marker-stack)
                         (org-ref-open-citation-at-point))
                        )
                       (tab closure (t) nil (interactive) (funcall
org-ref-insert-cite-function))
                       (S-up . org-ref-sort-citation-link)
                       (S-right closure (t) nil (interactive)
(org-ref-swap-citation-link 1))
                       (S-left closure (t) nil (interactive)
(org-ref-swap-citation-link -1))
                       (C-right) (C-left) (follow-link . mouse-face)
                       (mouse-3 . org-find-file-at-mouse) (mouse-2 .
org-open-at-mouse))
 org-hide-emphasis-markers t
 org-bibtex-headline-format-function 'org-bibtex-headline-format-default
 org-ref-insert-cite-function 'org-ref-cite-insert-helm
 org-log-done 'time
 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:"))
                                 )
                                (agenda "" ((org-agenda-span 'day)))
                                (alltodo ""
                                 ((org-agenda-skip-function
                                   '(or (me//org-skip-subtree-if-habit)
                                     (me//org-skip-subtree-if-priority 65)
                                     (org-agenda-skip-if nil
'(scheduled deadline)))
                                   )
                                  (org-agenda-overriding-header "ALL
normal priority tasks:"))
                                 )
                                )
                               ((org-agenda-compact-blocks nil)))
                              )
 org-log-into-drawer t
 org-html-allow-name-attribute-in-anchors t
 org-startup-folded 'content
 org-agenda-files "~/.local/share/emacs/org/orgfile"
 org-capture-templates '(("l" "Log daily" plain
                          (file+olp+datetree
"~/.local/share/emacs/time-machine/2024.org") "%?"
                          :empty-lines 1 :jump-to-captured t :tree-type week)
                         ("t" "TODO" entry (file+headline "todo.org" "Scratch")
                          (file "capture/todo.org") :empty-lines 1
:jump-to-captured t)
                         )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-refile-targets '((nil :maxlevel . 4))
 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-html-doctype "html5"
 org-refile-use-outline-path t
 org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
 org-finalize-agenda-hook '(org-agenda-to-appt)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-html-postamble t
 org-ascii-format-drawer-function '(closure (t) (_name contents
_width) contents)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
                  org-cycle-optimize-window-after-visibility-change
                  org-cycle-display-inline-images)
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-modules '(ol-bbdb ol-bibtex ol-gnus org-clock org-tempo org-habit
org-table)
 org-habit-preceding-days 28
 org-yank-image-file-name-function 'org-yank-image-autogen-filename
 org-link-from-user-regexp "\\<gongzhitaao@gongzhitaao11\\>\\|\\<Zhitao Gong\\>"
 org-image-actual-width nil
 org-mode-hook '(org-tempo-setup org-ref-org-menu org-clock-load
org-appear-mode me//init-org
                 er/add-org-mode-expansions
                 (closure
                  (org--rds reftex-docstruct-symbol org-attach-method
                   org--single-lines-list-is-paragraph
org-element-greater-elements
                   org-agenda-restrict-end org-agenda-restrict-begin
org-agenda-restrict
                   org-clock-history org-agenda-current-date
org-with-time org-defdecode org-def
                   org-read-date-inactive org-ans2 org-ans1
org-columns-current-fmt-compiled
                   org-clock-current-task org-clock-effort
org-agenda-skip-function
                   org-agenda-skip-comment-trees
org-agenda-archives-mode org-end-time-was-given
                   org-time-was-given org-log-note-extra
org-log-note-purpose org-log-post-message
                   org-last-inserted-timestamp org-last-changed-timestamp
                   org-entry-property-inherited-from org-state
                   org-agenda-headline-snapshot-before-repeat
org-agenda-buffer-name
                   org-agenda-start-on-weekday
org-agenda-buffer-tmp-name org-priority-regexp
                   org-mode-abbrev-table org-element-cache-persistent
org-element-cache-version
                   buffer-face-mode-face org-tbl-menu org-org-menu
org-struct-menu org-entities
                   org-last-state org-id-track-globally
org-clock-start-time texmathp-why
                   remember-data-file org-agenda-tags-todo-honor-ignore-options
                   calc-embedded-open-mode calc-embedded-open-formula
calc-embedded-close-formula
                   align-mode-rules-list org-emphasis-alist
org-emphasis-regexp-components
                   org-export-registered-backends org-modules crm-separator
                   org-babel-load-languages org-id-overriding-file-name
                   org-indent-indentation-per-level
org-element--timestamp-regexp
                   org-element-cache-map-continue-from
org-element-paragraph-separate
                   org-agenda-buffer-name org-inlinetask-min-level t)
                  nil (add-hook 'change-major-mode-hook
'org-fold-show-all 'append 'local))
                 (closure
                  (org-src-window-setup *this*
org-babel-confirm-evaluate-answer-no
                   org-babel-tangle-uncomment-comments org-src-lang-modes
                   org-edit-src-content-indentation
org-babel-library-of-babel t)
                  nil
                  (add-hook 'change-major-mode-hook
#'org-babel-show-result-all 'append 'local))
                 org-babel-result-hide-spec org-babel-hide-all-hashes
                 (closure
                  (org-agenda-skip-regexp org-fold-core-style
org-table1-hline-regexp
                   org-table-tab-recognizes-table.el org-table-dataline-regexp
                   org-table-any-border-regexp
org-agenda-restriction-lock-overlay
                   org-agenda-overriding-restriction org-agenda-diary-file
                   org-complex-heading-regexp t)
                  nil (setq imenu-create-index-function 'org-imenu-get-tree))
                 yas-minor-mode whitespace-mode)
 org-babel-load-languages '((emacs-lisp . t) (python . t) (C . t) (js . t))
 org-ref-insert-link-function 'org-ref-insert-link
 org-agenda-start-with-log-mode t
 org-agenda-columns-add-appointments-to-effort-sum t
 org-latex-format-drawer-function '(closure
                                    (engrave-faces-latex-mathescape
                                     engrave-faces-current-preset-style
                                     engrave-faces-latex-output-style t)
                                    (_ contents) contents)
 org-agenda-cmp-user-defined 'me//org-agenda-cmp-user-defined
 org-agenda-tags-column -130
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-agenda-skip-scheduled-if-deadline-is-shown 'not-today
 org-html-format-drawer-function '(closure
                                   (htmlize-buffer-places
org-html-format-table-no-css
                                    htmlize-css-name-prefix htmlize-output-type
                                    htmlize-output-type
htmlize-css-name-prefix t)
                                   (_name contents) contents)
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-export-global-macros '(("tex" . "@@latex:$1@@") ("html" . "@@html:$1@@"))
 org-habit-graph-column 50
 org-agenda-sorting-strategy '((agenda habit-down time-up
user-defined-down priority-down
                                category-keep)
                               ((todo priority-down category-keep))
                               ((tags priority-down category-keep))
(search category-keep))
 org-latex-classes '(("authesis" "\\documentclass{report}"
("\\chapter{%s}" . "\\chapter*{%s}")
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("IEEEtran" "\\documentclass{IEEEtran} [NO-PACKAGES]"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("ctexart"
                      "\\documentclass[11pt]{ctexart}
[NO-DEFAULT-PACKAGES] [NO-PACKAGES] [EXTRA]"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("beamer" "\\documentclass[presentation]{beamer}"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("article" "\\documentclass[11pt]{article}"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("book" "\\documentclass[11pt]{book}"
("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     )
 org-agenda-mode-hook '(me//init-org-agenda)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-beamer-environments-extra '(("action" "A" "\\action%a{" "}")
                                 ("onlyenv" "O" "\\begin{onlyenv}%a"
"\\end{onlyenv}")
                                 ("only" "o" "\\only%a{" "}"))
 org-src-preserve-indentation t
 org-latex-packages-alist '(("dvipsnames,svgnames,x11names,hyperref" "xcolor"))
 org-babel-tangle-lang-exts '(("D" . "d") ("C++" . "cpp") ("python" .
"py") ("emacs-lisp" . "el")
                              ("elisp" . "el"))
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-appear-autolinks t
 org-html-htmlize-output-type 'css
 org-confirm-elisp-link-function 'yes-or-no-p
 org-latex-src-block-backend 'minted
 org-latex-hyperref-template "\\hypersetup{\n      pdfauthor={%a},\n
   pdftitle={%t},\n      pdfkeywords={%k},\n      pdfsubject={%d},\n
   pdfcreator={%c},\n      pdflang={%L},\n      bookmarks=true,\n
unicode=true,\n      pdftoolbar=true,\n      pdfmenubar=true,\n
pdffitwindow=false,\n      pdfstartview={FitH},\n
pdfnewwindow=true,\n      colorlinks=true,\n      linkcolor=Maroon,\n
    citecolor=ForestGreen,\n      filecolor=Mulberry,\n
urlcolor=MidnightBlue}\n"
 org-clock-idle-time 10
 org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)")
                     (sequence "WAIT(w@/!)" "HOLD(h@/!)" "|" "KILL(k@)"))
 org-ref-clean-bibtex-entry-hook '(me//org-ref-add-timestamp
org-ref-downcase-bibtex-entry
                                   org-ref-bibtex-format-url-if-doi
orcb-key-comma 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-support-shift-select t
 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-habit-following-days 1
 org-html-postamble-format '(("en"
                              "<a class=\"author\"\n
href=\"http://gongzhitaao.org\">%a</a> / <span\n
class=\"date\">%T</span><span class=\"creator\">%c</span>")
                             )
 org-latex-prefer-user-labels t
 org-export-backends '(ascii beamer html latex md)
 org-ref-bibtex-journal-abbreviations '(("ArXiv" "Archive e-print" "CoRR")
                                        ("ACR" "Accounts of Chemical
Research" "Acc. Chem. Res.")
                                        ("ACAT" "ACS Catalysis" "ACS Catal.")
                                        ("AM" "Acta Materialia" "Acta Mater.")
                                        ("AMM" "Acta Metallurgica et Materialia"
                                         "Acta Metall. Mater.")
                                        ("AEM" "Advanced Energy
Materials" "Adv. Energy Mater.")
                                        ("AAMI" "ACS Applied Materials
\\& Interfaces"
                                         "ACS Appl. Mater. Interfaces")
                                        ("AMiner" "American
Mineralogist" "Am. Mineral.")
                                        ("AngC" "Angewandte
Chemie-International Edition"
                                         "Angew. Chem. Int. Edit.")
                                        ("APLM" "APL Materials" "APL Mat.")
                                        ("ACBE" "Applied Catalysis B:
Environmental"
                                         "Appl. Catal. B-Environ.")
                                        ("APL" "Applied Physics
Letters" "Appl. Phys. Lett.")
                                        ("ASS" "Applied Surface
Science" "Appl. Surf. Sci.")
                                        ("CL" "Catalysis Letters"
"Catal. Lett.")
                                        ("CC" "Catalysis
Communications" "Catal. Commun.")
                                        ("CST" "Catalysis Science & Technology"
                                         "Catal. Sci. Technol.")
                                        ("CT" "Catalysis Today" "Catal. Today")
                                        ("ChC" "Chemical
Communications" "Chem. Commun.")
                                        ("CPL" "Chemical Physics
Letters" "Chem. Phys. Lett")
                                        ("CR" "Chemical Reviews" "Chem. Rev.")
                                        ("CSR" "Chemical Society
Reviews" "Chem. Soc. Rev.")
                                        ("CSR" "Chemical Society
Reviews" "Chem. Soc. Rev.")
                                        ("CM" "Chemistry of Materials"
"Chem. Mater.")
                                        ("CSA"
                                         "Colloids and Surfaces, A:
Physicochemical and Engineering Aspects" "Colloids Surf., A")
                                        ("CF" "Combustion and Flame"
"Combust. Flame")
                                        ("CPMS" "Computational
Materials Science"
                                         "Comp. Mater. Sci.")
                                        ("CPC" "Computer Physics Communications"
                                         "Comput. Phys. Commun.")
                                        ("CSE" "Computing in Science
\\& Engineering"
                                         "Comput. Sci. Eng.")
                                        ("CGD" "Crystal Growth \\&
Design" "Cryst. Growth Des.")
                                        ("CEC" "CrystEngComm" "CrystEngComm")
                                        ("EA" "Electrochimica Acta"
"Electrochim. Acta")
                                        ("ECST" "ECS Transactions" "ECS Trans.")
                                        ("EES" "Energy \\&
Environmental Science"
                                         "Energy Environ. Sci.")
                                        ("HPR" "High Pressure
Research" "High Pressure Res.")
                                        ("IC" "Inorganic Chemistry"
"Inorg. Chem.")
                                        ("IECR" "Industrial \\&
Engineering Chemistry Research"
                                         "Ind. Eng. Chem. Res.")
                                        ("JJAP" "Japanese Journal of
Applied Physics"
                                         "Jpn. J. Appl. Phys.")
                                        ("JMatR" "Journal of
Materials Research" "J. Mater. Res.")
                                        ("JALC" "Journal of Alloys and
Compounds"
                                         "J. Alloy Compd.")
                                        ("JAC" "Journal of Applied
Crystallography"
                                         "J. Appl. Crystallogr.")
                                        ("JAE" "Journal of Applied
Electrochemistry"
                                         "J. Appl. Electrochem.")
                                        ("JAP" "Journal of Applied
Physics" "J. Appl. Phys.")
                                        ("JC" "Journal of Catalysis"
"J. Catal.")
                                        ("JCP" "Journal of Chemical
Physics" "J. Chem. Phys.")
                                        ("JCC" "Journal of
Computational Chemistry"
                                         "J. Comput. Chem.")
                                        ("JCG" "Journal of Crystal
Growth" "J. Crys. Growth")
                                        ("JMC" "Journal of Materials
Chemistry" "J. Mater. Chem.")
                                        ("JMC" "Journal of Materials
Chemistry" "J. Mater. Chem.")
                                        ("JMSL" "Journal of Materials
Science Letters"
                                         "J. Mater. Sci. Lett.")
                                        ("JMS" "Journal of Membrane
Science" "J. Memb. Sci.")
                                        ("JPE" "Journal of Phase
Equilibria" "J. Phase Equilib.")
                                        ("JPCS" "Journal of Physics
and Chemistry of Solids"
                                         "J. Phys. Chem. Solids")
                                        ("JPCM" "Journal of Physics:
Condensed Matter"
                                         "J. Phys.: Condens. Matter")
                                        ("JPS" "Journal of Power
Sources" "J. Power Sources")
                                        ("JSSC" "Journal of Solid
State Chemistry"
                                         "J. Solid State Chem.")
                                        ("JACerS" "Journal of the
American Ceramic Society"
                                         "J. Am. Ceram. Soc.")
                                        ("JACS" "Journal of the
American Chemical Society"
                                         "J. Am. Chem. Soc.")
                                        ("JASIST"
                                         "Journal of the American
Society for Information Science and Technology" "J. Am. Soc. Inf. Sci.
Technol.")
                                        ("JES" "Journal of The
Electrochemical Society"
                                         "J. Electrochem. Soc.")
                                        ("JEaC" "Journal of
Electroanalytical Chemistry"
                                         "J. Electroanal. Chem.")
                                        ("JMS" "Journal of Membrane
Science" "J. Memb. Sci.")
                                        ("JRS" "Journal of Raman Spectroscopy"
                                         "J. Raman Spectrosc.")
                                        ("JVST" "Journal of Vacuum
Science \\& Technology A"
                                         "J. Vac. Sci. Technol. A")
                                        ("ML" "Materials Letters"
"Mater. Lett.")
                                        ("MSE-BS" "Materials Science
and Engineering B"
                                         "Mat. Sci. Eng. B-Solid")
                                        ("MOLSIM" "Molecular
Simulation" "Mol. Sim.")
                                        ("Nature" "Nature" "Nature")
                                        ("NM" "Nature Materials" "Nat. Mater.")
                                        ("NC" "Nature Chemistry" "Nat. Chem.")
                                        ("PML" "Philosophical Magazine
Letters" "Phil. Mag. Lett.")
                                        ("PMA" "Philosophical Magazine
A" "Phil. Mag. A")
                                        ("PA"
                                         "Physica A: Statistical
Mechanics and its Applications"
                                         "Physica A")
                                        ("PB" "Physica B-Condensed
Matter" "Physica B")
                                        ("PCCP" "Physical Chemistry
Chemical Physics"
                                         "Phys. Chem. Chem. Phys.")
                                        ("PSSB" "physica status solidi (b)"
                                         "Phys. Status Solidi B")
                                        ("PRA" "Physical Review A"
"Phys. Rev. A")
                                        ("PRB" "Physical Review B"
"Phys. Rev. B")
                                        ("PRL" "Physical Review
Letters" "Phys. Rev. Lett.")
                                        ("PCM" "Physics and Chemistry
of Minerals"
                                         "Phys. Chem. Miner.")
                                        ("PNAS"
                                         "Proceedings of the National
Academy of Sciences of the United States of America" "Proc. Natl.
Acad. Sci. U. S. A.")
                                        ("PSurfSci" "Progress in
Surface Science"
                                         "Prog. Surf. Sci.")
                                        ("Science" "Science" "Science")
                                        ("SM" "Scripta Materialia"
"Scr. Mater.")
                                        ("SABC" "Sensors and Actuators
B: Chemical"
                                         "Sensor. Actuat. B-Chem.")
                                        ("SS" "Surface Science" "Surf. Sci.")
                                        ("EPJB" "The European Physical
Journal B"
                                         "Eur. Phys. J. B")
                                        ("JPC" "The Journal of
Physical Chemistry"
                                         "J. Phys. Chem.")
                                        ("JPCB" "The Journal of
Physical Chemistry B"
                                         "J. Phys. Chem. B")
                                        ("JPCC" "The Journal of
Physical Chemistry C"
                                         "J. Phys. Chem. C")
                                        ("JPCL" "The Journal of
Physical Chemistry Letters"
                                         "J. Phys. Chem. Lett.")
                                        ("JCP" "The Journal of
Chemical Physics" "J. Chem. Phys.")
                                        ("MSMSE"
                                         "Modelling and Simulation in
Materials Science and Engineering" "Modell. Simul. Mater. Sci. Eng.")
                                        ("TSF" "Thin Solid Films"
"Thin Solid Films")
                                        ("TC" "Topics in Catalysis"
"Top. Catal.")
                                        ("WR" "Water Research" "Water Res."))
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-clock-in-resume t
 org-latex-caption-above nil
 org-clock-persist 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-link-shell-confirm-function 'yes-or-no-p
 org-babel-pre-tangle-hook '(save-buffer)
 org-agenda-loop-over-headlines-in-active-region nil
 org-todo-keyword-faces '(("TODO" :inherit modus-themes-nuanced-red)
                          ("NEXT" :inherit modus-themes-nuanced-yellow)
                          ("DONE" :inherit modus-themes-nuanced-green)
                          ("WAIT" :inherit modus-themes-nuanced-blue)
                          ("HOLD" :inherit modus-themes-nuanced-magenta)
                          ("KILL" :inherit modus-themes-subtle-green))
 org-cite-global-bibliography '("~/.local/share/emacs/bibliography/refdb.bib")
 org-occur-hook '(org-first-headline-recenter)
 org-html-head-include-default-style nil
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-html-html5-fancy t
 org-treat-S-cursor-todo-selection-as-state-change nil
 org-link-parameters '(("attachment" :follow org-attach-follow
:complete org-attach-complete-link)
                       ("gnus" :follow org-gnus-open :store org-gnus-store-link)
                       ("bbdb" :follow org-bbdb-open :export
org-bbdb-export :complete
                        org-bbdb-complete-link :store org-bbdb-store-link)
                       ("ACRfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure
                         ((mapping "ACRfullpl"
                           "Both the acronym and its definition in
plural ALL-CAPS")
                          )
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("ACRfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure
                         ((mapping "ACRfull" "Both the acronym and its
definition in ALL-CAPS"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure
                         ((mapping "Acrfullpl"
                           "Capitalized both the acronym and its
definition in plural")
                          )
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure
                         ((mapping "Acrfull" "Capitalized both the
acronym and its definition"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure
                         ((mapping "acrfullpl" "Both the acronym and
its definition in plural"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrfull" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "acrfull" "Both the acronym
and its definition"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("ACRlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "ACRlongpl" "plural
ALL-CAPS definition"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("ACRlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "ACRlong" "ALL-CAPS
definition")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "Acrlongpl" "Plural
capitalized definition"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "Acrlong" "Capitalized
definition")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrlongpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "acrlongpl" "The plural
definition")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrlong" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "acrlong" "The label
definition")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("ACRshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "ACRshortpl" "ALL-CAPS
plural acronym"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("ACRshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "ACRshort" "ALL-CAPS
acronym")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "Acrshortpl" "Plural
capitalized acronym"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("Acrshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "Acrshort" "Capitalized
acronym")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrshortpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "acrshortpl" "The acronym
for label in plural"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("acrshort" :follow or-follow-acronym :face
org-ref-acronym-face-fn
                        :help-echo or-acronym-tooltip :export
                        (closure ((mapping "acrshort" "The acronym for
label")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first mapping) path))
                          (t (format "%s" (upcase path))))
                         )
                        )
                       ("printglossaries" :export
                        (closure (t) (path _desc format)
                         (cond ((memq format '(latex beamer))
"\\printglossaries")
                          (t (format "%s" path)))
                         )
                        )
                       ("glslink" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure (t) (path desc format)
                         (cond
                          ((memq format '(latex beamer)) (format
"\\glslink{%s}{%s}" path desc))
                          (t (format "%s" path)))
                         )
                        )
                       ("Glsdesc" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure
                         ((command "Glsdesc"
                           "The capitalized description associated
with the label")
                          )
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("glsdesc" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure ((command "glsdesc" "The description
associated with the label"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("Glssymbol" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure
                         ((command "Glssymbol"
                           "The capitalized symbol defined (only with
latex definition)")
                          )
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("glssymbol" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure
                         ((command "glssymbol" "The symbol defined
(only with latex definition)"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("Glspl" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure ((command "Glspl" "The plural
capitalized term")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("Gls" :follow or-follow-glossary :face
org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        (closure ((command "Gls" "The capitalized
term")) (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("glspl" :follow or-follow-glossary :face
org-ref-glossary-face-fn
                        :help-echo or-glossary-tooltip :export
                        (closure ((command "glspl" "The plural term"))
(path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("gls" :follow or-follow-glossary :face
org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        (closure ((command "gls" "The term associated
with the label"))
                         (path _ format)
                         (cond
                          ((memq format '(latex beamer))
                           (format "\\%s{%s}" (cl-first command) path))
                          (t (format "%s" path)))
                         )
                        )
                       ("doi" :follow (lambda (_)
(doi-link-follow/body)) :export
                        (lambda (doi desc format)
                         (cond
                          ((eq format 'html)
                           (format "<a href=\"%s%s\">%s</a>"
doi-utils-dx-doi-org-url doi
                            (or desc (concat "doi:" doi)))
                           )
                          ((eq format 'latex)
                           (format "\\href{%s%s}{%s}"
doi-utils-dx-doi-org-url doi
                            (or desc (concat "doi:" doi)))
                           )
                          )
                         )
                        )
                       ("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
                       ("printindex" :follow org-ref-index :export
                        (closure (t) (_path _desc format)
                         (cond ((eq format 'latex) (format "\\printindex"))))
                        )
                       ("index" :follow (closure (t) (path) (occur
path)) :export
                        (closure (t) (path _desc format)
                         (cond ((eq format 'latex) (format
"\\index{%s}" path))))
                        )
                       ("list-of-tables" :follow org-ref-list-of-tables :export
                        (closure (t) (_path _desc format)
                         (cond ((eq format 'latex) (format "\\listoftables"))))
                        )
                       ("list-of-figures" :follow
org-ref-list-of-figures :export
                        (closure (t) (_path _desc format)
                         (cond ((eq format 'latex) (format "\\listoffigures"))))
                        )
                       ("label" :export
                        (closure (t) (path _desc format)
                         (cond ((eq format 'latex) (format
"\\label{%s}" path))))
                        :face org-ref-label-face :help-echo "A label")
                       ("Crefrange" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Crefrange") org-ref-crefrange-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        org-ref-Crefrange-export :face
org-ref-ref-face :help-echo
                        org-ref-ref-help-echo)
                       ("crefrange" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("crefrange") org-ref-crefrange-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        org-ref-crefrange-export :face
org-ref-ref-face :help-echo
                        org-ref-ref-help-echo)
                       ("Cref" :store org-ref-store-Cref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cref") org-ref-complete-link apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cref") org-ref-ref-export apply append] 6
"\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("cref" :store org-ref-store-cref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("cref") org-ref-complete-link apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("cref") org-ref-ref-export apply append] 6
"\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("Autoref" :store org-ref-store-Autoref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autoref") org-ref-complete-link apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autoref") org-ref-ref-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("autoref" :store org-ref-store-autoref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("autoref") org-ref-complete-link apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("autoref") org-ref-ref-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("eqref" :store org-ref-store-eqref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("eqref") org-ref-complete-link apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("eqref") org-ref-ref-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("nameref" :store org-ref-store-nameref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("nameref") org-ref-complete-link apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("nameref") org-ref-ref-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("pageref" :store org-ref-store-pageref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("pageref") org-ref-complete-link apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("pageref") org-ref-ref-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :complete
                        (closure (t) (&optional arg)
(org-ref-complete-link arg "pageref"))
                        :help-echo org-ref-ref-help-echo)
                       ("ref" :store org-ref-store-ref :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("ref") org-ref-complete-link apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("ref") org-ref-ref-export apply append] 6
"\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("bibentry" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("bibentry") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("bibentry") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("supercites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("supercites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("supercites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Textcites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Textcites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Textcites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("textcites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("textcites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("textcites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Smartcites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Smartcites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Smartcites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("smartcites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("smartcites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("smartcites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcitetexts" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcitetexts")
org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcitetexts") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Parencites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Parencites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Parencites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencites") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencites") org-ref-multicite-export
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Cites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cites") org-ref-multicite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("cites" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("cites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("cites") org-ref-multicite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("fnotecite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("fnotecite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("fnotecite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Pnotecite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Pnotecite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Pnotecite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("pnotecite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("pnotecite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("pnotecite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Notecite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Notecite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Notecite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("notecite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("notecite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("notecite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footfullcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("footfullcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("footfullcite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("fullcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("fullcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("fullcite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeurl" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeurl") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeurl") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citedate*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citedate*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citedate*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citedate" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citedate") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citedate") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyear*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyear*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyear*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetitle*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetitle*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetitle*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetitle" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetitle") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetitle") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocite*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocite*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocite*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocite*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocite*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocite*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Autocite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("autocite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("supercite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("supercite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("supercite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencite*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencite*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencite*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("cite*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("cite*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("cite*") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Smartcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Smartcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Smartcite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("smartcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("smartcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("smartcite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Textcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Textcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Textcite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("textcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("textcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("textcite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcitetext" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcitetext") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcitetext") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("footcite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Parencite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Parencite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Parencite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencite") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("parencite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Cite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Cite") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citeauthor*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citeauthor*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citeauthor*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealp*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealp*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealp*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealt*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealt*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealt*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citep*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citep*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citep*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citet*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citet*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citet*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citeauthor" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citeauthor") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citeauthor") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealp" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealp") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealp") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealt" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealt") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citealt") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citep" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citep") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citep") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citet" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citet") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("Citet") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyearpar" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyearpar") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyearpar") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyear" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyear") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeyear") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeauthor*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeauthor*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeauthor*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeauthor" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeauthor") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citeauthor") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetext" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetext") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citetext") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citenum" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citenum") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citenum") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealp*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealp*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealp*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealp" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealp") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealp") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealt*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealt*") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealt*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealt" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealt") org-ref-cite-link-complete
apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citealt") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citep*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citep*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citep*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citep" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citep") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citep") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citet*" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citet*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citet*") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citet" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("citet") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("citet") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("nocite" :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("nocite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face
org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("nocite") org-ref-cite-export apply
append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("bibliographystyle" :complete
org-ref-bibliographystyle-complete-link
                        :activate-func
org-ref-bibliographystyle-activate :export
                        org-ref-bibliographystyle-export)
                       ("printbibliography" :export
org-ref-printbibliography-export)
                       ("nobibliography*" :complete
org-ref-nobibliography-complete :store
                        org-ref-bibtex-store-link :help-echo "No
bibliography link" :activate-func
                        org-ref-bibliography-activate :follow
org-ref-bibliography*-follow :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("\\nobibliography*")
org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-link)
                       ("nobibliography" :complete
org-ref-nobibliography-complete :store
                        org-ref-bibtex-store-link :help-echo "No
bibliography link" :activate-func
                        org-ref-bibliography-activate :follow
org-ref-bibliography*-follow :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("\\nobibliography")
org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-link)
                       ("bibliography" :follow
org-ref-bibliography*-follow :store
                        org-ref-bibtex-store-link :complete
org-ref-bibliography-complete
                        :help-echo "Bibliography link" :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("\\bibliography")
org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-bibliography-activate
:face org-link)
                       ("cite" :follow org-ref-cite-follow :complete
                        #[128 "\302\301\303\300\"\"\207"
                          [("cite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300\"\"\207"
                          [("cite") org-ref-cite-export apply append]
6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("id" :follow org-id-open) ("file+sys") ("file+emacs")
                       ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        (closure ((scheme . "news")) (url arg)
                         (browse-url (concat scheme ":" url) arg))
                        )
                       ("mailto" :follow
                        (closure ((scheme . "mailto")) (url arg)
                         (browse-url (concat scheme ":" url) arg))
                        )
                       ("https" :follow
                        (closure ((scheme . "https")) (url arg)
                         (browse-url (concat scheme ":" url) arg))
                        )
                       ("http" :follow
                        (closure ((scheme . "http")) (url arg)
                         (browse-url (concat scheme ":" url) arg))
                        )
                       ("ftp" :follow
                        (closure ((scheme . "ftp")) (url arg)
                         (browse-url (concat scheme ":" 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-html-format-headline-function 'org-html-format-headline-default-function
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-use-fast-todo-selection t
 org-ref-insert-label-function 'org-ref-insert-label-link
 org-display-remote-inline-images 'cache
 org-latex-pdf-process '("PDFLATEX=%latex texi2dvi --shell-escape
--pdf --tidy --verbose --batch %f")
 org-outline-path-complete-in-steps nil
 org-src-lang-modes '(("latex-macro" . LaTeX) ("C" . c) ("C++" . c++)
("asymptote" . asy)
                      ("beamer" . latex) ("calc" . fundamental) ("cpp"
. c++) ("ditaa" . artist)
                      ("desktop" . conf-desktop) ("dot" . fundamental)
("elisp" . emacs-lisp)
                      ("ocaml" . tuareg) ("screen" . shell-script)
("sqlite" . sql)
                      ("toml" . conf-toml) ("shell" . sh) ("ash" . sh)
("sh" . sh) ("bash" . sh)
                      ("jsh" . sh) ("bash2" . sh) ("dash" . sh)
("dtksh" . sh) ("ksh" . sh)
                      ("es" . sh) ("rc" . sh) ("itcsh" . sh) ("tcsh" .
sh) ("jcsh" . sh)
                      ("csh" . sh) ("ksh88" . sh) ("oash" . sh)
("pdksh" . sh) ("mksh" . sh)
                      ("posix" . sh) ("wksh" . sh) ("wsh" . sh) ("zsh"
. sh) ("rpm" . sh))
 org-clock-history-length 32
 org-tab-before-tab-emulation-hook '(org-tempo-complete-tag)
 org-hide-macro-markers t
 )

--
Zhitao


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

* Re: [BUG] org-capture matcher fail [9.7-pre (release_9.6.18-1145-g10d286 @ /home/gongzhitaao/.cache/emacs/straight/repos/org/lisp/)]
  2024-02-06 15:43 [BUG] org-capture matcher fail [9.7-pre (release_9.6.18-1145-g10d286 @ /home/gongzhitaao/.cache/emacs/straight/repos/org/lisp/)] Zhitao
@ 2024-02-06 19:03 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-02-06 19:03 UTC (permalink / raw)
  To: Zhitao; +Cc: emacs-orgmode

Zhitao <zhitaao.gong@gmail.com> writes:

> This commit is problematic:
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0a58a53edac955381266e49bd68d1140fbece33e
>
> The old matcher for file+olp+datetree was:
>
> (`(file+olp+datetree ,path . ,outline-path)
> ...
> The new matcher does not match empty outline-path.

Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8ccda1737

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

end of thread, other threads:[~2024-02-06 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-06 15:43 [BUG] org-capture matcher fail [9.7-pre (release_9.6.18-1145-g10d286 @ /home/gongzhitaao/.cache/emacs/straight/repos/org/lisp/)] Zhitao
2024-02-06 19:03 ` Ihor Radchenko

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