emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
@ 2024-06-06 18:04 Robert Nyman
  2024-06-09 11:23 ` Ihor Radchenko
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Nyman @ 2024-06-06 18:04 UTC (permalink / raw)
  To: emacs-orgmode



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

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

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

I have been having issues with time tracking via org-clock. The two
files I've been using habits.org and tasks.org have become
unusable. When I clock into a task or habit, only " :CLOCK: " appears,
with no timestamp. I can enter time manually, but what is the point of
that. When I try clocking out, it sometimes works; OR it sometimes tells
me "No Running Clock".

I can't run reports for time.

Thank you for your help.

Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 
3.24.37, cairo version 1.16.0)
of 2023-05-13, modified by Debian
Package: Org mode version 9.7.2 (release_N/A-N/A-88dd2c @ 
/home/rknyman/.emacs.d/elpa/org-9.7.2/)

current state:
==============
(setq
org-roam-db-location "/home/rknyman/.emacs.d/var/org/org-roam.db"
org-link-elisp-confirm-function 'yes-or-no-p
org-directory "/home/rknyman/Documents/emacs/org/"
org-roam-db-gc-threshold 134217728
org-ref-cite-onclick-function #[257 "\300 \207" 
[org-ref-citation-hydra/body] 2 "\n\n(fn _)"]
org-hide-emphasis-markers t
org-bibtex-headline-format-function 'org-bibtex-headline-format-default
org-ref-insert-cite-function 'org-ref-insert-cite-link
org-log-done 'time
org-agenda-custom-commands '(("n" "Next View"
((agenda ""
((org-agenda-span 'day)
(org-super-agenda-groups
'((:name "Today" :time-grid t :todo "TODAY" :scheduled today :order 0) 
(:habit t) (:name "Due Today" :deadline today :order 2) (:name "Due 
Soon" :deadline future :order 8)
(:name "Overdue" :deadline past :order 7))
)
)
)
(todo "" ((org-agenda-overriding-header "") (org-super-agenda-groups 
'((:name "Inbox" :file-path "inbox" :order 0) (:discard (:todo "TODO")) 
(:auto-category t :order 9))))))
)
("t" "Todo View" ((todo "" ((org-agenda-overriding-header "") 
(org-super-agenda-groups '((:name "Inbox" :file-path "inbox" :order 0) 
(:auto-category t :order 9))))))))
org-mode-hook-hook '(flyspell-mode)
org-log-into-drawer t
org-agenda-files '("~/Documents/emacs/org/roam/agenda/TODO/tasks.org" 
"~/Documents/emacs/org/notes/refile.org" 
"~/Documents/emacs/org/roam/agenda/habits.org" 
"~/Documents/emacs/org/roam/agenda/birthdays.org"
"~/Documents/emacs/org/roam/projects/projects.org")
org-capture-templates '(("t" "todo" entry (file 
"~/Documents/emacs/org/notes/refile.org") "* TODO %?\n%U\n%a\n" 
:clock-in t :clock-resume t)
("r" "respond" entry (file "~/Documents/emacs/org/notes/refile.org") "* 
NEXT Respond to %:from on %:subject\nSCHEDULED: %t\n%U\n%a\n" :clock-in 
t :clock-resume t :immediate-finish t)
("n" "note" entry (file "~/Documents/emacs/org/notes/refile.org") "* %? 
:NOTE:\n%U\n%a\n" :clock-in t :clock-resume t)
("j" "Journal entry" plain #'org-journal-find-location "** 
%(format-time-string org-journal-time-format)%^{Title}\n%i%?" 
:jump-to-captured t :clock-in t :clock-resume t :immediate-finish t)
("m" "Meeting" entry (file "~/Documents/emacs/org/notes/refile.org") "* 
MEETING with %? :MEETING:\n%U" :clock-in t :clock-resume t)
("p" "Phone call" entry (file "~/Documents/emacs/org/notes/refile.org") 
"* PHONE %? :PHONE:\n%U" :clock-in t :clock-resume t)
("h" "Habit" entry (file "~/Documents/emacs/org/roam/agenda/habits.org")
"* NEXT %?\n%U\n%a\nSCHEDULED: %(format-time-string \"%<<%Y-%m-%d %a 
.+1d/3d>>\")\n:PROPERTIES:\n:STYLE: habit\n:REPEAT_TO_STATE: 
NEXT\n:END:\n")
)
org-persist-after-read-hook '(org-element--cache-persist-after-read)
org-export-before-parsing-hook '(org-attach-expand-links)
org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
org-tag-alist '((:startgroup) (:endgroup) ("@errand" . 69) ("@home" . 
72) ("@work" . 87) ("agenda" . 97) ("planning" . 112) ("publish" . 80) 
("batch" . 98) ("note" . 110) ("idea" . 105))
org-roam-find-file-hook '(org-roam-buffer--setup-redisplay-h 
org-roam--register-completion-functions-h 
org-roam--replace-roam-links-on-save-h 
org-roam-db-autosync--setup-update-on-save-h)
org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file
org-publish-timestamp-directory 
"/home/rknyman/.emacs.d/var/org/timestamps/"
org-archive-hook '(org-attach-archive-delete-maybe)
org-odt-format-inlinetask-function 
'org-odt-format-inlinetask-default-function
org-ascii-format-drawer-function #[771 "%1\207" [] 4 "\n\n(fn NAME 
CONTENTS WIDTH)"]
org-cycle-hook '(org-cycle-hide-archived-subtrees 
org-cycle-show-empty-lines 
org-cycle-optimize-window-after-visibility-change 
org-cycle-display-inline-images)
org-persist-before-read-hook '(org-element--cache-persist-before-read)
org-modules '(org-habit ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview 
ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww)
org-yank-image-file-name-function 'org-yank-image-autogen-filename
org-link-from-user-regexp "\\<rknyman@Freedom\\>\\|\\<R\\.K\\. Nyman\\>"
org-image-actual-width '(300)
org-mode-hook '((lambda nil (add-hook 'after-save-hook 
#'rknyman/org-babel-tangle-config)) org-tempo-setup org-appear-mode 
(lambda nil (org-superstar-mode 1)) org-ref-org-menu org-clock-load
#[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook 
org-fold-show-all append local] 5] #[0 "\300\301\302\303\304$\207" 
[add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
org-babel-result-hide-spec org-babel-hide-all-hashes 
rknyman/org-mode-setup)
org-babel-load-languages '((emacs-lisp . t) (latex . t) (python . t) 
(ruby . t) (R . t) (shell . t) (js . t) (sql . t) (sqlite . t) (lisp . 
t) (makefile . t) (eshell . t))
org-ref-insert-link-function 'org-ref-insert-link
org-id-locations-file "/home/rknyman/.emacs.d/var/org/id-locations.el"
org-roam-ref-annotation-function 'org-roam-ref-read--annotation
org-roam-directory "/home/rknyman/Documents/emacs/org/roam/"
org-agenda-start-with-log-mode t
org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
org-ellipsis " ▾"
org-roam-db-node-include-function #[0 "\300\207" [t] 1]
org-latex-format-headline-function 
'org-latex-format-headline-default-function
org-confirm-shell-link-function 'yes-or-no-p
org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
outline-isearch-open-invisible-function 'outline-isearch-open-invisible
org-habit-graph-column 60
org-super-agenda-mode t
org-superstar-special-todo-items t
org-startup-indented t
org-sort-function 'string-collate-lessp
org-odt-format-headline-function 'org-odt-format-headline-default-function
org-roam-capture-preface-hook '(org-roam-capture--try-capture-to-ref-h)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h)
org-roam-preview-function 'org-roam-preview-default-function
org-babel-tangle-lang-exts '(("lisp" . "lisp") ("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-roam-db-autosync-mode t
org-confirm-elisp-link-function 'yes-or-no-p
org-pandoc-epub-rights "Copyright 2024 R.K. Nyman <rknyman@Freedom>"
org-todo-state-tags-triggers '(("CANCELLED" ("CANCELLED" . t)) 
("WAITING" ("WAITING" . t)) ("HOLD" ("WAITING") ("HOLD" . t)) (done 
("WAITING") ("HOLD")) ("TODO" ("WAITING") ("CANCELLED") ("HOLD"))
("NEXT" ("WAITING") ("CANCELLED") ("HOLD")) ("DONE" ("WAITING") 
("CANCELLED") ("HOLD")))
org-clock-out-remove-zero-time-clocks t
org-log-buffer-setup-hook '(org-roam-log--setup)
org-clock-report-include-clocking-task t
org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "REVIEW(r)" "|" 
"DONE(d!)") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@!)" 
"PHONE" "MEETING"))
org--warnings '("org-element--cache: Org parser error in 
tasks.org::99014. Resetting.\n The error was: (wrong-type-argument 
integer-or-marker-p nil)\n Backtrace:\nnil\n Please report this to Org 
mode mailing list (M-x org-submit-bug-report).")
org-clock-out-hook '(rknyman/clock-out-maybe 
rknyman/remove-empty-drawer-on-clock-out)
org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi 
orcb-key-comma org-ref-replace-nonascii orcb-& orcb-% 
org-ref-title-case-article orcb-clean-year orcb-key orcb-clean-doi 
orcb-clean-pages orcb-check-journal
org-ref-sort-bibtex-entry orcb-fix-spacing orcb-download-pdf)
org-roam-capture-new-node-hook '(org-roam-capture--insert-captured-ref-h)
org-structure-template-alist '(("css" . "src css") ("js" . "src js") 
("py" . "src python") ("el" . "src emacs-lisp") ("sh" . "src shell") 
("a" . "export ascii") ("c" . "center") ("C" . "comment") ("e" . 
"example") ("E" . "export")
("h" . "export html") ("l" . "export latex") ("q" . "quote") ("s" . 
"src") ("v" . "verse"))
org-pretty-entities t
org-ref-insert-ref-function 'org-ref-insert-ref-link
org-speed-command-hook '(org-speed-command-activate 
org-babel-speed-command-activate)
org-html-format-inlinetask-function 
'org-html-format-inlinetask-default-function
org-clock-persist-file "/home/rknyman/.emacs.d/var/org/clock-persist.el"
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
org-persist-directory "/home/rknyman/.emacs.d/var/org/persist/"
org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
org-clock-in-resume t
org-clock-persist 'history
org-latex-format-inlinetask-function 
'org-latex-format-inlinetask-default-function
org-ref-clean-bibtex-key-function #[257 "\300\301\302%3#\207" 
[replace-regexp-in-string ":" ""] 5 "\n\n(fn KEY)"]
org-persist-before-write-hook '(org-element--cache-persist-before-write)
org-tab-first-hook '(org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
org-link-shell-confirm-function 'yes-or-no-p
org-babel-pre-tangle-hook '(save-buffer)
org-agenda-loop-over-headlines-in-active-region nil
org-clock-auto-clock-resolution '(when-no-clock-is-running)
org-todo-keyword-faces '(("TODO" :foreground "gold" :weight bold) 
("NEXT" :foreground "green" :weight bold) ("DONE" :foreground 
"DodgerBlue" :weight bold) ("WAITING" :foreground "orange" :weight bold)
("HOLD" :foreground "magenta" :weight bold) ("CANCELLED" :foreground 
"red" :weight bold) ("MEETING" :foreground "LightSteelBlue" :weight 
bold) ("PHONE" :foreground "CadetBlue" :weight bold))
org-occur-hook '(org-first-headline-recenter)
org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-treat-S-cursor-todo-selection-as-state-change nil
org-roam-node-annotation-function 'org-roam-node-read--annotation
org-link-parameters '(("eww" :follow org-eww-open :store 
org-eww-store-link) ("rmail" :follow org-rmail-open :store 
org-rmail-store-link) ("mhe" :follow org-mhe-open :store 
org-mhe-store-link)
("irc" :follow org-irc-visit :store org-irc-store-link :export 
org-irc-export) ("info" :follow org-info-open :export org-info-export 
:store org-info-store-link :insert-description 
org-info-description-as-command)
("gnus" :follow org-gnus-open :store org-gnus-store-link) ("docview" 
:follow org-docview-open :export org-docview-export :store 
org-docview-store-link)
("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete 
org-bbdb-complete-link :store org-bbdb-store-link) ("w3m" :store 
org-w3m-store-link)
("ACRfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRfullpl" "Both the acronym and its definition in plural ALL-CAPS") 
(latex beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("ACRfull" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRfull" "Both the acronym and its definition in ALL-CAPS") (latex 
beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Acrfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrfullpl" "Capitalized both the acronym and its definition in 
plural") (latex beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ 
FORMAT)"])
("Acrfull" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrfull" "Capitalized both the acronym and its definition") (latex 
beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrfullpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrfullpl" "Both the acronym and its definition in plural") (latex 
beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrfull" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrfull" "Both the acronym and its definition") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("ACRlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRlongpl" "plural ALL-CAPS definition") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("ACRlong" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRlong" "ALL-CAPS definition") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Acrlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrlongpl" "Plural capitalized definition") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Acrlong" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrlong" "Capitalized definition") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrlongpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrlongpl" "The plural definition") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrlong" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrlong" "The label definition") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("ACRshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRshortpl" "ALL-CAPS plural acronym") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("ACRshort" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("ACRshort" "ALL-CAPS acronym") (latex beamer) format "\\%s{%s}" "%s"] 
7 "\n\n(fn PATH _ FORMAT)"])
("Acrshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrshortpl" "Plural capitalized acronym") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Acrshort" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("Acrshort" "Capitalized acronym") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrshortpl" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrshortpl" "The acronym for label in plural") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("acrshort" :follow or-follow-acronym :face org-ref-acronym-face-fn 
:help-echo or-acronym-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\226\"\207" 
[("acrshort" "The acronym for label") (latex beamer) format "\\%s{%s}" 
"%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("printglossaries" :export #[771 
"\211\300>\203\b%0\301\207\302\303%4\"\207" [(latex beamer) 
"\\printglossaries" format "%s"] 6 "\n\n(fn PATH DESC FORMAT)"])
("glslink" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\300>\203\f%0\301\302%4\x04#\207\301\303%4\"\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%d\302\303\300@%5#\207\302\304%4\"\207" [("Glsdesc" 
"The capitalized description associated with the label") (latex beamer) 
format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("glsdesc" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" [("glsdesc" 
"The description associated with the label") (latex beamer) format 
"\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Glssymbol" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" 
[("Glssymbol" "The capitalized symbol defined (only with latex 
definition)") (latex beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ 
FORMAT)"])
("glssymbol" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" 
[("glssymbol" "The symbol defined (only with latex definition)") (latex 
beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn PATH _ FORMAT)"])
("Glspl" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" [("Glspl" 
"The plural capitalized term") (latex beamer) format "\\%s{%s}" "%s"] 7 
"\n\n(fn PATH _ FORMAT)"])
("Gls" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" [("Gls" "The 
capitalized term") (latex beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn 
PATH _ FORMAT)"])
("glspl" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" [("glspl" 
"The plural term") (latex beamer) format "\\%s{%s}" "%s"] 7 "\n\n(fn 
PATH _ FORMAT)"])
("gls" :follow or-follow-glossary :face org-ref-glossary-face-fn 
:help-echo or-glossary-tooltip :export
#[771 "\211\301>\203%d\302\303\300@%5#\207\302\304%4\"\207" [("gls" "The 
term associated with the label") (latex beamer) format "\\%s{%s}" "%s"] 
7 "\n\n(fn PATH _ FORMAT)"])
("doi" :follow org-link-doi-open :export org-link-doi-export) ("bibtex" 
:follow org-bibtex-open :store org-bibtex-store-link)
("printindex" :follow org-ref-index :export #[771 "\211\300=\205 
%0\301\302!\207" [latex format "\\printindex"] 5 "\n\n(fn PATH DESC 
FORMAT)"])
("index" :follow #[257 "\300%1!\207" [occur] 3 "\n\n(fn PATH)"] :export 
#[771 "\211\300=\205\n%0\301\302%4\"\207" [latex format "\\index{%s}"] 6 
"\n\n(fn PATH DESC FORMAT)"])
("list-of-tables" :follow org-ref-list-of-tables :export #[771 
"\211\300=\205 %0\301\302!\207" [latex format "\\listoftables"] 5 
"\n\n(fn PATH DESC FORMAT)"])
("list-of-figures" :follow org-ref-list-of-figures :export #[771 
"\211\300=\205 %0\301\302!\207" [latex format "\\listoffigures"] 5 
"\n\n(fn PATH DESC FORMAT)"])
("label" :export #[771 "\211\300=\205\n%0\301\302%4\"\207" [latex format 
"\\label{%s}"] 6 "\n\n(fn PATH DESC FORMAT)"] :face org-ref-label-face 
:help-echo "A label")
("Crefrange" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-crefrange-complete ("Crefrange") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to 
:export
org-ref-Crefrange-export :face org-ref-ref-face :help-echo 
org-ref-ref-help-echo)
("crefrange" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-crefrange-complete ("crefrange") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-ref-activate :follow org-ref-ref-jump-to 
:export
org-ref-crefrange-export :face org-ref-ref-face :help-echo 
org-ref-ref-help-echo)
("Cref" :store org-ref-store-Cref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("Cref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("Cref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("cref" :store org-ref-store-cref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("cref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("cref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("Autoref" :store org-ref-store-Autoref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("Autoref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("Autoref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("autoref" :store org-ref-store-autoref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("autoref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("autoref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("eqref" :store org-ref-store-eqref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("eqref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("eqref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("nameref" :store org-ref-store-nameref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("nameref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("nameref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :help-echo org-ref-ref-help-echo)
("pageref" :store org-ref-store-pageref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("pageref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow
org-ref-ref-jump-to :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-ref-export ("pageref") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:face org-ref-ref-face :complete
#[256 "\300%1\301\"\207" [org-ref-complete-link "pageref"] 4 "\n\n(fn 
&optional ARG)"] :help-echo org-ref-ref-help-echo)
("ref" :store org-ref-store-ref :complete #[128 
"\302\300\303\301%4\"\"\207" [org-ref-complete-link ("ref") apply 
append] 6 "\n\n(fn &rest ARGS2)"] :activate-func org-ref-ref-activate 
:follow org-ref-ref-jump-to
:export #[128 "\302\300\303\301%4\"\"\207" [org-ref-ref-export ("ref") 
apply append] 6 "\n\n(fn &rest ARGS2)"] :face org-ref-ref-face 
:help-echo org-ref-ref-help-echo)
("bibentry" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("bibentry") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("bibentry") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Autocites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Autocites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("Autocites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("autocites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("autocites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("autocites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("supercites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("supercites") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("supercites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Textcites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Textcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("Textcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("textcites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("textcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("textcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Smartcites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Smartcites") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("Smartcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("smartcites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("smartcites") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("smartcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("footcitetexts" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("footcitetexts") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("footcitetexts") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :activate-func org-ref-cite-activate)
("footcites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("footcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("footcites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Parencites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Parencites") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("Parencites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("parencites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("parencites") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("parencites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Cites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Cites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("Cites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("cites" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("cites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-multicite-export ("cites") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("fnotecite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("fnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("fnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Pnotecite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Pnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Pnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("pnotecite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("pnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("pnotecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Notecite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Notecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Notecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("notecite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("notecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("notecite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("footfullcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("footfullcite") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("footfullcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("fullcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("fullcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("fullcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citeurl" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeurl") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeurl") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citedate*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citedate*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citedate*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citedate" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citedate") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citedate") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citeyear*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeyear*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeyear*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citetitle*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citetitle*") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citetitle*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citetitle" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citetitle") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citetitle") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Autocite*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Autocite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Autocite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("autocite*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("autocite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("autocite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Autocite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Autocite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Autocite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("autocite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("autocite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("autocite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("supercite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("supercite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("supercite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("parencite*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("parencite*") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("parencite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("cite*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("cite*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("cite*") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Smartcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Smartcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Smartcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("smartcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("smartcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("smartcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Textcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Textcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Textcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("textcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("textcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("textcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("footcitetext" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("footcitetext") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("footcitetext") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("footcite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("footcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("footcite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Parencite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Parencite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Parencite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("parencite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("parencite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("parencite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Cite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Cite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo 
org-ref-cite-tooltip
:export #[128 "\302\300\303\301%4\"\"\207" [org-ref-cite-export ("Cite") 
apply append] 6 "\n\n(fn &rest ARGS2)"] :activate-func 
org-ref-cite-activate)
("Citeauthor*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citeauthor*") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citeauthor*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Citealp*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citealp*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citealp*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Citealt*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citealt*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citealt*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Citep*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citep*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citep*") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Citet*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citet*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citet*") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Citeauthor" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citeauthor") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citeauthor") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("Citealp" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citealp") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citealp") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Citealt" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citealt") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citealt") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Citep" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citep") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citep") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("Citet" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("Citet") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("Citet") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citeyearpar" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeyearpar") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeyearpar") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citeyear" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeyear") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeyear") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citeauthor*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeauthor*") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeauthor*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citeauthor" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citeauthor") apply append] 6 "\n\n(fn 
&rest ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face 
:help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citeauthor") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citetext" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citetext") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citetext") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citenum" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citenum") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citenum") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citealp*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citealp*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citealp*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citealp" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citealp") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citealp") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citealt*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citealt*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citealt*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :activate-func org-ref-cite-activate)
("citealt" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citealt") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citealt") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citep*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citep*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citep*") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citep" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citep") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citep") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citet*" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citet*") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citet*") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("citet" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("citet") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("citet") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("nocite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("nocite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo
org-ref-cite-tooltip :export #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-export ("nocite") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-cite-activate)
("cite" :complete #[128 "\302\300\303\301%4\"\"\207" 
[org-ref-cite-link-complete ("cite") apply append] 6 "\n\n(fn &rest 
ARGS2)"] :follow org-ref-cite-follow :face org-ref-cite-face :help-echo 
org-ref-cite-tooltip
:export #[128 "\302\300\303\301%4\"\"\207" [org-ref-cite-export ("cite") 
apply append] 6 "\n\n(fn &rest ARGS2)"] :activate-func 
org-ref-cite-activate)
("bibliographystyle" :complete org-ref-bibliographystyle-complete-link 
:activate-func org-ref-bibliographystyle-activate :export 
org-ref-bibliographystyle-export)
("printbibliography" :export org-ref-printbibliography-export)
("nobibliography*" :complete org-ref-nobibliography-complete :store 
org-ref-bibtex-store-link :help-echo "No bibliography link" 
:activate-func org-ref-bibliography-activate :follow 
org-ref-bibliography*-follow
:export #[128 "\302\300\303\301%4\"\"\207" [org-ref-bibliography*-export 
("\\nobibliography*") apply append] 6 "\n\n(fn &rest ARGS2)"] :face 
org-link)
("nobibliography" :complete org-ref-nobibliography-complete :store 
org-ref-bibtex-store-link :help-echo "No bibliography link" 
:activate-func org-ref-bibliography-activate :follow 
org-ref-bibliography*-follow
:export #[128 "\302\300\303\301%4\"\"\207" [org-ref-bibliography*-export 
("\\nobibliography") apply append] 6 "\n\n(fn &rest ARGS2)"] :face 
org-link)
("bibliography" :follow org-ref-bibliography*-follow :store 
org-ref-bibtex-store-link :complete org-ref-bibliography-complete 
:help-echo "Bibliography link" :export
#[128 "\302\300\303\301%4\"\"\207" [org-ref-bibliography*-export 
("\\bibliography") apply append] 6 "\n\n(fn &rest ARGS2)"] 
:activate-func org-ref-bibliography-activate :face org-link)
("roam" :follow org-roam-link-follow-link) ("attachment" :follow 
org-attach-follow :complete org-attach-complete-link) ("id" :follow 
org-roam-id-open :store org-id-store-link-maybe) ("file+sys") 
("file+emacs")
("shell" :follow org-link--open-shell) ("news" :follow #[514 
"\301\300\302%4Q%2\"\207" ["news" browse-url ":"] 6 "\n\n(fn URL ARG)"])
("mailto" :follow #[514 "\301\300\302%4Q%2\"\207" ["mailto" browse-url 
":"] 6 "\n\n(fn URL ARG)"]) ("https" :follow #[514 
"\301\300\302%4Q%2\"\207" ["https" browse-url ":"] 6 "\n\n(fn URL ARG)"])
("http" :follow #[514 "\301\300\302%4Q%2\"\207" ["http" browse-url ":"] 
6 "\n\n(fn URL ARG)"]) ("ftp" :follow #[514 "\301\300\302%4Q%2\"\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-roam-capture-templates '(("d" "default" plain "%?" :if-new 
(file+head "${slug}.org" "#+title: ${title}\n#+date: %u\n#+lastmod: 
\n\n") :immediate-finish t))
org-metaup-hook '(org-babel-load-in-session-maybe)
org-use-fast-todo-selection t
org-ref-insert-label-function 'org-ref-insert-label-link
org-startup-with-inline-images t
org-clock-persist-query-resume nil
org-src-lang-modes '(("conf-unix" . conf-unix) ("C" . c) ("C++" . c++) 
("asymptote" . asy) ("beamer" . latex) ("calc" . fundamental) ("cpp" . 
c++) ("ditaa" . artist) ("desktop" . conf-desktop) ("dot" . fundamental)
("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" . shell-script) 
("sqlite" . sql) ("toml" . conf-toml) ("shell" . sh) ("ash" . sh) ("sh" 
. sh) ("bash" . sh) ("jsh" . sh) ("bash2" . sh) ("dash" . sh)
("dtksh" . sh) ("ksh" . sh) ("es" . sh) ("rc" . sh) ("itcsh" . sh) 
("tcsh" . sh) ("jcsh" . sh) ("csh" . sh) ("ksh88" . sh) ("oash" . sh) 
("pdksh" . sh) ("mksh" . sh) ("posix" . sh) ("wksh" . sh) ("wsh" . sh)
("zsh" . sh) ("rpm" . sh))
org-clock-history-length 24
org-tab-before-tab-emulation-hook '(org-tempo-complete-tag)
org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
)



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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-06 18:04 [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)] Robert Nyman
@ 2024-06-09 11:23 ` Ihor Radchenko
       [not found]   ` <0c892135-fd59-44e1-bcdd-34cd56214882@NymanTechnology.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Ihor Radchenko @ 2024-06-09 11:23 UTC (permalink / raw)
  To: Robert Nyman; +Cc: emacs-orgmode

Robert Nyman <RKNyman@NymanTechnology.com> writes:

> I have been having issues with time tracking via org-clock. The two
> files I've been using habits.org and tasks.org have become
> unusable. When I clock into a task or habit, only " :CLOCK: " appears,
> with no timestamp.

Thanks for reporting!

Is there any error signaled? What if you run M-x toggle-debug-on-error
and try to clock in?

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


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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
       [not found]   ` <0c892135-fd59-44e1-bcdd-34cd56214882@NymanTechnology.com>
