emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]
@ 2022-07-20 19:22 Uwe Brauer
  2022-07-21 16:02 ` [a kludge] (was: [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]) Uwe Brauer
  2022-10-16  8:30 ` [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)] Ihor Radchenko
  0 siblings, 2 replies; 8+ messages in thread
From: Uwe Brauer @ 2022-07-20 19:22 UTC (permalink / raw)
  To: emacs-orgmode

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 368606 bytes --]

Hi

I attach a file that hopefully explains the problem.

That file contains 109 heading, each heading has 17 different properties when all of them are included in the 
#+BEGIN: columnview
#+END:

Block then not all headings are included. It seems to work with 15 properties but not for all 17.


Uwe Brauer 
------------------------------------------------------------------------




Emacs  : GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.14.6, Xaw3d scroll bars)
 of 2021-11-08
Package: Org mode version N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)

current state:
==============
(setq
 org-html-with-latex 'mathjax
 org-remark-source-file-name 'abbreviate-file-name
 org-list-use-circular-motion t
 org-link-elisp-confirm-function 'yes-or-no-p
 org-odt-inline-image-rules '(("file" .
                               "\\(?:\\.\\(?:gif\\|\\(?:jpe?\\|pn\\|sv\\)g\\)\\)")
                              )
 org-remark-global-tracking-mode t
 org-odt-convert-process "gnumeric"
 org-format-latex-header "\\documentclass{article}\n\\usepackage[usenames]{color}\n[PACKAGES]\n[DEFAULT-PACKAGES]\n\\pagestyle{empty}             % do not remove\n% The settings below are copied from fullpage.sty\n\\setlength{\\textwidth}{\\paperwidth}\n\\usepackage{amsmath,amssymb}\n\\usepackage{wasysym}\n\\addtolength{\\textwidth}{-3cm}\n\\setlength{\\oddsidemargin}{1.5cm}\n\\addtolength{\\oddsidemargin}{-2.54cm}\n\\setlength{\\evensidemargin}{\\oddsidemargin}\n\\setlength{\\textheight}{\\paperheight}\n\\addtolength{\\textheight}{-\\headheight}\n\\addtolength{\\textheight}{-\\headsep}\n\\addtolength{\\textheight}{-\\footskip}\n\\addtolength{\\textheight}{-3cm}\n\\setlength{\\topmargin}{1.5cm}\n\\newtheorem{thm}{Theorem}\n\\newtheorem{defn}{Definition}\n\\newtheorem{lem}{Lemma}\n\\newtheorem{cor}{Corollary}\n\\newtheorem{rem}{Remark}\n\\newtheorem{bei}{}\n\\newtheorem{prop}{Preposition}\n\\newcommand{\\setR}{{\\mathord{\\mathbb R}}}\n\\addtolength{\\topmargin}{-2.54cm} "
 org-crypt-key nil
 org-ref-cite-onclick-function 'org-ref-cite-click-helm
 org-ref-create-notes-hook '((lambda nil (org-narrow-to-subtree)
                              (insert
                               (format "cite:%s\n"
                                (org-entry-get (point) "CUSTOM_ID"))
                               )
                              )
                             )
 org-ref-cite-keymap '(keymap
                       (C-return . org-ref-prettify-edit-link-at-point)
                       (tab lambda nil (interactive)
                        (funcall org-ref-insert-cite-function))
                       (S-up . org-ref-sort-citation-link)
                       (S-right lambda nil (interactive)
                        (org-ref-swap-citation-link 1))
                       (S-left lambda nil (interactive)
                        (org-ref-swap-citation-link -1))
                       (C-right . org-ref-next-key)
                       (C-left . org-ref-previous-key)
                       (16777337 lambda nil
                        "Paste key at point. Assumes the first thing in the killring is a key."
                        (interactive)
                        (org-ref-insert-key-at-point (car kill-ring)))
                       (16777303 lambda nil
                        "Copy all the keys at point." (interactive)
                        (kill-new
                         (org-element-property :path
                          (org-element-context))
                         )
                        )
                       (16777335 lambda nil (interactive)
                        (kill-new
                         (car (org-ref-get-bibtex-key-and-file)))
                        )
                       (16777318 lambda nil (interactive)
                        (save-excursion
                         (org-ref-open-citation-at-point)
                         (kill-new
                          (org-ref-format-bibtex-entry-at-point))
                         )
                        )
                       (16777319 . org-ref-google-scholar-at-point)
                       (16777317 lambda nil "Email entry at point"
                        (interactive) (org-ref-open-citation-at-point)
                        (org-ref-email-bibtex-entry))
                       (16777315 . org-ref-wos-citing-at-point)
                       (16777330 . org-ref-wos-related-at-point)
                       (16777326 . org-ref-open-notes-at-point)
                       (16777328 lambda nil (interactive)
                        (funcall org-ref-open-pdf-function))
                       (16777333 . org-ref-open-url-at-point)
                       (16777314 . org-ref-open-citation-at-point)
                       (16777327 . org-ref-cite-hydra/body)
                       (follow-link . mouse-face)
                       (mouse-3 . org-ref-prettify-edit-link-at-mouse)
                       (mouse-2 . org-open-at-mouse))
 org-bibtex-headline-format-function #[257 "\300\236A\207" [:title] 3 "\n\n(fn ENTRY)"]
 org-ref-insert-cite-function 'org-ref-helm-insert-cite-link
 org-ref-insert-cite-key "C-c c"
 org-ref-open-notes-function '(lambda nil (org-show-entry)
                               (outline-show-branches)
                               (outline-show-children)
                               (org-cycle '(64))
                               (recenter-top-bottom 0))
 org-load-hook '(my-link-keys)
 org-pretty-table-mode-hook '(org-pretty-table-mode-set-explicitly)
 org-capture-templates-contexts '(("e" ""
                                   ((in-mode . "article-mode")
                                    (in-mode . "summary-mode"))
                                   )
                                  )
 org-startup-folded nil
 org-babel-after-execute-hook '(org-display-inline-images)
 org-agenda-files '("~/ALLES/tex/vorlesungen/1-Reparto/22-23/clases-horario.org" "/home/oub/ALLES/tex/Babba/HG-Beihilfe-Debeka/Kontakt/README.org" "/home/oub/ALLES/MathRev/ToDo/TODO.org" "/home/oub/ALLES/Mail/README.org" "/home/oub/answer.org")
 org-ref-bib-html-sorted t
 org-capture-templates '(("e" "Email Reply Scheduled (a)" entry
                          (file+olp "~/Documents/org/notes.org"
                           "Tasks" "Emails")
                          "* RPLY %^{Description}  %^g\n  SCHEDULED: %^T\n  :PROPERTIES:\n  :ID:       %(org-id-new)\n  :END:\n  EmailDate: %:date-timestamp-inactive, Group: %:group \\\\\n  Added: %U \\\\\n  %a \\\\\n  %?" :prepend t :clock-in t :clock-resume t)
                         ("n" "New note (with denote.el)" plain
                          (file denote-last-path) #'denote-org-capture
                          :no-save t :immediate-finish nil
                          :kill-buffer t :jump-to-captured t)
                         ("l" "Ledger entries")
                         ("lm" "MBNA" plain (file "~/personal/ledger")
                          "%(org-read-date) %^{Payee} \n  Liabilities:MBNA  \n  Expenses:%^{Account}  %^{Amount}")
                         ("lc" "Cash" plain (file "~/personal/ledger")
                          "%(org-read-date) * %^{Payee}\n  Expenses:Cash \n  Expenses:%^{Account}  %^{Amount}")
                         ("h" "Hg options")
                         ("hI" "HG Issues" entry
                          (file
                           "~/ALLES/HGs/Karp/Pub/Submitted/Euler-Nordstrom/Issues.org")
                          "** TODO %^{Issue} %T %^g \n         :PROPERTIES:\n         :ID:   Issues\n         :Date: %T\n         :Link:  %a   \n         :Is: %^{Number}\n         :Status:   [ ]\n         :End:")
                         ("hi" "Hg Issues Discussions" entry
                          (file+headline
                           "~/ALLES/HGs/Karp/Pub/Submitted/Euler-Nordstrom/Issues.org" "Issues")
                          "** %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("m" "Mail options")
                         ("mc" "Stat+Num:Covid19" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGCal-Num-Transp/alumnos-covid19.org" "Casos de Covid19")
                          "| | %:fromname|%:fromaddress|%^{caso|positivo|contacto-estrecho}|%^{Grupo|A|B|C|D|E|F} | %:date| | %a " :prepend t)
                         ("ma" "Estad+Num:Ejercicios GrupoA"
                          table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGQuim-Num-Estad/Lista-Alumnos/2022/GrupoA/ejercicios-grupoA-22.org" "Ejercicios Grupo A")
                          "| %:fromname %c |%:fromaddress|%^{Hoja|1|2|3|4|5|6}|%^{Ejercicio|1|} | %a |%:date|%T " :prepend t)
                         ("md" "Annu22:Exercises-discuss" entry
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2022/discussions.org" "Discussions Exercises")
                          "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("mk" "Annu Grupos Ejercicios" entry
                          (file
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2022/grupos2022.org")
                          "** TODO %^{Grupo} %T %^g %(org-contacts-template-name)\n         :PROPERTIES:\n         :ID:\n         :Link:  %a   \n         :Email: %(org-contacts-template-email)\n         :Grp:     %^{Gr1|Gr2|Gr3|Gr4|Gr6|Gr7|Gr8|Gr9|Gr10|Gr11|Gr12|Gr13}\n         :Usuario1: %:fromname\n         :Email1: %:fromaddress\n         :Usuario2: %(my-extract-cc)\n         :Email2: \n         :Usuario3: \n         :Email3: \n         :Usuario4: \n         :Status:   [ ]\n         :Hoja:     \n         :Ej:       \n         :End:")
                         ("me" "Stat+Num:Exercises Group E" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGQuim-Num-Estad/Lista-Alumnos/2022/GroupE/exercises-groupE-22.org" "Exercise Group E")
                          "| %:fromname %c |%:fromaddress |%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} |  %a |%:date |%T " :prepend t)
                         ("mf" "Stat+Num:Exercises Grupo F" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGQuim-Num-Estad/Lista-Alumnos/2022/GrupoF/ejercicios-grupoF-22.org" "Ejercicios Grupo F")
                          "| %:fromname %c |%:fromaddress  |%^{Hoja|1|2|3|4|5|6}|%^{Ejercicio|1|} |  %a|%:date |%T " :prepend t)
                         ("mC" "Annu22:Covid19" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/annu-covid22.org" "Cases of Covid19")
                          "| %:fromname|%:fromaddress|%^{caso|positivo|contact-estrecho}|   %a | %:date " :prepend t)
                         ("mi" "mailimportant" entry
                          (file+headline "~/ALLES/Mail/README.org"
                           "Important Mail")
                          "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("mM" "Annu:Matlab-Ejercicios (Table)"
                          table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/matlab-ejercicios.org" "Ejercicios de Matlab")
                          "|%:fromname|%:fromaddress|%^{Hoja|1|2|3|4|5|6|7|8|9} |[ ] | | | %a|%:date" :prepend t)
                         ("mm" "Annu:Matlab-Discuss (Thread)" entry
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Matlab-Annu/matlab-discussion22.org" "Discuss Matlab Sheets")
                          "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("mP" "Annu:Matlab-Prolong (Table)"
                          table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Matlab-Annu/matlab-prolongar-table22.org" "Prolongar Hojas")
                          "|%:fromname|%:fromaddress|%^{Prolongar Hoja|1|2|3|4|5|6|7|8|9} |[ ] | | | %a|%:date" :prepend t)
                         ("mp" "Annu:Matlab-Prolong (Properties)"
                          entry
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Matlab-Annu/matlab-prolongar22.org" "Prolongar Hojas")
                          "* TODO Hoja %^{Prolongar Hoja|1|2|3|4|5|6|7|8|9} %T %^g %(org-contacts-template-name)\n         :PROPERTIES:\n         :ID:       \n         :Link:  %a   \n         :Usuario: %:fromname\n         :email: %:fromaddress\n         :Status:   [ ]\n         :End:")
                         ("ms" "Annu Ejercios Speaker" entry
                          (file
                           "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2022/hablar.org")
                          "* TODO %^{Grupo} %T %^g %(org-contacts-template-name)\n         :PROPERTIES:\n         :ID:       \n         :EMAIL: %(org-contacts-template-email)\n         :Grp:     %^{Gr1|Gr2|Gr3|Gr4|Gr6|Gr7|Gr8|Gr9|Gr10|Gr11|Gr12|Gr13}\n         :Usuario1: %:fromname\n         :email1: %:fromaddress\n         :Speaker: %^{Speaker}\n         :email2: \n         :Start: %:date  \n         :End:    \n         :STATUS:   [ ]\n         :Hoja: %^{Hoja}    \n         :Ej:   %^{Ejercico}    \n         :END:")
                         ("mT" "Tutorias Tables" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias-table.org" "Tutorias/Tutorials")
                          "| |%^{Asignatura/Subject|Annu22|Stat22|Estad22|MasterIQ22}  |%^{Fecha/Date} |%^{Teams|Meet}   | %:fromname| %:fromaddress   |%:subject | %:date |%a | " :prepend t :empty-lines 1 :unnarrowed t)
                         ("mt" "Tutorias Headings" entry
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" "Tutorials")
                          "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("ml" "maillavi" entry
                          (file+headline
                           "~/ALLES/HGs/Karp/Pub/Letter.org"
                           "To the Editor")
                          "* TODO %T  %:from %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
                         ("mR" "MailMathRev" entry
                          (file+headline
                           "~/ALLES/MathRev/ToDo/TODO.org"
                           "To the Editor")
                          "* TODO %T  %^{Task} : %:from %:subject %^G\nSCHEDULED: %t\n- From :: %:from\n- Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i" :kill-buffer t)
                         ("mz" "Examen Zip" table-line
                          (file+headline
                           "~/ALLES/HGs/tex/vorlesungen/Tutorias/examen-matlab-zip.org" "Examen Matlab: Zips")
                          "| |%^{Asignatura/Subject|Annu21}  |[X]   | %:fromname| %:fromaddress   |%:subject | %:date |%a | " :prepend t :empty-lines 1 :unnarrowed t)
                         ("s" "timeslip" table-line
                          (file "/home/oub/timeslips.org")
                          "| %(org-read-date)| %^{FileName} %i|\n    	          %^{Narrative} %i| %^{Time} %i| %^{Expense} %i" :empty-lines 1)
                         ("r" "Reply" entry
                          (file+headline "~/Mail/TODO-email.org"
                           "Emails")
                          "* TODO %T REPLY %:from %:subject\n %a %?"
                          :gnus-attachments t)
                         ("l" "LaTeX(headline) Generic README.org"
                          entry
                          (file+headline
                           (lambda nil
                            (expand-file-name
                             (read-file-name
                              "Name of file (curr dir;headline-format format)!: ")
                             )
                            )
                           "Overview")
                          "* TODO %?, %^g %^{prompt} Link: %A\n\n %i")
                         ("j" "Journal Entry" entry
                          (file+datetree "~/ALLES/journal.org") "* %?"
                          :empty-lines 1)
                         ("X" "ChangeLog README" entry
                          (file+datetree "./README.org")
                          "* %? \n   %U \n %f" :prepend t)
                         ("G" "Generic README.org file (table format)"
                          table-line
                          (file+headline
                           (lambda nil
                            (expand-file-name
                             (read-file-name
                              "Name of file (curr dir;table format)!: ")
                             )
                            )
                           "Overview")
                          "|%f| %U|%A|" :prepend t)
                         ("w" "Web site" entry
                          (file "/home/oub/ALLES/download.org")
                          "* %a :website:\n\n%U %?\n\n%:initial")
                         )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-ctrl-c-ctrl-c-hook '(org-fstree-apply-maybe)
 org-format-latex-options '(:foreground default :background default
                            :scale 1.5 :html-foreground "Black"
                            :html-background "Transparent" :html-scale
                            1 :matchers
                            ("begin" "$1" "$" "$$" "\\(" "\\["))
 org-time-stamp-custom-formats '(" %d.%m.%Y " . " %d.%m.%Y %a %H:%M")
 org-remark-use-org-id t
 org-ref-open-pdf-function 'org-ref-open-pdf-at-point
 org-export-before-parsing-hook '(org-attach-expand-links
                                  org-ref-acronyms-before-parsing
                                  org-ref-glossary-before-parsing)
 org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
 org-remark-source-path-function 'abbreviate-file-name
 org-odt-prettify-xml nil
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-speed-commands '(("+" plusone) ("Outline Navigation")
                      ("n" org-speed-move-safe
                       'org-next-visible-heading)
                      ("p" org-speed-move-safe
                       'org-previous-visible-heading)
                      ("f" org-speed-move-safe
                       'org-forward-heading-same-level)
                      ("b" org-speed-move-safe
                       'org-backward-heading-same-level)
                      ("F" . org-next-block)
                      ("B" . org-previous-block)
                      ("u" org-speed-move-safe 'outline-up-heading)
                      ("j" . org-goto) ("g" org-refile '(4))
                      ("Outline Visibility") ("c" . org-cycle)
                      ("C" . org-shifttab)
                      (" " . org-display-outline-path)
                      ("s" . org-toggle-narrow-to-subtree)
                      ("k" . org-cut-subtree) ("=" . org-columns)
                      ("Outline Structure Editing") ("U" . org-metaup)
                      ("D" . org-metadown) ("r" . org-metaright)
                      ("l" . org-metaleft) ("R" . org-shiftmetaright)
                      ("L" . org-shiftmetaleft)
                      ("i" progn (forward-char 1)
                       (call-interactively
                        'org-insert-heading-respect-content)
                       )
                      ("^" . org-sort) ("w" . org-refile)
                      ("a" .
                       org-archive-subtree-default-with-confirmation)
                      ("@" . org-mark-subtree)
                      ("#" . org-toggle-comment) ("Clock Commands")
                      ("I" . org-clock-in) ("O" . org-clock-out)
                      ("Meta Data Editing") ("t" . org-todo)
                      ("," org-priority) ("0" org-priority 32)
                      ("1" org-priority 65) ("2" org-priority 66)
                      ("3" org-priority 67)
                      (":" . org-set-tags-command)
                      ("e" . org-set-effort) ("E" . org-inc-effort)
                      ("W" lambda (m)
                       (interactive "sMinutes before warning: ")
                       (org-entry-put (point) "APPT_WARNTIME" m))
                      ("Agenda Views etc") ("v" . org-agenda)
                      ("/" . org-sparse-tree) ("Misc")
                      ("o" . org-open-at-point)
                      ("?" . org-speed-command-help)
                      ("<" org-agenda-set-restriction-lock 'subtree)
                      (">" org-agenda-remove-restriction-lock))
 org-columns-default-format "%TODO %40ITEM(Task) %40SUMMARY(Summary)"
 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-hide-drawers org-cycle-show-empty-lines
                  org-optimize-window-after-visibility-change)
 org-latex-listings-options '(("style" "Matlab-editor")
                              ("basicstyle" "\\mlttfamily")
                              ("escapechar" "\"")
                              ("mlshowsectionrules" "true")
                              ("mathescape" "true")
                              ("morecomment" "[s]{\\%\\{}{\\%\\}}"))
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-font-lock-set-keywords-hook '(org-transclusion-font-lock-set)
 org-modules '(org-bibtex org-docview org-eww org-gnus org-info
               org-irc org-mhe org-rmail org-w3m)
 org-latex-listings-langs '((emacs-lisp "Lisp") (lisp "Lisp")
                            (clojure "Lisp") (c "C") (cc "C++")
                            (fortran "fortran") (perl "Perl")
                            (cperl "Perl") (python "Python")
                            (ruby "Ruby") (html "HTML") (xml "XML")
                            (tex "TeX") (latex "[LaTeX]TeX")
                            (shell-script "bash") (gnuplot "Gnuplot")
                            (ocaml "Caml") (caml "Caml") (sql "SQL")
                            (matlab "Matlab") (sqlite "sql")
                            (makefile "make"))
 org-link-from-user-regexp "\\<oub@Utnapischtim\\>\\|\\<Uwe Brauer\\>"
 org-ref-notes-function 'org-ref-notes-function-one-file
 org-image-actual-width 400
 org-mode-hook '((lambda nil (org-heading-checkbox-mode 1))
                 real-auto-save-mode my-org-mode-hook
                 ob-ipython-auto-configure-kernels
                 (lambda nil
                  (local-set-key [C-M-up]
                   'org-table-move-single-cell-up)
                  (local-set-key [C-M-down]
                   'org-table-move-single-cell-down)
                  (local-set-key [C-M-left]
                   'org-table-move-single-cell-left)
                  (local-set-key [C-M-right]
                   'org-table-move-single-cell-right)
                  )
                 turn-on-diff-hl-mode
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook before-save-hook org-encrypt-entries nil
                    t]
                   5]
                 my-org-keys turn-on-flyspell
                 turn-on-auto-capitalize-mode org-tempo-setup
                 turn-on-mysmiley orgtbl-show-header
                 org-auctex-keys-minor-mode
                 my-turn-on-org-ref-prettify org-ref-org-menu
                 #[0 "\301\211\207"
                   [imenu-create-index-function org-imenu-get-tree] 2]
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-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-ref-setup-label-finders)
 org-babel-load-languages '((emacs-lisp . t) (R . t))
 org-ref-insert-link-function 'org-ref-helm-insert-cite-link
 org-odt-experimental-features '(language
                                 transclude-sole-footnote-references-in-a-table)
 org-export-headline-levels 7
 org-table-export-default-format "my-tbl-to-csv"
 org-link-file-path-type 'absolute
 org-ref-bibliography-notes '((expand-file-name
                               "~/ALLES/HGs/tex/bib/notes.org")
                              )
 outline-mode-hook '(hide-body)
 org-export-allow-bind-keywords t
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-latex-to-mathml-jar-file "/home/oub/ALLES/src/MathWeb/mathtoweb.jar"
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-calc-default-modes '(calc-internal-prec 12 calc-float-format
                          (float 4) calc-angle-mode deg
                          calc-prefer-frac nil calc-symbolic-mode nil
                          calc-date-format
                          (YYYY "-" MM "-" DD " " Www (" " hh ":" mm))
                          calc-display-working-message t)
 org-reveal-start-hook '(org-decrypt-entry)
 org-tempo-keywords-alist '(("T" . "latex") ("i" . "index"))
 org-adapt-indentation 'headline-data
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-odt-schema-dir nil
 org-export-before-processing-hook '(org-odt-export-before-processing-function f-ox-filter-table-column-del)
 org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}"
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\section{%s}" . "\\section*{%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}"))
                     ("exam"
                      "\\documentclass[12pt, addpoints, answers]{exam}"
                      ("\\begin{questions}%%%s" "\\end{questions}"
                       "\\begin{questions}%%%s" "\\end{questions}")
                      ("\\titledquestion{%s}" . "")
                      ("\\begin{parts}%%%s" "\\end{parts}"
                       "\\begin{parts}%%%s" "\\end{parts}")
                      ("\\part[%s] " . "")
                      ("\\begin{subparts}%%%s" "\\end{subparts}"
                       "\\begin{subparts}%%%s" "\\end{subparts}")
                      ("\\subpart[%s] " . "")
                      ("\\begin{solution}[%s]" "\\end{solution}"
                       "\\begin{solution}[%s]" "\\end{solution}")
                      ("\\begin{solutionorbox}[%s]"
                       "\\end{solutionorbox}"
                       "\\begin{solutionorbox}[%s]"
                       "\\end{solutionorbox}")
                      )
                     ("subfiles" "\\documentclass[12pt]{subfiles}"
                      ("" . ""))
                     )
 org-gnus-prefer-web-links t
 org-highlight-latex-and-related '(latex)
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-use-speed-commands t
 org-ref-default-bibliography '((expand-file-name
                                 "~/ALLES/HGs/tex/bib/bibgraf.bib")
                                )
 org-protocol-protocol-alist '(("capture-html" :protocol
                                "capture-html" :function
                                org-protocol-capture-html--with-pandoc
                                :kill-client t)
                               )
 org-html-table-default-attributes '(:border "2" :cellspacing "0"
                                     :cellpadding "6" :frame "border"
                                     :rules "all")
 org-agenda-mode-hook '(my-org-agenda-keys)
 org-list-demote-modify-bullet '(("1." . "a)") ("1)" . "a)")
                                 ("a)" . "A)") ("A)" . "-")
                                 ("-" . "+") ("+" . "*"))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-capture-prepare-finalize-hook '(gnorb-registry-capture
                                     gnorb-org-capture-abort-cleanup)
 org-src-preserve-indentation t
 org-latex-packages-alist '(("numbered,framed" "matlab-prettifier" t))
 org-odt-convert-processes '(("gnumeric" "/usr/bin/ssconvert %i %o"))
 org-entities-user '(("checkboxwip" "\\boxminus" t "&#x2BBD;" "[-]"
                      "[-]" "&#x2BBD;")
                     ("checkboxoff" "\\square" t "&#x1F78F;" "[ ]"
                      "[ ]" "&#x1F78F;")
                     ("checkboxon" "\\boxtimes" t "&#x1F5F7;" "[x]"
                      "[x]" "&#x1F5F7;")
                     ("boxminus" "\\boxminus" t "&boxminus;" "[-]"
                      "[-]" "&#x0229F;")
                     ("boxtimes" "\\boxtimes" t "&boxtimes;" "[x]"
                      "[x]" "&#x022A0;")
                     ("square" "\\square" t "&square;" "[ ]" "[ ]"
                      "&#x025A1;")
                     )
 org-babel-tangle-lang-exts '(("D" . "d") ("C++" . "cpp")
                              ("ruby" . "rb") ("python" . "py")
                              ("latex" . "tex") ("emacs-lisp" . "el")
                              ("elisp" . "el"))
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
                     org-src-mode-configure-edit-buffer)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-tags-exclude-from-inheritance '("crypt")
 org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d@)"
                      "CANCELED(c@)" "DISCUSS(s@)")
                     )
 org-ref-formatted-citation-backend "org"
 org-id-link-to-org-use-id t
 org-mime-src-mode-hook '(org-mime-src-mode-configure-edit-buffer)
 org-latex-listings t
 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)
 org-ref-bibliography-entry-format '(("misc" .
                                      "%a %t <i>%h</i> (%y) <a href=\"%U\">link</a>")
                                     ("article" .
                                      "%a, %t, <i>%j</i>, <b>%v(%n)</b>, %p (%y). <a href=\"%U\">link</a>. <a href=\"http://dx.doi.org/%D\">doi</a>. <b>%N</b>")
                                     ("book" .
                                      "%a, %t, %u (%y) %p paginas.")
                                     ("techreport" .
                                      "%a, %t, %i, %u (%y).")
                                     ("proceedings" .
                                      "%e, %t in %S, %u (%y).")
                                     ("inproceedings" .
                                      "%a, %t, %p, in %b, edited by %e, %u (%y) <a href=\"%U\">link</a>")
                                     )
 org-structure-template-alist '(("A" . "export ascii")
                                ("K" . "comment")
                                ("V" .
                                 "columnview :maxlevel 2  :skip-empty-rows t :indent nil :hlines 2  :format \"%5TODO(Status) %5Grp(Grupo) %5Usuario1(Miembro1) %5H5(Ejercicio elegido) %5P5(Porcentaje) %7StEnv5(Solución enviado){X/}\"")
                                ("g" .
                                 "src elisp :noexport\n            (setq  org-odt-convert-process \"gnumeric\")\n            (setq org-odt-convert-processes '((\"gnumeric\" \"/usr/bin/ssconvert %i %o\")))")
                                ("e" . "example") ("E" . "export")
                                ("h" . "export html")
                                ("m" .
                                 "src matlab :tangle mieuler.m :exports code  :padline no :eval never-export")
                                ("M" .
                                 "src matlab :exports results :results output raw")
                                ("Q" . "quote") ("S" . "src")
                                ("o" .
                                 "src matlab :results output raw :exports code  :eval never-export")
                                ("s" .
                                 "matlab :exports both :eval never-export :results output latex")
                                ("f" . "fstree: [] :non-recursive t")
                                ("q" .
                                 "src matlab :exports results :eval never-export :results output latex")
                                ("L" . "solutionorbox")
                                ("l" .
                                 "src latex :results latex replace :exports results :eval t")
                                ("w" .
                                 "src emacs-lisp :results silent :exports none\n(setq  org-odt-convert-process \"LibreOffice\")\n(setq org-odt-convert-processes\n'((\"LibreOffice\" \"/opt/libreoffice7.2/program/soffice --headless --convert-to %f%x --outdir %d %i\")\n (\"unoconv\" \"/usr/bin/unoconv -f %f -o %d %i\")))\n(setq org-odt-preferred-output-format \"docx\")\n")
                                ("v" . "verse"))
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-pretty-entities t
 org-ref-insert-ref-function 'org-ref-helm-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-ref-prettify-format-function 'org-ref-prettify-format
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-latex-prefer-user-labels t
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-enforce-todo-dependencies t
 org-export-with-email t
 org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
 org-ref-clean-bibtex-key-function '(lambda (key)
                                     (replace-regexp-in-string ":" ""
                                      key)
                                     )
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-tab-first-hook '(org-odt-update-locale
                      org-babel-hide-result-toggle-maybe
                      org-babel-header-arg-expand)
 org-export-with-toc nil
 org-link-shell-confirm-function 'yes-or-no-p
 org-agenda-finalize-hook '(gnorb-org-popup-bbdb
                            org-agenda-property-add-properties)
 org-ref-pdf-to-bibtex-function 'copy-file
 org-display-custom-times t
 org-babel-pre-tangle-hook '(save-buffer)
 org-agenda-loop-over-headlines-in-active-region nil
 org-capture-mode-hook '(gnorb-org-capture-function)
 org-occur-hook '(org-first-headline-recenter)
 org-capture-after-finalize-hook '(denote-org-capture-delete-empty-file)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-link-parameters '(("denote" :follow denote-link-ol-follow
                        :complete denote-link-ol-complete :export
                        denote-link-ol-export)
                       ("w3m" :store org-w3m-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)
                       ("info" :follow org-info-open :export
                        org-info-export :store org-info-store-link)
                       ("eww" :follow eww :store org-eww-store-link)
                       ("docview" :follow org-docview-open :export
                        org-docview-export :store
                        org-docview-store-link)
                       ("gnus" :follow org-gnus-open :store
                        org-gnus-store-link)
                       ("tel")
                       ("attachment" :follow org-attach-follow
                        :complete org-attach-complete-link)
                       ("printindex" :follow org-ref-index :export
                        #[(path desc format)
                          "\b\301=\205	\300\302!\207"
                          [format latex "\\printindex"] 2]
                        )
                       ("index" :follow
                        #[(path) "\301\b!\207" [path occur] 2] :export
                        #[(path desc format)
                          "\b\302=\205\n\300\303	\"\207"
                          [format path latex "\\index{%s}"] 3]
                        )
                       ("bibentry" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-bibentry :complete
                        org-bibentry-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Autocites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Autocites :complete
                        org-Autocites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("autocites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-autocites :complete
                        org-autocites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("supercites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-supercites :complete
                        org-supercites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Textcites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Textcites :complete
                        org-Textcites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("textcites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-textcites :complete
                        org-textcites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Smartcites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Smartcites :complete
                        org-Smartcites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("smartcites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-smartcites :complete
                        org-smartcites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("footcitetexts" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-footcitetexts :complete
                        org-footcitetexts-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("footcites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-footcites :complete
                        org-footcites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Parencites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Parencites :complete
                        org-Parencites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("parencites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-parencites :complete
                        org-parencites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Cites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Cites :complete
                        org-Cites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("cites" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-cites :complete
                        org-cites-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("fnotecite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-fnotecite :complete
                        org-fnotecite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Pnotecite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Pnotecite :complete
                        org-Pnotecite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("pnotecite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-pnotecite :complete
                        org-pnotecite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Notecite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Notecite :complete
                        org-Notecite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("notecite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-notecite :complete
                        org-notecite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("footfullcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-footfullcite :complete
                        org-footfullcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("fullcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-fullcite :complete
                        org-fullcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeurl" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeurl :complete
                        org-citeurl-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citedate*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citedate* :complete
                        org-citedate*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citedate" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citedate :complete
                        org-citedate-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citetitle*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citetitle* :complete
                        org-citetitle*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citetitle" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citetitle :complete
                        org-citetitle-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citeauthor*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citeauthor* :complete
                        org-Citeauthor*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Autocite*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Autocite* :complete
                        org-Autocite*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("autocite*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-autocite* :complete
                        org-autocite*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Autocite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Autocite :complete
                        org-Autocite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("autocite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-autocite :complete
                        org-autocite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("supercite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-supercite :complete
                        org-supercite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("parencite*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-parencite* :complete
                        org-parencite*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("cite*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-cite* :complete
                        org-cite*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Smartcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Smartcite :complete
                        org-Smartcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("smartcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-smartcite :complete
                        org-smartcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Textcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Textcite :complete
                        org-Textcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("textcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-textcite :complete
                        org-textcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("footcitetext" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-footcitetext :complete
                        org-footcitetext-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("footcite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-footcite :complete
                        org-footcite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Parencite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Parencite :complete
                        org-Parencite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("parencite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-parencite :complete
                        org-parencite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Cite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Cite :complete
                        org-Cite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citeauthor" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citeauthor :complete
                        org-Citeauthor-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citealp" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citealp :complete
                        org-Citealp-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citealt" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citealt :complete
                        org-Citealt-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citep" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citep :complete
                        org-Citep-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("Citet" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-Citet :complete
                        org-Citet-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeyearpar" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeyearpar :complete
                        org-citeyearpar-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeyear*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeyear* :complete
                        org-citeyear*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeyear" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeyear :complete
                        org-citeyear-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeauthor*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeauthor* :complete
                        org-citeauthor*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citeauthor" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citeauthor :complete
                        org-citeauthor-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citetext" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citetext :complete
                        org-citetext-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citenum" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citenum :complete
                        org-citenum-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citealp*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citealp* :complete
                        org-citealp*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citealp" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citealp :complete
                        org-citealp-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citealt*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citealt* :complete
                        org-citealt*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citealt" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citealt :complete
                        org-citealt-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citep*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citep* :complete
                        org-citep*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citep" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citep :complete
                        org-citep-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citet*" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citet* :complete
                        org-citet*-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("citet" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-citet :complete
                        org-citet-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("nocite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-nocite :complete
                        org-nocite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        )
                       ("cite" :follow
                        (lambda (_)
                         (funcall org-ref-cite-onclick-function nil))
                        :export org-ref-format-cite :complete
                        org-cite-complete-link :help-echo
                        (lambda (window object position)
                         (when org-ref-show-citation-on-enter
                          (save-excursion (goto-char position)
                           (let
                            ((s
                              (org-ref-format-entry
                               (org-ref-get-bibtex-key-under-cursor))
                              )
                             )
                            (with-temp-buffer (insert s)
                             (fill-paragraph) (buffer-string))
                            )
                           )
                          )
                         )
                        :face org-ref-cite-link-face-fn :display full
                        :keymap
                        (keymap
                         (C-return .
                          org-ref-prettify-edit-link-at-point)
                         (tab lambda nil (interactive)
                          (funcall org-ref-insert-cite-function))
                         (S-up . org-ref-sort-citation-link)
                         (S-right lambda nil (interactive)
                          (org-ref-swap-citation-link 1))
                         (S-left lambda nil (interactive)
                          (org-ref-swap-citation-link -1))
                         (C-right . org-ref-next-key)
                         (C-left . org-ref-previous-key)
                         (16777337 lambda nil
                          "Paste key at point. Assumes the first thing in the killring is a key."
                          (interactive)
                          (org-ref-insert-key-at-point (car kill-ring))
                          )
                         (16777303 lambda nil
                          "Copy all the keys at point." (interactive)
                          (kill-new
                           (org-element-property :path
                            (org-element-context))
                           )
                          )
                         (16777335 lambda nil (interactive)
                          (kill-new
                           (car (org-ref-get-bibtex-key-and-file)))
                          )
                         (16777318 lambda nil (interactive)
                          (save-excursion
                           (org-ref-open-citation-at-point)
                           (kill-new
                            (org-ref-format-bibtex-entry-at-point))
                           )
                          )
                         (16777319 . org-ref-google-scholar-at-point)
                         (16777317 lambda nil "Email entry at point"
                          (interactive)
                          (org-ref-open-citation-at-point)
                          (org-ref-email-bibtex-entry))
                         (16777315 . org-ref-wos-citing-at-point)
                         (16777330 . org-ref-wos-related-at-point)
                         (16777326 . org-ref-open-notes-at-point)
                         (16777328 lambda nil (interactive)
                          (funcall org-ref-open-pdf-function))
                         (16777333 . org-ref-open-url-at-point)
                         (16777314 . org-ref-open-citation-at-point)
                         (16777327 . org-ref-cite-hydra/body)
                         (follow-link . mouse-face)
                         (mouse-3 .
                          org-ref-prettify-edit-link-at-mouse)
                         (mouse-2 . org-open-at-mouse))
                        :store org-ref-bibtex-store-link)
                       ("Cref" :follow org-ref-ref-follow :export
                        org-ref-Cref-export :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "Cref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("cref" :follow org-ref-ref-follow :export
                        org-ref-cref-export :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "cref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("autoref" :follow org-ref-ref-follow :export
                        org-ref-autoref-export :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "autoref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("eqref" :follow org-ref-ref-follow :export
                        org-ref-eqref-export :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "eqref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("nameref" :follow org-ref-ref-follow :export
                        org-ref-export-nameref :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "nameref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("pageref" :follow org-ref-ref-follow :export
                        #[(path desc format)
                          "\b\302\267\202€\300\303	\"\207\300\304	\"\207\305\207"
                          [format
                           
                                                                                         path
                           
                                                                                         #s
                           
                                                                                         (hash-table
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        size
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        2
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        test
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        eq
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        rehash-size
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        1.5
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        rehash-threshold
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        0.8125
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        purecopy
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        t
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        data
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        (html 6 latex 11)
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                 
                                                                                                        )
                           
                                                                                         "(<pageref>%s</pageref>)" "\\pageref{%s}" nil]
                          3]
                        :face org-ref-ref-face-fn :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "pageref"] 3]
                        :help-echo org-ref-ref-help-echo)
                       ("ref" :follow org-ref-ref-follow :export
                        org-ref-ref-export :complete
                        #[(&optional arg) "\301\b\302\"\207"
                          [arg org-ref-complete-link "ref"] 3]
                        :face org-ref-ref-face-fn :help-echo
                        org-ref-ref-help-echo)
                       ("label" :follow
                        #[(label)
                          "\302\b!\303\304\305	\211\306U\204€	\307V\203€\310\202€\311#\302\b!\")\207"
                          [label count org-ref-count-labels message
                           format "%s occurence%s" 0 1 "s" ""]
                          6
                          "On clicking count the number of label tags used in the buffer.\nA number greater than one means multiple labels!"]
                        :export
                        #[(keyword desc format)
                          "\b\302\267\202€\300\303	\"\207\300\304	\"\207\300\305	\"\207\306\207"
                          [format
                           
                                                                                                         keyword
                           
                                                                                                         #s
                           
                                                                                                         (hash-table
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           size
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           3
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           test
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           eq
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           rehash-size
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           1.5
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           rehash-threshold
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           0.8125
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           purecopy
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           t
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           data
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           (html 6 md 11 latex 16)
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                          
                                                                                                            
                                                                                                                    
                                                                                                                           )
                           
                                                                                                         "<div id=\"%s\"></div>" "<a name=\"%s\"></a>" "\\label{%s}" nil]
                          3]
                        :store org-ref-label-store-link :face
                        org-ref-label-face-fn :help-echo
                        #[(window object position)
                          "\212\bb\210\303 \304\305\306\"r\nq\210\307\216	c\210\310 \210\311 -\207"
                          [position
                           
                                                                                                           s
                           
                                                                                                           temp-buffer
                           
                                                                                                           org-ref-link-message
                           
                                                                                                           generate-new-buffer
                           
                                                                                                           " *temp*"
                           
                                                                                                           t
                           
                                                                                                           #[nil
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         "\301\b!\205	\302\b!\207"
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         [temp-buffer buffer-name kill-buffer]
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         2]
                           
                                                                                                           fill-paragraph buffer-string]
                          3]
                        )
                       ("list-of-tables" :follow
                        org-ref-list-of-tables :export
                        #[(keyword desc format)
                          "\b\301=\205	\300\302!\207"
                          [format latex "\\listoftables"] 2]
                        )
                       ("list-of-figures" :follow
                        org-ref-list-of-figures :export
                        #[(keyword desc format)
                          "\b\301=\205	\300\302!\207"
                          [format latex "\\listoffigures"] 2]
                        )
                       ("addbibresource" :follow
                        org-ref-follow-addbibresource :export
                        #[(keyword desc format)
                          "\b\302\267\202€\300\303!\207\300\304	\"\207\305\207"
                          [format
                           
                                                                                         keyword
                           
                                                                                         #s
                           
                                                                                         (hash-table
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           size
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           2
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           test
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           eq
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           rehash-size
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           1.5
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           rehash-threshold
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           0.8125
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           purecopy
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           t
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           data
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           (html 6 latex 10)
                                                                                          
                                                                                          
                                                                                          
                                                                                          
                                                                                            
                                                                                                    
                                                                                                           )
                           
                                                                                         "" "\\addbibresource{%s}" nil]
                          3]
                        )
                       ("bibliographystyle" :export
                        #[(keyword desc format)
                          "\b\302=\204\f\b\303=\203€\300\304	\"\207\305\207"
                          [format keyword latex beamer
                           "\\bibliographystyle{%s}" ""]
                          3]
                        )
                       ("printbibliography" :follow
                        org-ref-open-bibliography :export
                        #[(keyword desc format)
                          "\b\302\267\202€\303 \207\304 \207	\207\305\207"
                          [format
                           
                                                                               org-ref-printbibliography-cmd
                           
                                                                               #s
                           
                                                                               (hash-table
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       size
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       3
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       test
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       eq
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       rehash-size
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       1.5
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       rehash-threshold
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       0.8125
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       purecopy
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       t
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       data
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       (org 6 html 9 latex 12)
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                  
                                                                                                                
                                                                                                                       )
                           
                                                                               org-ref-get-org-bibliography org-ref-get-html-bibliography nil]
                          2]
                        )
                       ("nobibliography" :follow
                        org-ref-open-bibliography :export
                        org-ref-nobibliography-format)
                       ("bibliography" :follow
                        org-ref-open-bibliography :export
                        org-ref-bibliography-format :complete
                        org-bibliography-complete-link :help-echo
                        #[(window object position)
                          "\212\bb\210\303 \304\305\306\"r\nq\210\307\216	c\210\310 \210\311 -\207"
                          [position
                           
                                                                                                           s
                           
                                                                                                           temp-buffer
                           
                                                                                                           org-ref-link-message
                           
                                                                                                           generate-new-buffer
                           
                                                                                                           " *temp*"
                           
                                                                                                           t
                           
                                                                                                           #[nil
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         "\301\b!\205	\302\b!\207"
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         [temp-buffer buffer-name kill-buffer]
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                             
                                                                                                               
                                                                                                                         
                                                                                                                                             
                                                                                                                                                                  
                                                                                                                                                                              
                                                                                                                                                                                
                                                                                                                                                                                         2]
                           
                                                                                                           fill-paragraph buffer-string]
                          3]
                        :face org-ref-bibliography-face-fn)
                       ("Acp" :follow or-follow-acronym :face
                        org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771
                          "\211\301>\203€\302\303\300A#\207\302\304\226\"\207"
                          [("Acp" . "Glspl")
                           
                                                                                       (latex beamer)
                           
                                                                                       format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("acp" :follow or-follow-acronym :face
                        org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771
                          "\211\301>\203€\302\303\300A#\207\302\304\226\"\207"
                          [("acp" . "glspl")
                           
                                                                                       (latex beamer)
                           
                                                                                       format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("Ac" :follow or-follow-acronym :face
                        org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771
                          "\211\301>\203€\302\303\300A#\207\302\304\226\"\207"
                          [("Ac" . "Gls")
                           
                                                                                       (latex beamer)
                           
                                                                                       format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("ac" :follow or-follow-acronym :face
                        org-ref-acronym-face-fn :help-echo
                        or-acronym-tooltip :export
                        #[771
                          "\211\301>\203€\302\303\300A#\207\302\304\226\"\207"
                          [("ac" . "gls")
                           
                                                                                       (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\300A#\207\302\304\226\"\207"
                          [("acrfull" . "acrfull")
                           
                                                                                       (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\300A#\207\302\304\226\"\207"
                          [("acrlong" . "acrlong")
                           
                                                                                       (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\300A#\207\302\304\226\"\207"
                          [("acrshort" . "acrshort")
                           
                                                                                       (latex beamer)
                           
                                                                                       format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ 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\f\302\303\300#\207\302\304\"\207"
                          ["glsdesc"
                           
                                                                                  (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\f\302\303\300#\207\302\304\"\207"
                          ["glssymbol"
                           
                                                                                  (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\f\302\303\300#\207\302\304\"\207"
                          ["Glspl"
                           
                                                                                  (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\f\302\303\300#\207\302\304\"\207"
                          ["Gls"
                           
                                                                                  (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\f\302\303\300#\207\302\304\"\207"
                          ["glspl"
                           
                                                                                  (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\f\302\303\300#\207\302\304\"\207"
                          ["gls"
                           
                                                                                  (latex beamer)
                           
                                                                                  format "\\%s{%s}" "%s"]
                          7 "\n\n(fn PATH _ FORMAT)"]
                        )
                       ("doi" :follow doi-link-menu :export
                        (lambda (doi desc format)
                         (cond
                          ((eq format 'html)
                           (format "<a href=\"%s%s\">%s</a>"
                            doi-utils-dx-doi-org-url doi
                            (or desc (concat "doi:" doi)))
                           )
                          ((eq format 'latex)
                           (format "\\href{%s%s}{%s}"
                            doi-utils-dx-doi-org-url doi
                            (or desc (concat "doi:" doi)))
                           )
                          )
                         )
                        )
                       ("bibtex" :follow org-bibtex-open :store
                        org-bibtex-store-link)
                       ("researcherid" :follow
                        #[257 "\300\301\302\"!\207"
                          [browse-url format
                           "http://www.researcherid.com/rid/%s"]
                          5 "\n\n(fn LINK-STRING)"]
                        :export
                        #[771
                          "\211\300=\205€\301\302\x04\206€#\207"
                          [html format
                           "<a href=\"http://www.researcherid.com/rid/%s\">ResearcherID:%s</a>"]
                          7 "\n\n(fn KEYWORD DESC FORMAT)"]
                        )
                       ("orcid" :follow
                        #[257 "\300\301\302\"!\207"
                          [browse-url format "http://orcid.org/%s"] 5
                          "\n\n(fn LINK-STRING)"]
                        :export
                        #[771
                          "\211\300=\205€\301\302\x04\206€#\207"
                          [html format
                           "<a href=\"http://orcid.org/%s\">orcid:%s</a>"]
                          7 "\n\n(fn KEYWORD DESC FORMAT)"]
                        )
                       ("id" :follow org-id-open :complete
                        org-id-link-complete :desk org-id-link-desk)
                       ("file+sys") ("file+emacs")
                       ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        #[514 "\301\300\302Q\"\207"
                          ["news" browse-url ":"] 6 "\n\n(fn URL ARG)"]
                        )
                       ("mailto" :follow
                        #[514 "\301\300\302Q\"\207"
                          ["mailto" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("https" :follow
                        #[514 "\301\300\302Q\"\207"
                          ["https" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("http" :follow
                        #[514 "\301\300\302Q\"\207"
                          ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"]
                        )
                       ("ftp" :follow
                        #[514 "\301\300\302Q\"\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-html-format-headline-function 'org-html-format-headline-default-function
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-ref-insert-label-function 'org-ref-helm-insert-label-link
 org-startup-with-inline-images t
 org-pre-cycle-hook '(org-fstree-show-entry-maybe)
 org-ref-get-pdf-filename-function 'org-ref-get-pdf-filename
 org-blank-before-new-entry '((heading . auto) (plain-list-item))
 org-agenda-file-regexp "\\`[^.].*\\.org\\|.todo\\'"
 org-annotate-file-add-search t
 org-return-follows-link t
 org-odt-convert-capabilities '(("Text"
                                 ("odt" "ott" "doc" "rtf" "docx")
                                 (("pdf" "pdf") ("odt" "odt")
                                  ("rtf" "rtf") ("ott" "ott")
                                  ("doc" "doc" ":\"MS Word 97\"")
                                  ("docx" "docx") ("html" "html"))
                                 )
                                ("Web" ("html")
                                 (("pdf" "pdf") ("odt" "odt")
                                  ("html" "html"))
                                 )
                                ("Spreadsheet"
                                 ("ods" "ots" "xls" "csv" "xlsx")
                                 (("pdf" "pdf") ("ots" "ots")
                                  ("html" "html") ("csv" "csv")
                                  ("ods" "ods") ("xls" "xls")
                                  ("xlsx" "xlsx"))
                                 )
                                ("Presentation"
                                 ("odp" "otp" "ppt" "pptx")
                                 (("pdf" "pdf") ("swf" "swf")
                                  ("odp" "odp") ("otp" "otp")
                                  ("ppt" "ppt") ("pptx" "pptx")
                                  ("odg" "odg"))
                                 )
                                )
 org-src-lang-modes '(("jupyter-matlab" . matlab)
                      ("jupyter-octave" . octave)
                      ("jupyter-python" . python) ("ipython" . python)
                      ("C" . c) ("C++" . c++) ("asymptote" . asy)
                      ("bash" . sh) ("beamer" . latex)
                      ("calc" . fundamental) ("cpp" . c++)
                      ("ditaa" . artist) ("dot" . fundamental)
                      ("elisp" . emacs-lisp) ("ocaml" . tuareg)
                      ("screen" . shell-script) ("shell" . sh)
                      ("sqlite" . sql))
 org-tab-before-tab-emulation-hook '(org-tempo-complete-tag)
 org-ref-formatted-citation-formats '(("text"
                                       ("article" .
                                        "${author}, ${title}, ${journal}, ${volume}(${number}), ${pages} (${year}). ${doi}")
                                       ("miscellaneous" .
                                        "${author}, ${title}, ${howpublished},  (${year}).")
                                       ("inproceedings" .
                                        "${author}, ${title}, In ${editor}, ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("book" .
                                        "${author}, ${title} (${year}), ${address}: ${publisher}.")
                                       ("phdthesis" .
                                        "${author}, ${title} (Doctoral dissertation) (${year}). ${school}, ${address}.")
                                       ("inbook" .
                                        "${author}, ${title}, In ${editor} (Eds.), ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("incollection" .
                                        "${author}, ${title}, In ${editor} (Eds.), ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("proceedings" .
                                        "${editor} (Eds.), ${booktitle} (${year}). ${address}: ${publisher}.")
                                       ("unpublished" .
                                        "${author}, ${title} (${year}). Unpublished manuscript.")
                                       (nil .
                                        "${author}, ${title} (${year}).")
                                       )
                                      ("org"
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* (${year}).")
                                       ("misc" .
                                        "${author}, /${title}/ *${howpublished}* ${url} (${year}).")
                                       ("article" .
                                        "${author}, /${title}/, ${journal}, *${volume}(${number})*, ${pages} (${year}). ${doi}")
                                       ("inproceedings" .
                                        "${author}, /${title}/, In ${editor}, ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("book" .
                                        "${author}, /${title}/ (${year}), ${address}: ${publisher}.")
                                       ("phdthesis" .
                                        "${author}, /${title}/ (Doctoral dissertation) (${year}). ${school}, ${address}.")
                                       ("inbook" .
                                        "${author}, /${title}/, In ${editor} (Eds.), ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("incollection" .
                                        "${author}, /${title}/, In ${editor} (Eds.), ${booktitle} (pp. ${pages}) (${year}). ${address}: ${publisher}.")
                                       ("proceedings" .
                                        "${editor} (Eds.), _${booktitle}_ (${year}). ${address}: ${publisher}.")
                                       ("unpublished" .
                                        "${author}, /${title}/ (${year}). Unpublished manuscript.")
                                       (nil .
                                        "${author}, /${title}/ (${year}).")
                                       )
                                      )
 org-list-allow-alphabetical t
 org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I"
 )
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: bug-columview.org --]
[-- Type: text/x-org, Size: 60275 bytes --]

* Lisp                                                             :noexport:

#+begin_src emacs-lisp :results silent :exports none
 (setq org-use-sub-superscripts nil)
#+end_src

#+begin_src emacs-lisp
(defun test/set-property-at-heading ()
  "Function to be called at the beginning of an Org heading."
  (interactive)
  (let ((el (org-element-at-point)))
    (org-set-property "BeiH" "[ ]")))
(org-map-entries #'test/set-property-at-heading)
#+end_src

#+RESULTS:





* Everthing  
  :PROPERTIES:
  :COLUMNS: %5NR(Nr) %5TODO(Status) %DebK(Deb) %BeiH(Bei)  %5ITEM(Stuff) %5RG-DATUM(R-Date) %5BETRAG(Betrag)  %5User8(User7) %5User4(User9) %5An_Apple(An Apple) %5An_Linux(An Linux) %5Von_Apple(Von Apple) %5Geld_Apple(EUR Apple) %5Von_Linux(Von Linux) %5Geld_Linux(EUR Linux) %5Gesamt(Gesamt) %5Author(Autor)
  :ID:       Grupos
  :DEBK:     [27/108]
  :BEIH:     [1/108]
  :END:


             

** DONE Labor
   :PROPERTIES:
   :Nr:       573
   :Rg-Date: 27.01.2022
   :Betrag:   87.85
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 30.75
   :Von_Linux: 27.02.2022
   :Geld_Linux: 57.1
   :Gesamt:   87.85
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [X]
   :END:
** DONE Smith
   :PROPERTIES:
   :Nr:       574
   :Rg-Date: 23.11.2021
   :Betrag:   776.8
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 177.45
   :Von_Linux: 27.02.2022
   :Geld_Linux: 329.55
   :Gesamt:   507
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** DONE User1
   :PROPERTIES:
   :Nr:       575
   :Rg-Date: 26.11.2021
   :Betrag:   54.1
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 18.94
   :Von_Linux: 27.02.2022
   :Geld_Linux: 35.17
   :Gesamt:   54.11
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** DONE User1
   :PROPERTIES:
   :Nr:       576
   :Rg-Date: 07.09.2021
   :Betrag:   366.48
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: double
   :Von_Linux: 27.02.2022
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Labor
   :PROPERTIES:
   :Nr:       577
   :Rg-Date: 12.09.2021
   :Betrag:   64.42
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: double
   :Von_Linux: 27.02.2022
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Labor2
   :PROPERTIES:
   :Nr:       578
   :Rg-Date: 10.01.2022
   :Betrag:   288.42
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 100.95
   :Von_Linux: 27.02.2022
   :Geld_Linux: 187.47
   :Gesamt:   288.42
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Labor2
   :PROPERTIES:
   :Nr:       579
   :Rg-Date: 10.01.2022
   :Betrag:   175.8
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 61.53
   :Von_Linux: 27.02.2022
   :Geld_Linux: 114.27
   :Gesamt:   175.8
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Wulff
   :PROPERTIES:
   :Nr:       580
   :Rg-Date: 17.01.2022
   :Betrag:   209.76
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 73.42
   :Von_Linux: 27.02.2022
   :Geld_Linux: 136.34
   :Gesamt:   209.76
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Mayr 
   :PROPERTIES:
   :Nr:       581
   :Rg-Date: 16.01.2022
   :Betrag:   54.67
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 20.02.2022
   :An_Linux: 06.02.2022
   :Von_Apple: 21.03.2022
   :Geld_Apple: 19.13
   :Von_Linux: 27.02.2022
   :Geld_Linux: 35.54
   :Gesamt:   54.67
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:     
** WAIT Labor2
   :PROPERTIES:
   :Nr:       582
   :Rg-Date: 07.02.2022
   :Betrag:   56.61
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 36.73
   :Gesamt:   36.73
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:     
** WAIT Ford 
   :PROPERTIES:
   :Nr:       583
   :Rg-Date: 08.12.2022
   :Betrag:   53.03
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 18.57
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   18.57
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:         
** WAIT Ford 
   :PROPERTIES:
   :Nr:       584
   :Rg-Date: 08.12.2022
   :Betrag:   53.03
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 18.57
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   18.57
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:         
** WAIT Ford 
   :PROPERTIES:
   :Nr:       585
   :Rg-Date: 10.01.2022
   :Betrag:   42.44
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   14.85
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:         
** WAIT Ford 
   :PROPERTIES:
   :Nr:       586
   :Rg-Date: 10.01.2022
   :Betrag:   42.44
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   14.85
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:         
** WAIT Ford 
   :PROPERTIES:
   :Nr:       587
   :Rg-Date: 24.01.2022
   :Betrag:   75
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 22.5
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   22.5
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:         
** WAIT Ford 
   :PROPERTIES:
   :Nr:       588
   :Rg-Date: 02.02.2022
   :Betrag:   42.44
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   14.85
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:     
** WAIT Ford
   :PROPERTIES:
   :Nr:       589
   :Rg-Date: 02.02.2022
   :Betrag:   19.5
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:     
** WAIT Ford
   :PROPERTIES:
   :Nr:       590
   :Rg-Date: 02.02.2022
   :Betrag:   42.44
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   14.85
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       591
   :Rg-Date: 24.01.2022
   :Betrag:   75
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 22.5
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   22.5
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       592
   :Rg-Date: 21.01.2022
   :Betrag:   12.17
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 4.26
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   4.26
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       593
   :Rg-Date: 14.01.2022
   :Betrag:   85.84
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 30.05
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   30.05
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       594
   :Rg-Date: 14.01.2022
   :Betrag:   9.45
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       595
   :Rg-Date: 17.01.2022
   :Betrag:   97.92
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 34.27
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   34.27
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       596
   :Rg-Date: 05.01.2022
   :Betrag:   14.38
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 5.03
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   5.03
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       597
   :Rg-Date: 10.12.2021
   :Betrag:   53.98
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 10.51
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   10.51
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       598
   :Rg-Date: 03.12.2021
   :Betrag:   66.8
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 23.38
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   23.38
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       599
   :Rg-Date: 21.12.2021
   :Betrag:   14.2
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 4.97
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   4.97
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       600
   :Rg-Date: 07.12.2021
   :Betrag:   14.14
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 04.07.2022
   :Geld_Apple: 4.95
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   4.95
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       601
   :Rg-Date: 23.12.2021
   :Betrag:   107.79
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       602
   :Rg-Date: 22.12.2021
   :Betrag:   45.79
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       603
   :Rg-Date: 29.12.2021
   :Betrag:   16.36
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       604
   :Rg-Date: 30.12.2021
   :Betrag:   35.4
   :User3:    [-]
   :User4:   [-]
   :An_Apple: 29.05.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Frankenstein
   :PROPERTIES:
   :Nr:       605
   :Rg-Date: 02.02.2022
   :Betrag:   98.9
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 64.29
   :Gesamt:   64.29
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Einstein
   :PROPERTIES:
   :Nr:       606
   :Rg-Date: 02.02.2022
   :Betrag:   96
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 62.4
   :Gesamt:   62.4
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Medical
   :PROPERTIES:
   :Nr:       607
   :Rg-Date: 01.02.2022
   :Betrag:   86.01
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 55.91
   :Gesamt:   55.91
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Dracula
   :PROPERTIES:
   :Nr:       608
   :Rg-Date: 01.02.2022
   :Betrag:   207.02
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 134.56
   :Gesamt:   134.56
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       609
   :Rg-Date: 17.02.2022
   :Betrag:   366.91
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 238.49
   :Gesamt:   238.49
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       610
   :Rg-Date: 17.02.2022
   :Betrag:   481.5
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 312.98
   :Gesamt:   312.98
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT User1
   :PROPERTIES:
   :Nr:       611
   :Rg-Date: 16.02.2022
   :Betrag:   320.14
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 208.09
   :Gesamt:   208.09
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Agency
   :PROPERTIES:
   :Nr:       612
   :Rg-Date: 09.02.2022
   :Betrag:   201.05
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 130.68
   :Gesamt:   130.68
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Medical
   :PROPERTIES:
   :Nr:       613
   :Rg-Date: 08.02.2022
   :Betrag:   257.33
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 24.02.2022
   :An_Linux: 24.02.2022
   :Von_Apple: 0
   :Von_Linux: 15.03.2022
   :Geld_Linux: 167.26
   :Gesamt:   167.26
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       614
   :Rg-Date: 01.03.2022
   :Betrag:   101.74
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 35.61
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       615
   :Rg-Date: 01.03.2022
   :Betrag:   90.09
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 31.53
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       616
   :Rg-Date: 01.03.2022
   :Betrag:   15.83
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 5.54
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       617
   :Rg-Date: 01.03.2022
   :Betrag:   101.74
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 35.61
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       618
   :Rg-Date: 01.03.2022
   :Betrag:   14.13
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       619
   :Rg-Date: 01.03.2022
   :Betrag:   8.98
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 3.14
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Dracula
   :PROPERTIES:
   :Nr:       620
   :Rg-Date: 01.03.2022
   :Betrag:   23.54
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 8.24
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       621
   :Rg-Date: 17.02.2022
   :Betrag:   135.27
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 47.35
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       622
   :Rg-Date: 03.02.2022
   :Betrag:   13.07
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       623
   :Rg-Date: 03.02.2022
   :Betrag:   42.98
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 15.05
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       624
   :Rg-Date: 03.02.2022
   :Betrag:   15.67
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-18 lun>
   :Geld_Apple: 5.48
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       625
   :Rg-Date: 13.10.2022
   :Betrag:   26.03
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 9.11
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       626
   :Rg-Date: 18.12.2020
   :Betrag:   25.86
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 9.05
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       627
   :Rg-Date: 18.12.2020
   :Betrag:   38.57
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 13.50
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Smith
   :PROPERTIES:
   :Nr:       628
   :Rg-Date: 01.03.2022
   :Betrag:   776.8
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 179.03
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       629
   :Rg-Date: 09.03.2022
   :Betrag:   42.44
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       630
   :Rg-Date: 09.03.2022
   :Betrag:   42.44
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 14.85
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT School
   :PROPERTIES:
   :Nr:       631
   :Rg-Date: 05.03.2022
   :Betrag:   577.15
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Smith
   :PROPERTIES:
   :Nr:       632
   :Rg-Date: 16.03.2022
   :Betrag:   776.8
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 06.06.2022
   :An_Linux: 0
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Agency
   :PROPERTIES:
   :Nr:       633
   :Rg-Date: 17.03.2022
   :Betrag:   44.28
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 15.47
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Malteser
   :PROPERTIES:
   :Nr:       634
   :Rg-Date: 30.03.2022
   :Betrag:   990
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Einstein
   :PROPERTIES:
   :Nr:       635
   :Rg-Date: 30.03.2022
   :Betrag:   71.87
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 06.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       636
   :Rg-Date: 11.03.2022
   :Betrag:   44.2
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       637
   :Rg-Date: 11.03.2022
   :Betrag:   102.45
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 35.86
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       638
   :Rg-Date: 11.03.2022
   :Betrag:   14.38
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       639
   :Rg-Date: 30.03.2022
   :Betrag:   64.19
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 22.47
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       640
   :Rg-Date: 06.04.2022
   :Betrag:   60.11
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       641
   :Rg-Date: 06.04.2022
   :Betrag:   19.5
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       642
   :Rg-Date: 06.04.2022
   :Betrag:   31.83
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       643
   :Rg-Date: 06.04.2022
   :Betrag:   15
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital 
   :PROPERTIES:
   :Nr:       644
   :Rg-Date: 06.04.2022
   :Betrag:   2348.77
   :User3:    [X]
   :User4:   [-]
   :An_Apple: < >
   :An_Linux: < >
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital
   :PROPERTIES:
   :Nr:       645
   :Rg-Date: 06.04.2022
   :Betrag:   25.44
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital
   :PROPERTIES:
   :Nr:       646
   :Rg-Date: 06.04.2022
   :Betrag:   63.6
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital
   :PROPERTIES:
   :Nr:       647
   :Rg-Date: 06.04.2022
   :Betrag:   2322.78
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Malteser
   :PROPERTIES:
   :Nr:       648
   :Rg-Date: 22.04.2022
   :Betrag:   70.35
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 24.62
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       649
   :Rg-Date: 29.04.2022
   :Betrag:   1295.06
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       650
   :Rg-Date: 29.04.2022
   :Betrag:   694.61
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 07.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 243.11
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Dracula
   :PROPERTIES:
   :Nr:       651
   :Rg-Date: 10.05.2022
   :Betrag:   92.85
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 18.06.2022
   :An_Linux: 07.06.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT RedCross
   :PROPERTIES:
   :Nr:       652
   :Rg-Date: 11.05.2022
   :Betrag:   537.23
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 13.06.2022
   :An_Linux: < >
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       653
   :Rg-Date: 06.05.2022
   :Betrag:   607.32
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       654
   :Rg-Date: 06.05.2022
   :Betrag:   932.97
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 13.06.2022
   :An_Linux: < >
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       655
   :Rg-Date: 20.05.2022
   :Betrag:   468.58
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       656
   :Rg-Date: 20.05.2022
   :Betrag:   68.29
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 07.06.2022
   :An_Linux: < >
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Labor2
   :PROPERTIES:
   :Nr:       657
   :Rg-Date: 19.05.2022
   :Betrag:   171.12
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 59.89
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Labor2
   :PROPERTIES:
   :Nr:       658
   :Rg-Date: 26.05.2022
   :Betrag:   78.62
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 27.52
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       659
   :Rg-Date: 29.04.2022
   :Betrag:   75
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 22.50
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
** DISCUSS Hilbert
   :PROPERTIES:
   :Nr:       660
   :Rg-Date: 03.05.2022
   :Betrag:   113
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 13.06.2022
   :An_Linux: < >
   :Von_Apple: <2022-07-14 jue>
   :Geld_Apple: 39.55
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :ID:       6ef0379b-5e22-431b-8100-59c289d91974
   :SUMMARY:  Rg-Dat wrong
   :DebK:     [X]
   :BeiH:     [ ]
   :END:
- State "DISCUSS"    from "DISCUSS"    [2022-07-20 Wed 12:34] \\
  Rg-Date ist wrong
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       661
   :Rg-Date: 09.05.2022
   :Betrag:   12.6
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       662
   :Rg-Date: 30.05.2022
   :Betrag:   16.36
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       663
   :Rg-Date: 18.05.2022
   :Betrag:   15.67
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       664
   :Rg-Date: 27.05.2022
   :Betrag:   46.3
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       665
   :Rg-Date: 05.05.2022
   :Betrag:   30.11
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       666
   :Rg-Date: 05.05.2022
   :Betrag:   56.56
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 13.06.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       667
   :Rg-Date: 07.07.2020
   :Betrag:   557.97
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       668
   :Rg-Date: 07.07.2020
   :Betrag:   6.9
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital
   :PROPERTIES:
   :Nr:       669
   :Rg-Date: 13.06.2022
   :Betrag:   13701.68
   :User3:    [X]
   :User4:   [-]
   :An_Apple: < >
   :An_Linux: < >
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       670
   :Rg-Date: 07.06.2022
   :Betrag:   68.69
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       671
   :Rg-Date: 07.06.2022
   :Betrag:   19.5
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       672
   :Rg-Date: 05.07.2022
   :Betrag:   1210.46
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       673
   :Rg-Date: 10.06.2022
   :Betrag:   41.1
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       674
   :Rg-Date: 10.06.2022
   :Betrag:   25.36
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Pharmacy
   :PROPERTIES:
   :Nr:       675
   :Rg-Date: 30.06.2022
   :Betrag:   45.79
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 12.07.2022
   :An_Linux: 12.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Labor2
   :PROPERTIES:
   :Nr:       676
   :Rg-Date: 27.06.2022
   :Betrag:   133.58
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 16.07.2022
   :An_Linux: 16.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Ford
   :PROPERTIES:
   :Nr:       677
   :Rg-Date: 06.07.2022
   :Betrag:   57.84
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 16.07.2022
   :An_Linux: 16.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hospital
   :PROPERTIES:
   :Nr:       678
   :Rg-Date: 06.04.2022
   :Betrag:   59.38
   :User3:    [X]
   :User4:   [-]
   :An_Apple: 16.07.2022
   :An_Linux: 16.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Miller
   :PROPERTIES:
   :Nr:       679
   :Rg-Date: 12.07.2022
   :Betrag:   475.44
   :User3:    [-]
   :User4:   [X]
   :An_Apple: 16.07.2022
   :An_Linux: 16.07.2022
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Kurt
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:
** WAIT Hilbert
   :PROPERTIES:
   :Nr:       680
   :Rg-Date: 16.07.2022
   :Betrag:   143.47
   :User3:    [-]
   :User4:   [X]
   :An_Linux: <2022-07-17 dom>
   :An_Apple: <2022-07-17 dom>
   :Von_Apple: 0
   :Geld_Apple: 0
   :Von_Linux: 0
   :Geld_Linux: 0
   :Gesamt:   0
   :Author:   Albert
   :Diff:     < >
   :erneut:   < >
   :DebK:     [ ]
   :BeiH:     [ ]
   :END:




#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5TODO(Status) %5DebK(Deb) %Summary(Sum) %5RG-DATE(R-Date) %5User8(User3){X/} %5User4(User9){X/}  %5Von_Apple(Von Apple) %5Geld_Apple(EUR Apple) %5Von_Linux(Von Linux) %5Geld_Linux(EUR Linux) %5Gesamt(Gesamt) %5Author(Author)"
| Status  | Deb      | Sum          |     R-Date | User3 | User9    |    Von Apple | EUR Apple |  Von Linux | EUR Linux | Gesamt | Author |
|---------+----------+--------------+------------+-------+----------+--------------+-----------+------------+-----------+--------+--------|
|         | [27/108] |              |            |       | [56/108] |              |           |            |           |        |        |
| DONE    | [X]      |              | 27.01.2022 |       | [-]      |   21.03.2022 |     30.75 | 27.02.2022 |      57.1 |  87.85 | Kurt   |
| DONE    | [X]      |              | 23.11.2021 |       | [X]      |   21.03.2022 |    177.45 | 27.02.2022 |    329.55 |    507 | Kurt   |
| DONE    | [X]      |              | 26.11.2021 |       | [X]      |   21.03.2022 |     18.94 | 27.02.2022 |     35.17 |  54.11 | Kurt   |
| DONE    | [ ]      |              | 07.09.2021 |       | [X]      |   21.03.2022 |    double | 27.02.2022 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 12.09.2021 |       | [X]      |   21.03.2022 |    double | 27.02.2022 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 10.01.2022 |       | [-]      |   21.03.2022 |    100.95 | 27.02.2022 |    187.47 | 288.42 | Kurt   |
| WAIT    | [ ]      |              | 10.01.2022 |       | [X]      |   21.03.2022 |     61.53 | 27.02.2022 |    114.27 |  175.8 | Kurt   |
| WAIT    | [ ]      |              | 17.01.2022 |       | [-]      |   21.03.2022 |     73.42 | 27.02.2022 |    136.34 | 209.76 | Kurt   |
| WAIT    | [ ]      |              | 16.01.2022 |       | [-]      |   21.03.2022 |     19.13 | 27.02.2022 |     35.54 |  54.67 | Kurt   |
| WAIT    | [ ]      |              | 07.02.2022 |       | [X]      |            0 |           | 15.03.2022 |     36.73 |  36.73 | Kurt   |
| WAIT    | [ ]      |              | 08.12.2022 |       | [-]      |   04.07.2022 |     18.57 |          0 |         0 |  18.57 | Kurt   |
| WAIT    | [ ]      |              | 08.12.2022 |       | [X]      |   04.07.2022 |     18.57 |          0 |         0 |  18.57 | Kurt   |
| WAIT    | [ ]      |              | 10.01.2022 |       | [X]      |   04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| WAIT    | [ ]      |              | 10.01.2022 |       | [-]      |   04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| WAIT    | [ ]      |              | 24.01.2022 |       | [-]      |   04.07.2022 |      22.5 |          0 |         0 |   22.5 | Kurt   |
| WAIT    | [ ]      |              | 02.02.2022 |       | [-]      |   04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| WAIT    | [ ]      |              | 02.02.2022 |       | [X]      |   04.07.2022 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 02.02.2022 |       | [X]      |   04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| WAIT    | [ ]      |              | 24.01.2022 |       | [X]      |   04.07.2022 |      22.5 |          0 |         0 |   22.5 | Kurt   |
| WAIT    | [ ]      |              | 21.01.2022 |       | [X]      |   04.07.2022 |      4.26 |          0 |         0 |   4.26 | Kurt   |
| WAIT    | [ ]      |              | 14.01.2022 |       | [-]      |   04.07.2022 |     30.05 |          0 |         0 |  30.05 | Kurt   |
| WAIT    | [ ]      |              | 14.01.2022 |       | [X]      |   04.07.2022 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 17.01.2022 |       | [-]      |   04.07.2022 |     34.27 |          0 |         0 |  34.27 | Kurt   |
| WAIT    | [ ]      |              | 05.01.2022 |       | [X]      |   04.07.2022 |      5.03 |          0 |         0 |   5.03 | Kurt   |
| WAIT    | [ ]      |              | 10.12.2021 |       | [-]      |   04.07.2022 |     10.51 |          0 |         0 |  10.51 | Kurt   |
| WAIT    | [ ]      |              | 03.12.2021 |       | [-]      |   04.07.2022 |     23.38 |          0 |         0 |  23.38 | Kurt   |
| WAIT    | [ ]      |              | 21.12.2021 |       | [-]      |   04.07.2022 |      4.97 |          0 |         0 |   4.97 | Kurt   |
| WAIT    | [ ]      |              | 07.12.2021 |       | [X]      |   04.07.2022 |      4.95 |          0 |         0 |   4.95 | Kurt   |
| WAIT    | [ ]      |              | 23.12.2021 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 22.12.2021 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 29.12.2021 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 30.12.2021 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 02.02.2022 |       | [X]      |            0 |           | 15.03.2022 |     64.29 |  64.29 | Kurt   |
| WAIT    | [ ]      |              | 02.02.2022 |       | [-]      |            0 |           | 15.03.2022 |      62.4 |   62.4 | Kurt   |
| WAIT    | [ ]      |              | 01.02.2022 |       | [-]      |            0 |           | 15.03.2022 |     55.91 |  55.91 | Kurt   |
| WAIT    | [ ]      |              | 01.02.2022 |       | [-]      |            0 |           | 15.03.2022 |    134.56 | 134.56 | Kurt   |
| WAIT    | [ ]      |              | 17.02.2022 |       | [-]      |            0 |           | 15.03.2022 |    238.49 | 238.49 | Kurt   |
| WAIT    | [ ]      |              | 17.02.2022 |       | [X]      |            0 |           | 15.03.2022 |    312.98 | 312.98 | Kurt   |
| WAIT    | [ ]      |              | 16.02.2022 |       | [X]      |            0 |           | 15.03.2022 |    208.09 | 208.09 | Kurt   |
| WAIT    | [ ]      |              | 09.02.2022 |       | [X]      |            0 |           | 15.03.2022 |    130.68 | 130.68 | Kurt   |
| WAIT    | [ ]      |              | 08.02.2022 |       | [-]      |            0 |           | 15.03.2022 |    167.26 | 167.26 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |     35.61 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |     31.53 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |      5.54 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |     35.61 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 01.03.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |      3.14 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |      8.24 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 17.02.2022 |       | [-]      | <2022-07-14 jue> |     47.35 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 03.02.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 03.02.2022 |       | [-]      | <2022-07-14 jue> |     15.05 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 03.02.2022 |       | [-]      | <2022-07-18 lun> |      5.48 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 13.10.2022 |       | [X]      | <2022-07-14 jue> |      9.11 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 18.12.2020 |       | [-]      | <2022-07-14 jue> |      9.05 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 18.12.2020 |       | [X]      | <2022-07-14 jue> |     13.50 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 01.03.2022 |       | [-]      | <2022-07-14 jue> |    179.03 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 09.03.2022 |       | [-]      | <2022-07-14 jue> |     14.85 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 09.03.2022 |       | [X]      | <2022-07-14 jue> |     14.85 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 05.03.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 16.03.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 17.03.2022 |       | [-]      | <2022-07-14 jue> |     15.47 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 30.03.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 30.03.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 11.03.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 11.03.2022 |       | [-]      | <2022-07-14 jue> |     35.86 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 11.03.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 30.03.2022 |       | [X]      | <2022-07-14 jue> |     22.47 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 22.04.2022 |       | [-]      | <2022-07-14 jue> |     24.62 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 29.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 29.04.2022 |       | [X]      | <2022-07-14 jue> |    243.11 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 10.05.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 11.05.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.05.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 20.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 20.05.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 19.05.2022 |       | [X]      | <2022-07-14 jue> |     59.89 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 26.05.2022 |       | [X]      | <2022-07-14 jue> |     27.52 |          0 |         0 |      0 | Kurt   |
| WAIT    | [X]      |              | 29.04.2022 |       | [X]      | <2022-07-14 jue> |     22.50 |          0 |         0 |      0 | Kurt   |
| DISCUSS | [X]      | Rg-Dat wrong | 03.05.2022 |       | [-]      | <2022-07-14 jue> |     39.55 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 09.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 30.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 18.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 27.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 05.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 05.05.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 07.07.2020 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 07.07.2020 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 13.06.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 07.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 07.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 05.07.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 10.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 10.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 30.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 27.06.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.07.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 06.04.2022 |       | [-]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 12.07.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Kurt   |
| WAIT    | [ ]      |              | 16.07.2022 |       | [X]      |            0 |         0 |          0 |         0 |      0 | Albert |
#+END:



#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5Nr(Nr) %5TODO(Status) %5DebK(Deb) %Summary(Sum) %5RG-DATE(R-Date) %5User8(User3){X/} %5User4(User9){X/}  %5Von_Apple(Von Apple) %5Geld_Apple(EUR Apple) %5Von_Linux(Von Linux) %5Geld_Linux(EUR Linux) %5Gesamt(Gesamt) %5Author(Author)"
|  Nr | Status | Deb      | Sum |     R-Date | User3 | User9    |  Von Apple | EUR Apple |  Von Linux | EUR Linux | Gesamt | Author |
|-----+--------+----------+-----+------------+-------+----------+------------+-----------+------------+-----------+--------+--------|
|     |        | [27/108] |     |            |       | [56/108] |            |           |            |           |        |        |
| 573 | DONE   | [X]      |     | 27.01.2022 |       | [-]      | 21.03.2022 |     30.75 | 27.02.2022 |      57.1 |  87.85 | Kurt   |
| 574 | DONE   | [X]      |     | 23.11.2021 |       | [X]      | 21.03.2022 |    177.45 | 27.02.2022 |    329.55 |    507 | Kurt   |
| 575 | DONE   | [X]      |     | 26.11.2021 |       | [X]      | 21.03.2022 |     18.94 | 27.02.2022 |     35.17 |  54.11 | Kurt   |
| 576 | DONE   | [ ]      |     | 07.09.2021 |       | [X]      | 21.03.2022 |    double | 27.02.2022 |         0 |      0 | Kurt   |
| 577 | WAIT   | [ ]      |     | 12.09.2021 |       | [X]      | 21.03.2022 |    double | 27.02.2022 |         0 |      0 | Kurt   |
| 578 | WAIT   | [ ]      |     | 10.01.2022 |       | [-]      | 21.03.2022 |    100.95 | 27.02.2022 |    187.47 | 288.42 | Kurt   |
| 579 | WAIT   | [ ]      |     | 10.01.2022 |       | [X]      | 21.03.2022 |     61.53 | 27.02.2022 |    114.27 |  175.8 | Kurt   |
| 580 | WAIT   | [ ]      |     | 17.01.2022 |       | [-]      | 21.03.2022 |     73.42 | 27.02.2022 |    136.34 | 209.76 | Kurt   |
| 581 | WAIT   | [ ]      |     | 16.01.2022 |       | [-]      | 21.03.2022 |     19.13 | 27.02.2022 |     35.54 |  54.67 | Kurt   |
| 582 | WAIT   | [ ]      |     | 07.02.2022 |       | [X]      |          0 |           | 15.03.2022 |     36.73 |  36.73 | Kurt   |
| 583 | WAIT   | [ ]      |     | 08.12.2022 |       | [-]      | 04.07.2022 |     18.57 |          0 |         0 |  18.57 | Kurt   |
| 584 | WAIT   | [ ]      |     | 08.12.2022 |       | [X]      | 04.07.2022 |     18.57 |          0 |         0 |  18.57 | Kurt   |
| 585 | WAIT   | [ ]      |     | 10.01.2022 |       | [X]      | 04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| 586 | WAIT   | [ ]      |     | 10.01.2022 |       | [-]      | 04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
| 587 | WAIT   | [ ]      |     | 24.01.2022 |       | [-]      | 04.07.2022 |      22.5 |          0 |         0 |   22.5 | Kurt   |
| 588 | WAIT   | [ ]      |     | 02.02.2022 |       | [-]      | 04.07.2022 |     14.85 |          0 |         0 |  14.85 | Kurt   |
#+END:

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

end of thread, other threads:[~2022-10-18 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 19:22 [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)] Uwe Brauer
2022-07-21 16:02 ` [a kludge] (was: [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]) Uwe Brauer
2022-07-22 16:12   ` [Problem persits] (was: [a kludge]) Uwe Brauer
2022-07-24 16:11     ` [restarting helps, memory problem?] (was: [Problem persits]) Uwe Brauer
2022-10-16  8:30 ` [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)] Ihor Radchenko
2022-10-16 12:10   ` Uwe Brauer
2022-10-17  8:41     ` Ihor Radchenko
2022-10-18 14:31   ` Uwe Brauer

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