* [BUG] visibility cycling does not work because org-element--cache-active-p defined later than it is used in org-element.el
@ 2022-08-31 11:53 Esa Palosaari
2022-09-01 7:14 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Esa Palosaari @ 2022-08-31 11:53 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 54416 bytes --]
The expectation is that using TAB cycles subtree visibility. What in
fact happens is nothing but a "function definition is void:
org-element--cache-active-p" error is shown in the minibuffer.
The bug is a "function definition void" error when using tabulator
for subtree cycling on macOS using ARM [9.5.4 (9.5.4-g202744 @
/Users/esapalosaari/.emacs.d/straight/build/org/)]. The fix is to move
the function definition (defun org-element--cache-active-p) e.g. to line
4128 in org-element.el before it is used by other parts of the code.
Emacs : GNU Emacs 28.1 (build 1, aarch64-apple-darwin21.1.0, NS
appkit-2113.00 Version 12.0.1 (Build 21A559))
of 2022-05-11
Package: Org mode version 9.5.4 (9.5.4-g202744 @
/Users/esapalosaari/.emacs.d/straight/build/org/)
current state:
==============
(setq
org-agenda-prefix-format '((dashboard-agenda . " %i %-12:c %s ")
(agenda . " %i %-12:c%?-12t% s")
(todo . " %i %-12:c") (tags . " %i %-12:c")
(search . " %i %-12:c"))
org-ref-bibtex-pdf-download-dir nil
org-link-elisp-confirm-function 'yes-or-no-p
org-cite-insert-processor 'org-ref-cite
org-ref-cite-onclick-function '(lambda (_) (org-ref-citation-hydra/body))
org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
"\n\n(fn ENTRY)"]
org-ref-insert-cite-function 'org-ref-cite-insert-ivy
org-capture-templates '(("t" "Tehtävä" entry
(file+headline "~/Dropbox/org-mode/notes.org"
"Saapuneet")
"* TODO %?\n %i\nOtettu paikassa %a")
("p" "Päiväkirja" entry
(file+datetree "~/Dropbox/org-mode/päiväkirja.org
<http://xn--pivkirja-0zac.org>")
"* %?Tallennettu %U\n %i\n %a")
("l" "Muistiinpanoluonnos" entry
(file "~/SDrive/inbox/luonnoksia.org")
"* %? \nOtettu paikassa %a")
)
org-export-latex-format-toc-function 'org-export-latex-no-toc
org-persist-after-read-hook '(org-element--cache-persist-after-read)
org-ctrl-c-ctrl-c-hook '(org-ref-cite-Cc-Cc)
org-refile-targets '((nil :maxlevel . 5) (org-agenda-files :maxlevel . 5)
("~/Dropbox/org-mode/päiväkirja.org <http://xn--pivkirja-0zac.org>"
:maxlevel . 8))
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-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-cite-follow-processor 'org-ref-cite
org-odt-format-inlinetask-function
'org-odt-format-inlinetask-default-function
org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME CONTENTS
WIDTH)"]
org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-show-empty-lines
org-cycle-optimize-window-after-visibility-change)
org-noter-auto-save-last-location t
org-persist-before-read-hook '(org-element--cache-persist-before-read)
org-mode-hook '(#[0 "\301\211 \207"
[imenu-create-index-function org-imenu-get-tree] 2]
org-ref-org-menu
#[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 '((R . t) (python . t) (shell . t))
org-ref-insert-link-function 'org-ref-insert-link-hydra/body
org-cite-csl-styles-dir "~/Zotero/styles"
org-roam-ref-annotation-function 'org-roam-ref-read--annotation
org-roam-directory "~/SDrive/arkisto/laput/"
org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
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-ref-cite-style-annotation-function 'org-ref-cite-annotate-style
org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
outline-isearch-open-invisible-function 'outline-isearch-open-invisible
org-latex-classes '(("apa7" "\\documentclass{apa7}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("article" "\\documentclass[11pt]{article}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
("book" "\\documentclass[11pt]{book}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
)
org-odt-format-headline-function 'org-odt-format-headline-default-function
org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
org-roam-capture--try-capture-to-ref-h)
org-babel-python-command "python3"
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h
org-id-get-create)
org-src-preserve-indentation t
org-roam-preview-function 'org-roam-preview-default-function
org-babel-tangle-lang-exts '(("python" . "py") ("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-confirm-elisp-link-function 'yes-or-no-p
org-noter-separate-notes-from-heading t
org-log-buffer-setup-hook '(org-roam-log--setup)
org-cite-activate-processor 'org-ref-cite
org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id
org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi
orcb-key-comma org-ref-replace-nonascii
orcb-& orcb-% org-ref-title-case-article
orcb-clean-year orcb-key orcb-clean-doi
orcb-clean-pages orcb-check-journal
org-ref-sort-bibtex-entry orcb-fix-spacing
orcb-download-pdf)
org-roam-capture-new-node-hook '(orb--insert-captured-ref-h
org-roam-capture--insert-captured-ref-h)
org-ref-insert-ref-function 'org-ref-insert-ref-link
org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-roam-bibtex-mode t
org-roam-database-connector 'sqlite3
org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
org-cite-export-processors '((html csl "apa.csl") (latex org-ref-cite)
(t basic))
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-roam-ui-mode t
org-roam-completion-everywhere t
org-agenda-loop-over-headlines-in-active-region nil
org-cite-global-bibliography '("~/SDrive/bibtex-library/references.bib")
org-occur-hook '(org-first-headline-recenter)
org-capture-after-finalize-hook '(orb-make-notes-cache)
org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-roam-node-annotation-function 'org-roam-node-read--annotation
org-link-parameters '(("ACRfullpl" :follow or-follow-acronym :face
org-ref-acronym-face-fn :help-echo or-acronym-tooltip
:export
#[771
"\211\301>\203
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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 �\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 #\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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
�\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)"]
)
("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\300\303\301 \"\"\207"
[org-ref-crefrange-complete ("Crefrange") 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\300\303\301 \"\"\207"
[org-ref-crefrange-complete ("crefrange") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export org-ref-crefrange-export
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("Cref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("Cref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("Cref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("cref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("cref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("cref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("autoref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("autoref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("autoref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("eqref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("eqref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("eqref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("nameref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("nameref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("nameref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("pageref" :store org-ref-store-ref :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-complete-link ("pageref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("pageref") 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\300\303\301 \"\"\207"
[org-ref-complete-link ("ref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-ref-activate :follow
org-ref-ref-jump-to :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-ref-export ("ref") apply append] 6
"\n\n(fn &rest ARGS2)"]
:face org-ref-ref-face :help-echo
org-ref-ref-help-echo)
("bibentry" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("bibentry") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("bibentry") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Autocites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Autocites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("Autocites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("autocites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("autocites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("autocites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("supercites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("supercites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("supercites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Textcites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Textcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("Textcites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("textcites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("textcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("textcites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Smartcites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Smartcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("Smartcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("smartcites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("smartcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("smartcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("footcitetexts" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("footcitetexts") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("footcitetexts") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("footcites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("footcites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("footcites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Parencites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Parencites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("Parencites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("parencites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("parencites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("parencites") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Cites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Cites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("Cites") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("cites" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("cites") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-multicite-export ("cites") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("fnotecite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("fnotecite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("fnotecite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Pnotecite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Pnotecite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Pnotecite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("pnotecite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("pnotecite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("pnotecite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Notecite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Notecite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Notecite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("notecite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("notecite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("notecite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("footfullcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("footfullcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("footfullcite") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("fullcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("fullcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("fullcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeurl" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeurl") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeurl") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citedate*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citedate*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citedate*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citedate" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citedate") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citedate") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeyear*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeyear*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeyear*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citetitle*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citetitle*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citetitle*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citetitle" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citetitle") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citetitle") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Autocite*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Autocite*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Autocite*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("autocite*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("autocite*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("autocite*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Autocite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Autocite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Autocite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("autocite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("autocite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("autocite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("supercite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("supercite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("supercite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("parencite*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("parencite*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("parencite*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("cite*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("cite*") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("cite*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Smartcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Smartcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Smartcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("smartcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("smartcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("smartcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Textcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Textcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Textcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("textcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("textcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("textcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("footcitetext" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("footcitetext") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("footcitetext") apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("footcite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("footcite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("footcite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Parencite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Parencite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Parencite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("parencite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("parencite") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("parencite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Cite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Cite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Cite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citeauthor*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citeauthor*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citeauthor*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citealp*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citealp*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citealp*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citealt*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citealt*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citealt*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citep*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citep*") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citep*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citet*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citet*") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citet*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citeauthor" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citeauthor") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citeauthor") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citealp" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citealp") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citealp") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citealt" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citealt") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citealt") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citep" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citep") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citep") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("Citet" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("Citet") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("Citet") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeyearpar" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeyearpar") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeyearpar") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeyear" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeyear") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeyear") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeauthor*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeauthor*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeauthor*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citeauthor" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citeauthor") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citeauthor") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citetext" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citetext") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citetext") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citenum" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citenum") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citenum") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citealp*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citealp*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citealp*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citealp" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citealp") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citealp") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citealt*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citealt*") apply
append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citealt*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citealt" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citealt") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citealt") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citep*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citep*") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citep*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citep" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citep") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citep") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citet*" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citet*") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citet*") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("citet" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("citet") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("citet") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("nocite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("nocite") apply append]
6 "\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("nocite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:activate-func org-ref-cite-activate)
("cite" :complete
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-link-complete ("cite") apply append] 6
"\n\n(fn &rest ARGS2)"]
:follow org-ref-cite-follow :face org-ref-cite-face
:help-echo org-ref-cite-tooltip :export
#[128 "\302\300\303\301 \"\"\207"
[org-ref-cite-export ("cite") 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\300\303\301 \"\"\207"
[org-ref-bibliography*-export ("\\nobibliography*")
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\300\303\301 \"\"\207"
[org-ref-bibliography*-export ("\\nobibliography")
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\300\303\301 \"\"\207"
[org-ref-bibliography*-export ("\\bibliography")
apply append]
6 "\n\n(fn &rest ARGS2)"]
:activate-func org-ref-bibliography-activate :face
org-link)
("roam" :follow org-roam-link-follow-link)
("attachment" :follow org-attach-follow :complete
org-attach-complete-link)
("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)
("gnus" :follow org-gnus-open :store
org-gnus-store-link)
("docview" :follow org-docview-open :export
org-docview-export :store org-docview-store-link)
("bibtex" :follow org-bibtex-open :store
org-bibtex-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)
("doi" :follow
#[(_) "\300 \207" [doi-link-follow/body] 1] :export
#[(doi desc format)
" \304\267\202 �\300\305 \n \206 �\306\nP$\207\300\307 \n \206
�\306\nP$\207\310\207"
[format
doi-utils-dx-doi-org-url
doi
desc
#s
(hash-table
size
2
test
eq
rehash-size
1.5
rehash-threshold
0.8125
purecopy
t
data
(html 6 latex 19)
)
"<a href=\"%s%s\">%s</a>" "doi:" "\\href{%s%s}{%s}" nil]
6]
)
("id" :follow org-roam-id-open :complete
org-id-complete-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-html-format-headline-function
'org-html-format-headline-default-function
org-roam-capture-templates '(("m" "muistiinpano" plain "%?" :if-new
(file+head "%<%Y%m%dT%H%M%S>-${slug}.org"
":PROPERTIES:\n:ID: %<%Y%m%dT%H%M%S>\n:CAPTURED: [%<%Y-%m-%d
%H:%M:%S>]\n:ROAM_REFS: [cite:@${citekey}]\n:END:\n#+TITLE: %^{title}")
:unnarrowed t :jump-to-captured t)
("k" "kirjallisuus" plain "%?" :if-new
(file+head "kirjallisuus/${citekey}.org"
"#+TITLE: ${title}\n#+FILETAGS: kirjallisuus\n\n- kirjoittaja ::
${author-or-editor}\n- otsikko :: ${title}\n- tags ::
${keywords}\n- URL :: ${url}\n- tiedosto ::
[[file:${file}]]\n* Yhteenveto\n\n* Muistiinpanoja\n :PROPERTIES:\n
:Custom_ID: ${citekey}\n :URL: ${url}\n :AUTHOR: ${author-or-editor}\n
:NOTER_DOCUMENT: ${file}\n :NOTER_PAGE:\n :END:\n\n")
:unnarrowed t :jump-to-captured t)
)
org-metaup-hook '(org-babel-load-in-session-maybe)
org-ref-insert-label-function 'org-ref-insert-label-link
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-outline-path-complete-in-steps nil
org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
)
[-- Attachment #2: Type: text/html, Size: 79950 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] visibility cycling does not work because org-element--cache-active-p defined later than it is used in org-element.el
2022-08-31 11:53 [BUG] visibility cycling does not work because org-element--cache-active-p defined later than it is used in org-element.el Esa Palosaari
@ 2022-09-01 7:14 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-09-01 7:14 UTC (permalink / raw)
To: Esa Palosaari; +Cc: emacs-orgmode
Esa Palosaari <esa.palosaari@gmail.com> writes:
> The expectation is that using TAB cycles subtree visibility. What in
> fact happens is nothing but a "function definition is void:
> org-element--cache-active-p" error is shown in the minibuffer.
>
> The bug is a "function definition void" error when using tabulator
> for subtree cycling on macOS using ARM [9.5.4 (9.5.4-g202744 @
> /Users/esapalosaari/.emacs.d/straight/build/org/)]. The fix is to move
> the function definition (defun org-element--cache-active-p) e.g. to line
> 4128 in org-element.el before it is used by other parts of the code.
`org-element--cache-active-p' function is defined as long as you load
Org correctly. You are likely experiencing "mixed" Org installation when
parts of built-in Org mode are loaded together with the newer files from
Org. Please make sure that you have (straight-use-package 'org) early in
your config.
--
Ihor Radchenko,
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:[~2022-09-01 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31 11:53 [BUG] visibility cycling does not work because org-element--cache-active-p defined later than it is used in org-element.el Esa Palosaari
2022-09-01 7:14 ` 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).