@ 2024-06-12 19:58     ` Ihor Radchenko
  2024-06-12 20:29       ` Robert Nyman
  2024-06-14 13:42       ` Ihor Radchenko
  0 siblings, 2 replies; 8+ messages in thread
From: Ihor Radchenko @ 2024-06-12 19:58 UTC (permalink / raw)
  To: Robert Nyman; +Cc: emacs-orgmode

[ Adding Org mailing list back to CC to keep the bug discussion public;
  I will not mention anything risky from your example file here ]

Robert Nyman <RKNyman@NymanTechnology.com> writes:

> Please find below what happens when I toggle on debug:
>
> Debugger entered--Lisp error: (wrong-type-argument fixnump nil)
>    org-clock-sum((26217 47088))
> ...
> I only get this with a couple of sections of my habits.org file. I've 
> cut my config down to JUST habits.org. That is the only thing I'm 
> currently clocking. I used to have a tasks.org, but I'm restricting it 
> for debugging purposes. I'll include my habits.org file here...

The culprit is

CLOCK: [2023-06-01 Thu 21rr:07]--[2023-06-01 Thu 22:08] =>  1:01

The timestamp is malformed there, which leads to error.

It is still a bug in Org mode that such problem is not handled
gracefully.
Confirmed.

Meanwhile, you can fix that timestamp and other similar problems manually.
You can run M-x org-lint and Org will find suspiciously-looking
timestamps and other potential issues in your files.

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


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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-12 19:58     ` Ihor Radchenko
@ 2024-06-12 20:29       ` Robert Nyman
  2024-06-12 20:52         ` Ihor Radchenko
  2024-06-14 13:42       ` Ihor Radchenko
  1 sibling, 1 reply; 8+ messages in thread
From: Robert Nyman @ 2024-06-12 20:29 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

Mr. Radchenko:
Here is the result from the org-lint (Nifty trick I should probably know.):

   6043 low   Potentially malformed timestamp [2023-10-20 Fri 097:49].  
Parsed as: [2023-10-20 Fri]
   6047 low   Potentially malformed timestamp [2023-10-12 Thu 10;55].  
Parsed as: [2023-10-12 Thu]
   6883 low   Potentially malformed timestamp [2023-07-11 Mon 18:54].  
Parsed as: [2023-07-11 Tue 18:54]
   7065 low   Potentially malformed timestamp [2024-06-03 Tue 12:18].  
Parsed as: [2024-06-03 Mon 12:18]
   8454 low   Potentially malformed timestamp [2023-05-12 Fri 
06:08]--[2023-05-12 Fri 06:25 =>  .  Parsed as: [2023-05-12 Fri 
06:08]--[2023-05-12 Fri 06:25]
   9234 low   Potentially malformed timestamp [2023-03-27 Mon 
11:02rr-[2023-03-27 Mon 11:13] .  Parsed as: [2023-03-27 Mon 11:02]

All of the above has been corrected.

But, I still could not get the problem sections to clock-in. I closed 
emacs and restarted, leading to:
Warning (org-element): org-element--cache: Org parser error in 
habits.org::#<marker at 568369 in habits.org>. Resetting.
  The error was: (wrong-type-argument integer-or-marker-p nil)
  Backtrace:
nil
  Please report this to Org mode mailing list (M-x 
org-submit-bug-report). Disable showing Disable logging


The "Recovery" section split into two drawers: Duration Timestamps and 
"DONE" timestamps. I've removed the extra :LOGBOOK: and :END: markers. 
But still get the same behavior where I get an empty :CLOCK:

When I run "org-lint" again, I get an empty "Line Trust Warning" buffer.

Same happens on the "Dog Walk" TODO
Same happens on the "Daily Writing Project" TODO.

=rk=



On 6/12/24 12:58, Ihor Radchenko wrote:
> [ Adding Org mailing list back to CC to keep the bug discussion public;
>    I will not mention anything risky from your example file here ]
>
> Robert Nyman <RKNyman@NymanTechnology.com> writes:
>
>> Please find below what happens when I toggle on debug:
>>
>> Debugger entered--Lisp error: (wrong-type-argument fixnump nil)
>>     org-clock-sum((26217 47088))
>> ...
>> I only get this with a couple of sections of my habits.org file. I've
>> cut my config down to JUST habits.org. That is the only thing I'm
>> currently clocking. I used to have a tasks.org, but I'm restricting it
>> for debugging purposes. I'll include my habits.org file here...
> The culprit is
>
> CLOCK: [2023-06-01 Thu 21rr:07]--[2023-06-01 Thu 22:08] =>  1:01
>
> The timestamp is malformed there, which leads to error.
>
> It is still a bug in Org mode that such problem is not handled
> gracefully.
> Confirmed.
>
> Meanwhile, you can fix that timestamp and other similar problems manually.
> You can run M-x org-lint and Org will find suspiciously-looking
> timestamps and other potential issues in your files.
>



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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-12 20:29       ` Robert Nyman
@ 2024-06-12 20:52         ` Ihor Radchenko
  2024-06-12 21:42           ` Robert Nyman
  2024-06-14 13:44           ` Ihor Radchenko
  0 siblings, 2 replies; 8+ messages in thread
From: Ihor Radchenko @ 2024-06-12 20:52 UTC (permalink / raw)
  To: Robert Nyman; +Cc: emacs-orgmode

Robert Nyman <RKNyman@NymanTechnology.com> writes:

> When I run "org-lint" again, I get an empty "Line Trust Warning" buffer.

It does not catch all the typos in your file, unfortunately.
Look for "rr" and "r" in clock lines - they are not all caught.

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


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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-12 20:52         ` Ihor Radchenko
@ 2024-06-12 21:42           ` Robert Nyman
  2024-06-14 13:44           ` Ihor Radchenko
  1 sibling, 0 replies; 8+ messages in thread
