emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]
@ 2023-10-04  8:01 Johannes Keller
  2023-10-06 13:29 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Keller @ 2023-10-04  8:01 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.
------------------------------------------------------------------------



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

current state:
==============
(setq
 org-noter--doc-goto-location-hook '(org-noter-djvu--goto-location org-noter-nov--goto-location
                                     org-noter-pdf--goto-location)
 org-link-elisp-confirm-function 'yes-or-no-p
 org-global-properties '((Effort_ALL . "0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00 2:30 3:00 3:30 4:00")
                         )
 org-roam-db-gc-threshold 2305843009213693951
 org-ref-cite-onclick-function #[257 "\300 \207" [org-ref-citation-hydra/body] 2 "\n\n(fn _)"]
 org-bibtex-headline-format-function #[257 "\300.\236A\207" [:title] 3 "\n\n(fn ENTRY)"]
 org-ref-insert-cite-function 'org-ref-cite-insert-helm
 org-log-done 'time
 org-agenda-custom-commands '(("d" "Day block view" ((agenda "") (todo "")))
                              ("o" "Agenda and Office-related tasks"
                               ((agenda "") (tags-todo "work") (tags "office")))
                              )
 org-koma-letter-default-class "my-letter"
 org-babel-after-execute-hook '(org-redisplay-inline-images)
 org-agenda-files '("~/org/todos.org" "~/org/freelance-projects.org" "~/org/il-profondo-productions.org"
                    "~/org/la-cetra-productions.org" "~/org/phd.org" "~/org/pontio.org"
                    "~/org/private.org" "~/org/studio31-vicentino21.org" "~/org/teaching.org"
                    "~/org/work-coordination.org" "~/org/research.org")
 org-publish-project-alist '(("org-notes" :base-directory "~/org/web/johanneskeller/" :base-extension
                              "org" :publishing-directory "~/Public-html/" :recursive t :auto-sitemap t
                              :sitemap-filename "sitemap.org" :sitemap-title "Navigation"
                              :publishing-function org-html-publish-to-html ::with-author nil
                              :with-creator nil :with-toc nil :section-numbers nil :time-stamp-file nil
                              :headline-levels 4 :auto-preamble t)
                             ("org-static" :base-directory "~/org/web/johanneskeller/" :base-extension
                              "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory
                              "~/Public-html/" :recursive t :publishing-function org-publish-attachment)
                             ("org" :components ("org-notes" "org-static")))
 org-capture-templates '(("t" "Simple TODO" entry (file+headline "~/org/todos.org" "Inbox")
                          "* TODO %^{Title}\nSCHEDULED: %^t")
                         ("l" "Todo with link" entry (file+headline "~/org/todos.org" "Inbox")
                          "* TODO %^{Title}\nSCHEDULED: %^t\n%^{Content}\n%a")
                         ("e" "Todo with time effort estimate" entry
                          (file+headline "~/org/todos.org" "Inbox")
                          "* TODO %^{Title}\n:PROPERTIES:\n:EFFORT: %^{Time Effort}\n:END:\nSCHEDULED: %^t\n%?")
                         ("a" "Appointment" entry (file+headline "~/org/todos.org" "Inbox")
                          "* %^{Title} %^T")
                         ("c" "Contact" entry (file+headline "~/org/contacts.org" "Contacts")
                          "* %(org-contacts-template-name)\n:PROPERTIES:\n:EMAIL: %(org-contacts-template-email)\n:ADDRESS: %^{Address}\n:BIRTHDAY:\n:NOTE:\n:END:")
                         )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-format-latex-options '(:foreground default :background default :scale 1.0 :html-foreground "Black"
                            :html-background "Transparent" :html-scale 5.0 :matchers
                            ("begin" "$1" "$" "$$" "\\(" "\\["))
 org-refile-targets '((org-agenda-files :level . 1))
 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-default-notes-file "~/org/org/todos.org"
 org-roam-find-file-hook '(org-roam-buffer--setup-redisplay-h org-roam--register-completion-functions-h
                           org-roam--replace-roam-links-on-save-h
                           org-roam-db-autosync--setup-update-on-save-h)
 org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-columns-default-format "%40ITEM(Task) %TODO %3PRIORITY %17Effort(Estimated Effort){:}"
 org-noter--pretty-print-location-for-title-hook '(org-noter-djvu--pretty-print-location
                                                   org-noter-nov--pretty-print-location
                                                   org-noter-pdf--pretty-print-location-for-title)
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
 org-edit-src-content-indentation 0
 org-ascii-format-drawer-function #[771 ".\207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
                  org-cycle-optimize-window-after-visibility-change org-cycle-display-inline-images)
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-link-from-user-regexp "\\<johannes@thinkcentre-johannes\\>"
 org-image-actual-width nil
 org-noter--pretty-print-highlight-location-hook '(org-noter-pdf--pretty-print-highlight)
 org-mode-hook '(evil-collection-mu4e-org-set-header-to-normal-mode
                 #[0 "\301\211.\207" [imenu-create-index-function org-imenu-get-tree] 2]
                 org-ref-org-menu auto-fill-mode org-indent-mode org-bullets-mode
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-fold-show-all append local] 5]
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-babel-load-languages '((emacs-lisp . t) (lilypond . t) (org . t) (lisp . t))
 org-ref-insert-link-function 'org-ref-insert-link
 org-roam-ref-annotation-function 'org-roam-ref-read--annotation
 org-roam-directory "/home/johannes/org/zettelkasten"
 org-noter--pretty-print-location-hook '(org-noter-djvu--pretty-print-location
                                         org-noter-nov--pretty-print-location
                                         org-noter-pdf--pretty-print-location)
 org-agenda-columns-add-appointments-to-effort-sum t
 org-agenda-time-grid '((daily today require-timed) (800 1000 1200 1400 1600 1800 2000) "......"
                        "----------------")
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-ellipsis "▼"
 org-roam-db-node-include-function #[0 "\300\207" [t] 1]
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-adapt-indentation t
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-html-validation-link nil
 org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}"
                      ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("my-thesis"
                      "\n\\documentclass[a4paper,DIV=12,11pt]{scrbook}\n[NO-DEFAULT-PACKAGES]\n[NO-PACKAGES]\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{graphicx}\n\\usepackage{longtable}\n\\usepackage{wrapfig}\n\\usepackage{rotating}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage[hidelinks]{hyperref}\n\\usepackage[ngerman]{babel}\n\n\\makeatletter\n\\newcommand{\\citeprocitem}[2]{\\hyper@linkstart{cite}{citeproc_bib_item_#1}#2\\hyper@linkend}\n\\makeatother\n\n\\usepackage{newunicodechar}\n\\newunicodechar{ᴄ}{C}\n\\newunicodechar{ſ}{{\\fontfamily{jkpvos}\\selectfont{}s}}\n\n\\newtheorem{vicentino-quote}{Zitat}\n[NO-EXTRA]"
                      ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("koma-article-11pt-a4-div11" "\\documentclass[a4paper,DIV=13,12pt]{scrartcl}"
                      ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("my-letter" "\\documentclass{scrlttr2}" "\\usepackage[ngerman]{babel}")
                     ("default-koma-letter" "\\documentclass[11pt]{scrlttr2}")
                     ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     )
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-agenda-mode-hook '((lambda nil (display-line-numbers-mode 0)))
 org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
                                 org-roam-capture--try-capture-to-ref-h)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h)
 org-roam-preview-function 'org-roam-preview-default-function
 org-babel-tangle-lang-exts '(("incudine" . "cudo") ("lisp" . "lisp") ("LilyPond" . "ly")
                              ("emacs-lisp" . "el") ("elisp" . "el"))
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-roam-db-autosync-mode t
 org-agenda-default-appointment-duration 60
 org-confirm-elisp-link-function 'yes-or-no-p
 org-pandoc-epub-rights "Copyright 2023  <johannes@thinkcentre-johannes>"
 org-log-buffer-setup-hook '(org-roam-log--setup)
 org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi orcb-key-comma
                                   org-ref-replace-nonascii orcb-& orcb-% org-ref-title-case-article
                                   orcb-clean-year orcb-key orcb-clean-doi orcb-clean-pages
                                   orcb-check-journal org-ref-sort-bibtex-entry orcb-fix-spacing
                                   orcb-download-pdf)
 org-roam-capture-new-node-hook '(org-roam-capture--insert-captured-ref-h)
 org-noter--show-arrow-hook '(org-noter-pdf--show-arrow)
 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-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-noter--add-highlight-hook '(org-noter-pdf--highlight-location)
 org-noter--get-current-view-hook '(org-noter-djvu--get-current-view org-noter-nov--get-current-view
                                    org-noter-pdf--get-current-view)
 org-noter-set-up-document-hook '(org-noter-djvu--setup-handler org-noter-nov--setup-handler
                                  org-noter-pdf--doc-view-setup-handler
                                  org-noter-pdf--pdf-view-setup-handler)
 org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate
 org-noter--get-containing-element-hook '(org-noter--get-containing-heading
                                          org-noter--get-containing-property-drawer)
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
 org-noter--convert-to-location-cons-hook '(org-noter-pdf--convert-to-location-cons)
 org-ref-clean-bibtex-key-function '(lambda (key) (replace-regexp-in-string ":" "" key))
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-link-shell-confirm-function 'yes-or-no-p
 org-agenda-finalize-hook '(jk/colorize-headings)
 org-babel-pre-tangle-hook '(save-buffer)
 org-clock-display-default-range 'untilnow
 org-agenda-loop-over-headlines-in-active-region nil
 org-noter--get-precise-info-hook '(org-noter-djvu--get-precise-info org-noter-nov--get-precise-info
                                    org-noter-pdf--doc-view-get-precise-info
                                    org-noter-pdf--pdf-view-get-precise-info)
 org-noter--get-highlight-location-hook '(org-noter-pdf--get-highlight)
 org-occur-hook '(org-first-headline-recenter)
 org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-noter--doc-approx-location-hook '(org-noter-djvu--approx-location-cons
                                       org-noter-nov--approx-location-cons
                                       org-noter-pdf--approx-location-cons)
 org-roam-node-annotation-function 'org-roam-node-read--annotation
 org-link-parameters '(("mu4e" :follow mu4e-org-open :store mu4e-org-store-link)
                       ("roam" :follow org-roam-link-follow-link)
                       ("attachment" :follow org-attach-follow :complete org-attach-complete-link)
                       ("nov" :follow nov-org-link-follow :store nov-org-link-store)
                       ("eww" :follow org-eww-open :store org-eww-store-link)
                       ("rmail" :follow org-rmail-open :store org-rmail-store-link)
                       ("mhe" :follow org-mhe-open :store org-mhe-store-link)
                       ("irc" :follow org-irc-visit :store org-irc-store-link :export org-irc-export)
                       ("info" :follow org-info-open :export org-info-export :store org-info-store-link
                        :insert-description org-info-description-as-command)
                       ("gnus" :follow org-gnus-open :store org-gnus-store-link)
                       ("docview" :follow org-docview-open :export org-docview-export :store
                        org-docview-store-link)
                       ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
                        org-bbdb-complete-link :store org-bbdb-store-link)
                       ("w3m" :store org-w3m-store-link)
                       ("ACRfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRfullpl" "Both the acronym and its definition in plural ALL-CAPS")
                           (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ACRfull" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRfull" "Both the acronym and its definition in ALL-CAPS") (latex beamer)
                           format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrfullpl" "Capitalized both the acronym and its definition in plural")
                           (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrfull" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrfull" "Capitalized both the acronym and its definition") (latex beamer)
                           format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrfullpl" "Both the acronym and its definition in plural") (latex beamer)
                           format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrfull" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrfull" "Both the acronym and its definition") (latex beamer) format
                           "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ACRlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRlongpl" "plural ALL-CAPS definition") (latex beamer) format "\\%s{%s}"
                           "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ACRlong" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRlong" "ALL-CAPS definition") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrlongpl" "Plural capitalized definition") (latex beamer) format "\\%s{%s}"
                           "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrlong" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrlong" "Capitalized definition") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrlongpl" "The plural definition") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrlong" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrlong" "The label definition") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ACRshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRshortpl" "ALL-CAPS plural acronym") (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ACRshort" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("ACRshort" "ALL-CAPS acronym") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrshortpl" "Plural capitalized acronym") (latex beamer) format "\\%s{%s}"
                           "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Acrshort" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("Acrshort" "Capitalized acronym") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrshortpl" "The acronym for label in plural") (latex beamer) format
                           "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acrshort" :follow or-follow-acronym :face org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\226\"\207"
                          [("acrshort" "The acronym for label") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("printglossaries" :export
                        #[771 "\211\300>\203\b.\301\207\302\303.\"\207"
                          [(latex beamer) "\\printglossaries" format "%s"] 6 "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("glslink" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\300>\203\f.\301\302.\x04#\207\301\303.\"\207"
                          [(latex beamer) format "\\glslink{%s}{%s}" "%s"] 7 "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("Glsdesc" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("Glsdesc" "The capitalized description associated with the label")
                           (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("glsdesc" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("glsdesc" "The description associated with the label") (latex beamer) format
                           "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Glssymbol" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("Glssymbol" "The capitalized symbol defined (only with latex definition)")
                           (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("glssymbol" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("glssymbol" "The symbol defined (only with latex definition)") (latex beamer)
                           format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Glspl" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("Glspl" "The plural capitalized term") (latex beamer) format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Gls" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("Gls" "The capitalized term") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("glspl" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("glspl" "The plural term") (latex beamer) format "\\%s{%s}" "%s"] 7
                          "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("gls" :follow or-follow-glossary :face org-ref-glossary-face-fn :help-echo
                        or-glossary-tooltip :export
                        #[771 "\211\301>\203.\0\302\303\300@.#\207\302\304.\"\207"
                          [("gls" "The term associated with the label") (latex beamer) format "\\%s{%s}"
                           "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("doi" :follow org-link-doi-open :export org-link-doi-export)
                       ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
                       ("printindex" :follow org-ref-index :export
                        #[771 "\211\300=\205	.\301\302!\207" [latex format "\\printindex"] 5
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("index" :follow #[257 "\300.!\207" [occur] 3 "\n\n(fn PATH)"] :export
                        #[771 "\211\300=\205\n.\301\302.\"\207" [latex format "\\index{%s}"] 6
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("list-of-tables" :follow org-ref-list-of-tables :export
                        #[771 "\211\300=\205	.\301\302!\207" [latex format "\\listoftables"] 5
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("list-of-figures" :follow org-ref-list-of-figures :export
                        #[771 "\211\300=\205	.\301\302!\207" [latex format "\\listoffigures"] 5
                          "\n\n(fn PATH DESC FORMAT)"]
                        )
                       ("label" :export
                        #[771 "\211\300=\205\n.\301\302.\"\207" [latex format "\\label{%s}"] 6
                          "\n\n(fn PATH DESC FORMAT)"]
                        :face org-ref-label-face :help-echo "A label")
                       ("Crefrange" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Crefrange") org-ref-crefrange-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        org-ref-Crefrange-export :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("crefrange" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("crefrange") org-ref-crefrange-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        org-ref-crefrange-export :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("Cref" :store org-ref-store-Cref :complete
                        #[128 "\302\301\303\300.\"\"\207" [("Cref") org-ref-complete-link apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("Cref") org-ref-ref-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("cref" :store org-ref-store-cref :complete
                        #[128 "\302\301\303\300.\"\"\207" [("cref") org-ref-complete-link apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("cref") org-ref-ref-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("Autoref" :store org-ref-store-Autoref :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autoref") org-ref-complete-link apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("Autoref") org-ref-ref-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("autoref" :store org-ref-store-autoref :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autoref") org-ref-complete-link apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("autoref") org-ref-ref-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("eqref" :store org-ref-store-eqref :complete
                        #[128 "\302\301\303\300.\"\"\207" [("eqref") org-ref-complete-link apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("eqref") org-ref-ref-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("nameref" :store org-ref-store-nameref :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("nameref") org-ref-complete-link apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("nameref") org-ref-ref-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("pageref" :store org-ref-store-pageref :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("pageref") org-ref-complete-link apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("pageref") org-ref-ref-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :complete
                        #[256 "\300.\301\"\207" [org-ref-complete-link "pageref"] 4
                          "\n\n(fn &optional ARG)"]
                        :help-echo org-ref-ref-help-echo)
                       ("ref" :store org-ref-store-ref :complete
                        #[128 "\302\301\303\300.\"\"\207" [("ref") org-ref-complete-link apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to :export
                        #[128 "\302\301\303\300.\"\"\207" [("ref") org-ref-ref-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-ref-ref-face :help-echo org-ref-ref-help-echo)
                       ("bibentry" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("bibentry") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("bibentry") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("supercites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("supercites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("supercites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Textcites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Textcites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Textcites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("textcites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("textcites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("textcites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Smartcites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Smartcites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Smartcites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("smartcites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("smartcites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("smartcites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcitetexts" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcitetexts") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcitetexts") org-ref-multicite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Parencites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Parencites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Parencites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencites") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Cites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Cites") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Cites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("cites" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("cites") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("cites") org-ref-multicite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("fnotecite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("fnotecite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("fnotecite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Pnotecite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Pnotecite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Pnotecite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("pnotecite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("pnotecite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("pnotecite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Notecite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Notecite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Notecite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("notecite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("notecite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("notecite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footfullcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footfullcite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footfullcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("fullcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("fullcite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("fullcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeurl" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeurl") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citeurl") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citedate*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citedate*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citedate*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citedate" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citedate") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citedate") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyear*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyear*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyear*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetitle*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetitle*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetitle*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetitle" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetitle") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetitle") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocite*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocite*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocite*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocite*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocite*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocite*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Autocite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Autocite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("autocite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("autocite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("supercite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("supercite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("supercite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencite*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencite*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencite*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("cite*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("cite*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("cite*") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Smartcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Smartcite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Smartcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("smartcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("smartcite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("smartcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Textcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Textcite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Textcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("textcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("textcite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("textcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcitetext" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcitetext") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcitetext") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("footcite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("footcite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Parencite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Parencite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Parencite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("parencite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencite") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("parencite") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Cite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Cite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Cite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citeauthor*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citeauthor*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citeauthor*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealp*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealp*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealp*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealt*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealt*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealt*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citep*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citep*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citep*") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citet*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citet*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citet*") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citeauthor" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citeauthor") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citeauthor") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealp" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealp") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citealp") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citealt" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citealt") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citealt") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citep" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citep") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citep") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("Citet" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("Citet") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("Citet") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyearpar" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyearpar") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyearpar") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeyear" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyear") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeyear") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeauthor*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeauthor*") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeauthor*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citeauthor" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeauthor") org-ref-cite-link-complete apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citeauthor") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citetext" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetext") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citetext") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citenum" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citenum") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citenum") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealp*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealp*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealp*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealp" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealp") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citealp") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealt*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealt*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealt*") org-ref-cite-export apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citealt" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citealt") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citealt") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citep*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citep*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citep*") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citep" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citep") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citep") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citet*" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citet*") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citet*") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("citet" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("citet") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("citet") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("nocite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("nocite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("nocite") org-ref-cite-export apply append]
                          6 "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("cite" :complete
                        #[128 "\302\301\303\300.\"\"\207"
                          [("cite") org-ref-cite-link-complete apply append] 6 "\n\n(fn &rest ARGS2)"]
                        :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
                        org-ref-cite-tooltip :export
                        #[128 "\302\301\303\300.\"\"\207" [("cite") org-ref-cite-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-cite-activate)
                       ("bibliographystyle" :complete org-ref-bibliographystyle-complete-link
                        :activate-func org-ref-bibliographystyle-activate :export
                        org-ref-bibliographystyle-export)
                       ("printbibliography" :export org-ref-printbibliography-export)
                       ("nobibliography*" :complete org-ref-nobibliography-complete :store
                        org-ref-bibtex-store-link :help-echo "No bibliography link" :activate-func
                        org-ref-bibliography-activate :follow org-ref-bibliography*-follow :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("\\nobibliography*") org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-link)
                       ("nobibliography" :complete org-ref-nobibliography-complete :store
                        org-ref-bibtex-store-link :help-echo "No bibliography link" :activate-func
                        org-ref-bibliography-activate :follow org-ref-bibliography*-follow :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("\\nobibliography") org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :face org-link)
                       ("bibliography" :follow org-ref-bibliography*-follow :store
                        org-ref-bibtex-store-link :complete org-ref-bibliography-complete :help-echo
                        "Bibliography link" :export
                        #[128 "\302\301\303\300.\"\"\207"
                          [("\\bibliography") org-ref-bibliography*-export apply append] 6
                          "\n\n(fn &rest ARGS2)"]
                        :activate-func org-ref-bibliography-activate :face org-link)
                       ("id" :follow org-roam-id-open)
                       ("elfeed" :follow elfeed-link-open :store elfeed-link-store-link) ("file+sys")
                       ("file+emacs") ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        #[514 "\301\300\302.Q.\"\207" ["news" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("mailto" :follow
                        #[514 "\301\300\302.Q.\"\207" ["mailto" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("https" :follow
                        #[514 "\301\300\302.Q.\"\207" ["https" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("http" :follow
                        #[514 "\301\300\302.Q.\"\207" ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("ftp" :follow
                        #[514 "\301\300\302.Q.\"\207" ["ftp" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("help" :follow org-link--open-help :store org-link--store-help)
                       ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp))
 org-roam-ui-browser-function 'browse-url
 org-noter-get-buffer-file-name-hook '(org-noter-nov--get-buffer-file-name
                                       org-noter-pdf--get-buffer-file-name)
 org-html-format-headline-function 'org-html-format-headline-default-function
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-noter-get-selected-text-hook '(org-noter-djvu--get-selected-text org-noter-nov--get-selected-text
                                    org-noter-pdf--get-selected-text)
 org-noter-create-session-from-document-hook '(org-noter--create-session-from-document-file-default)
 org-ref-insert-label-function 'org-ref-insert-label-link
 org-imenu-depth 5
 org-latex-pdf-process '("pdflatex -interaction nonstopmode -output-directory %o %f" "bibtex %b"
                         "pdflatex -interaction nonstopmode -output-directory %o %f"
                         "pdflatex -interaction nonstopmode -output-directory %o %f")
 org-fontify-emphasized-text nil
 org-agenda-current-time-string "now - - - - - - - - - - - - - - - - - - - - - - - - -"
 org-agenda-block-separator 61
 org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
 org-noter-create-skeleton-functions '(org-noter-djvu--create-skeleton
                                       org-noter-nov--create-skeleton-epub org-noter-pdf--create-skeleton)
 )


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

* Re: [BUG] Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]
  2023-10-04  8:01 [BUG] Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)] Johannes Keller
@ 2023-10-06 13:29 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-10-06 13:29 UTC (permalink / raw)
  To: Johannes Keller; +Cc: emacs-orgmode

Johannes Keller <johannkell@gmail.com> writes:

> Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

Thanks for reporting, but may you please share the error message you are seeing?

-- 
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:[~2023-10-06 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04  8:01 [BUG] Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)] Johannes Keller
2023-10-06 13:29 ` 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).