From: Robert Nyman @ 2024-06-12 21:42 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

Mr. Radchenko:
I will go through the file and clean it up. If this doesn't work, then 
I'll start fresh.

Thank you for your help.

=rk=

PS Weirdly, this file did work on a different machine (laptop) without 
issue.

On 6/12/24 13:52, Ihor Radchenko wrote:
> Robert Nyman <RKNyman@NymanTechnology.com> writes:
>
>> When I run "org-lint" again, I get an empty "Line Trust Warning" buffer.
> It does not catch all the typos in your file, unfortunately.
> Look for "rr" and "r" in clock lines - they are not all caught.
>



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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-12 19:58     ` Ihor Radchenko
  2024-06-12 20:29       ` Robert Nyman
@ 2024-06-14 13:42       ` Ihor Radchenko
  1 sibling, 0 replies; 8+ messages in thread
From: Ihor Radchenko @ 2024-06-14 13:42 UTC (permalink / raw)
  To: emacs-orgmode

Ihor Radchenko <yantar92@posteo.net> writes:

> The culprit is
>
> CLOCK: [2023-06-01 Thu 21rr:07]--[2023-06-01 Thu 22:08] =>  1:01
>
> The timestamp is malformed there, which leads to error.
>
> It is still a bug in Org mode that such problem is not handled
> gracefully.
> Confirmed.

Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fd8ddf287

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


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

* Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]
  2024-06-12 20:52         ` Ihor Radchenko
  2024-06-12 21:42           ` Robert Nyman
@ 2024-06-14 13:44           ` Ihor Radchenko
  1 sibling, 0 replies; 8+ messages in thread
From: Ihor Radchenko @ 2024-06-14 13:44 UTC (permalink / raw)
  To: emacs-orgmode

Ihor Radchenko <yantar92@posteo.net> writes:

> Robert Nyman <RKNyman@NymanTechnology.com> writes:
>
>> When I run "org-lint" again, I get an empty "Line Trust Warning" buffer.
>
> It does not catch all the typos in your file, unfortunately.
> Look for "rr" and "r" in clock lines - they are not all caught.

I now added a linter for CLOCK: lines. On main (not for current
release).
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9f0a9ec34

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


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

end of thread, other threads:[~2024-06-14 13:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 18:04 [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)] Robert Nyman
2024-06-09 11:23 ` Ihor Radchenko
     [not found]   ` <0c892135-fd59-44e1-bcdd-34cd56214882@NymanTechnology.com>
2024-06-12 19:58     ` Ihor Radchenko
2024-06-12 20:29       ` Robert Nyman
2024-06-12 20:52         ` Ihor Radchenko
2024-06-12 21:42           ` Robert Nyman
2024-06-14 13:44           ` Ihor Radchenko
2024-06-14 13:42       ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).