emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] org clock wants to resolve clocks every time a clock in, occurs [9


From: Sau P
Subject: [BUG] org clock wants to resolve clocks every time a clock in, occurs [9.7 (9.7-??-0dd2c5e @, /home/aayush/.config/emacs/.local/straight/build-29.2/org/)]
Date: Wed, 21 Feb 2024 02:11:40 +0000

What should happen?
When I clock in, the clock should continue
until I clock out (or go idle).

What actually happens?
Every minute I will get a popup requesting me to resolve a clock.

This has been happening for a number of days now and I thought I had
dangling clocks but I don't think this is the case.

Even after "resolving" the clock (I have exhausted every option the
popup gives), the resolve popup comes back a minute later.

I believe I have seen someone with a similar issue on stackexchange,
here is the link:
https://emacs.stackexchange.com/questions/70084/resolving-idle-time-after-forced-closing-crash


Thank you,


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

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

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



Emacs  : GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0) Package: Org mode version 9.7 (9.7-??-0dd2c5e @ /home/aayush/.config/emacs/.local/straight/build-29.2/org/)

current state:
==============
(setq
 org-agenda-prefix-format '((agenda . " %-4e %-12:c%?-12t % s ") (todo . " %-2i %-4e %-12:c")
                            (tags . " %i %-12:c") (search . " %i %-12:c"))
 org-archive-location "/home/aayush/org/.archive/%s::"
 org-link-elisp-confirm-function nil
 org-appear-autokeywords t
 org-agenda-category-icon-alist '(("uni"
                                   (#("" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 0.8)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 0.8)                                        display (raise 0.0) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("todo"
                                   (#("" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 1.0)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 1.0)                                        display (raise 0.005) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("note"
                                   (#("󰹕" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 0.9)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 0.9)                                        display (raise 0.0) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("project"
                                   (#("󰲶" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 0.9)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 0.9)                                        display (raise 0.0) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("Knowledge"
                                   (#("󱙋" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 0.8)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 0.8)                                        display (raise 0.0) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("Personal"
                                   (#("󰸐" 0 1
                                      (face (:family "Symbols Nerd Font Mono" :height 0.9)                                        font-lock-face (:family "Symbols Nerd Font Mono" :height 0.9)                                        display (raise 0.0) rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  )
 org-directory "~/org/"
 org-cite-insert-processor 'citar
 org-after-refile-insert-hook '(save-buffer)
 org-indirect-buffer-display 'current-window
 org-hide-emphasis-markers t
 org-bibtex-headline-format-function 'org-bibtex-headline-format-default
 org-export-with-sub-superscripts '{}
 org-agenda-todo-keyword-format "%-6s"
 org-yank-adjusted-subtrees t
 org-log-done 'time
 org-pomodoro-long-break-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/bell_multiple.wav"
 org-roam-mode-hook '(mixed-pitch-mode)
 org-agenda-custom-commands '(("o" "Overview"
                               ((agenda ""
                                 ((org-agenda-span 'day)
                                  (org-super-agenda-groups
                                   '((:name "Today" :time-grid t :date today :todo "TODAY" :deadline
                                      today :scheduled today :order 1)
                                     )
                                   )
                                  )
                                 )
                                (alltodo ""
                                 ((org-agenda-overriding-header "")
                                  (org-super-agenda-groups
                                   '((:name "Next to do" :todo "NEXT" :order 1)                                      (:name "Important" :tag "Important" :priority ("A" "B") :order 6)                                      (:name "Due Today" :deadline today :order 2)                                      (:name "Due Soon" :deadline future :order 8)                                      (:name "Overdue" :deadline past :face error :order 7)                                      (:name "REFILE!" :tag ("refile") :order 12)                                      (:name "University" :tag "uni" :order 32)                                      (:name "Projects" :tag "Project" :todo ("PROJECT") :discard
                                      (:tag "ignore") :order 14)
                                     (:name "Research" :tag "Research" :order 15)                                      (:name "To read" :tag "Read" :todo "TO-READ" :order 30)                                      (:name "Waiting" :todo "WAITING" :order 98)                                      (:name "Trivial" :priority<= "C" :tag ("Trivial" "Unimportant")                                       :todo ("SOMEDAY" "SOMEDAY") :order 90)                                      (:discard (:tag ("Chore" "Routine" "Daily" "ignore"))))
                                   )
                                  )
                                 )
                                )
                               )
                              )
 org-load-hook '(+org-init-org-directory-h +org-init-appearance-h +org-init-agenda-h                  +org-init-attachments-h +org-init-babel-h +org-init-babel-lazy-loader-h                  +org-init-capture-defaults-h +org-init-capture-frame-h +org-init-custom-links-h                  +org-init-export-h +org-init-habit-h +org-init-hacks-h +org-init-keybinds-h
                 +org-init-popup-rules-h +org-init-smartparens-h)
 org-log-into-drawer t
 org-startup-folded 'content
 org-babel-after-execute-hook '(+org-redisplay-inline-images-in-babel-result-h)
 org-link-abbrev-alist '(("doomdir" . "/home/aayush/.config/doom/%s")
                         ("emacsdir" . "/home/aayush/.config/emacs/%s")
                         ("doom-repo" . "https://github.com/doomemacs/doomemacs/%s";)                          ("wolfram" . "https://wolframalpha.com/input/?i=%s";)
                         ("wikipedia" . "https://en.wikipedia.org/wiki/%s";)
                         ("duckduckgo" . "https://duckduckgo.com/?q=%s";)
                         ("kagi" . "https://kagi.com/search?q=%s";)
                         ("gmap" . "https://maps.google.com/maps?q=%s";)
                         ("gimages" . "https://google.com/images?q=%s";)
                         ("google" . "https://google.com/search?q=";)
                         ("youtube" . "https://youtube.com/watch?v=%s";)
                         ("github" . "https://github.com/%s";))
 org-agenda-files '("~/org/" "~/org/university/")
 org-capture-templates '(("t" "🗒 Inbox Capture" entry (file+headline "~/org/refile.org" "Inbox")                           "* TODO %? \n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%i %a\n----------\n"
                          :empty-lines 1 :prepend t :doct
                          (:doct-name "🗒 Inbox Capture" :keys "t" :file "~/org/refile.org" :prepend t                            :headline "Inbox" :empty-lines 1 :type entry :template                            ("* TODO %? " ":PROPERTIES:" ":CREATED: %U" ":END:" "" "%i %a"
                            "----------\n")
                           )
                          )
                         ("n" "📓 Notes" entry (file+headline "~/org/refile.org" "Inbox")                           "*  %?  :note:\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%i %a" :empty-lines 1
                          :prepend t :doct
                          (:doct-name "📓 Notes" :keys "n" :file "~/org/refile.org" :prepend t                            :headline "Inbox" :type entry :empty-lines 1 :template                            ("*  %?  :note:" ":PROPERTIES:" ":CREATED: %U" ":END:" "\n%i %a"))
                          )
                         ("c" "🤖 Third Year Project complAInt")
                         ("ck" " General Task" entry
                          (file+headline "~/org/university/typ.org" "Tasks") #'doct--fill-template
                          :empty-lines 1 :prepend t :doct
                          (:doct-name " General Task" :keys "k" :todotype "TODO" :extra ""                            :inherited-keys "ck" :file "~/org/university/typ.org" :prepend t :headline
                           "Tasks" :empty-lines 1 :type entry :template
                           ("* %{todotype} %^{todo} %{extra}" "%i %a") :doct-custom
                           (:todotype "TODO" :extra ""))
                          )
                         ("cd" "󱎫 Deadline" entry (file+headline "~/org/university/typ.org" "Tasks")                           #'doct--fill-template :empty-lines 1 :prepend t :doct                           (:doct-name "󱎫 Deadline" :keys "d" :todotype "TODO" :extra                            "\nDEADLINE: %^{Deadline:}t" :inherited-keys "cd" :file                            "~/org/university/typ.org" :prepend t :headline "Tasks" :empty-lines 1 :type                            entry :template ("* %{todotype} %^{todo} %{extra}" "%i %a") :doct-custom                            (:todotype "TODO" :extra "\nDEADLINE: %^{Deadline:}t"))
                          )
                         ("cs" " Scheduled" entry (file+headline "~/org/university/typ.org" "Tasks")                           #'doct--fill-template :empty-lines 1 :prepend t :doct                           (:doct-name " Scheduled" :keys "s" :todotype "TODO" :extra                            "\nSCHEDULED: %^{Start time:}t" :inherited-keys "cs" :file                            "~/org/university/typ.org" :prepend t :headline "Tasks" :empty-lines 1 :type                            entry :template ("* %{todotype} %^{todo} %{extra}" "%i %a") :doct-custom                            (:todotype "TODO" :extra "\nSCHEDULED: %^{Start time:}t"))
                          )
                         ("cm" " Meeting Note" entry
                          (file+headline "~/org/university/typ.org" "Tasks") #'doct--fill-template
                          :empty-lines 1 :prepend t :doct
                          (:doct-name " Meeting Note" :keys "m" :todotype "" :extra
":meeting:note:\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :inherited-keys "cm"
                           :file "~/org/university/typ.org" :prepend t :headline "Tasks" :empty-lines 1                            :type entry :template ("* %{todotype} %^{todo} %{extra}" "%i %a")
                           :doct-custom
                           (:todotype "" :extra ":meeting:note:\n:PROPERTIES:\n:CREATED: %U\n:END:\n"))
                          )
                         ("cn" "󱈹 Note" entry (file+headline "~/org/university/typ.org" "Tasks")                           #'doct--fill-template :empty-lines 1 :prepend t :doct                           (:doct-name "󱈹 Note" :keys "n" :todotype "" :extra ":note:" :inherited-keys                            "cn" :file "~/org/university/typ.org" :prepend t :headline "Tasks"
                           :empty-lines 1 :type entry :template
                           ("* %{todotype} %^{todo} %{extra}" "%i %a") :doct-custom
                           (:todotype "" :extra ":note:"))
                          )
                         ("k" "📥 University Work")
                         ("kk" " General Task" entry
                          (file+headline +org-capture-todo-file " University") #'doct--fill-template
                          :empty-lines 1 :prepend t :doct
                          (:doct-name " General Task" :keys "k" :extra "" :inherited-keys "kk" :file                            +org-capture-todo-file :prepend t :headline " University" :empty-lines 1                            :type entry :template ("* TODO %? %^G%{extra}" "%i %a") :doct-custom
                           (:extra ""))
                          )
                         ("kd" "󱎫 Deadline" entry (file+headline +org-capture-todo-file " University")                           #'doct--fill-template :empty-lines 1 :prepend t :doct                           (:doct-name "󱎫 Deadline" :keys "d" :extra "\nDEADLINE: %^{Deadline:}t"                            :inherited-keys "kd" :file +org-capture-todo-file :prepend t :headline                            " University" :empty-lines 1 :type entry :template
                           ("* TODO %? %^G%{extra}" "%i %a") :doct-custom
                           (:extra "\nDEADLINE: %^{Deadline:}t"))
                          )
                         ("ks" " Scheduled" entry
                          (file+headline +org-capture-todo-file " University") #'doct--fill-template
                          :empty-lines 1 :prepend t :doct
                          (:doct-name " Scheduled" :keys "s" :extra "\nSCHEDULED: %^{Start time:}t"                            :inherited-keys "ks" :file +org-capture-todo-file :prepend t :headline                            " University" :empty-lines 1 :type entry :template
                           ("* TODO %? %^G%{extra}" "%i %a") :doct-custom
                           (:extra "\nSCHEDULED: %^{Start time:}t"))
                          )
                         ("ks" "󱈹 Exam" entry (file+headline +org-capture-todo-file " University")                           #'doct--fill-template :empty-lines 1 :prepend t :doct                           (:doct-name "󱈹 Exam" :keys "s" :extra "\nSCHEDULED: %^{Start time:}t"                            :inherited-keys "ks" :file +org-capture-todo-file :prepend t :headline                            " University" :empty-lines 1 :type entry :template
                           ("* TODO %? %^G%{extra}" "%i %a") :doct-custom
                           (:extra "\nSCHEDULED: %^{Start time:}t"))
                          )
                         ("P" "󰿘 Protocol Selected" entry (file+headline "~/org/refile.org" "Inbox")                           "* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] \n:PROPERTIES:\n:CREATED: %U\n:END:\n\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n---------------\n\n"                           :empty-lines 1 :immediate-finish t :prepend t :doct
                          (:doct-name

"󰿘 Protocol Selected"

:keys

"P"

:file

"~/org/refile.org"

:prepend

t

:headline

"Inbox"

:immediate-finish

t

:empty-lines

1

:template

("* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] " ":PROPERTIES:" ":CREATED: %U" ":END:\n" "#+BEGIN_QUOTE" "%i" "#+END_QUOTE" "" "---------------\n\n")

)
                          )
                         ("b" "Bookmark" entry (file+headline "~/org/refile.org" "Inbox")                           "* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] \n:PROPERTIES:\n:CREATED: %U\n:END:\n---------------\n\n"
                          :immediate-finish t :prepend t :doct
                          (:doct-name

"Bookmark"

:keys

"b"

:prepend

t

:file

"~/org/refile.org"

:type

entry

:immediate-finish

t

:headline

"Inbox"

:template

("* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] " ":PROPERTIES:" ":CREATED: %U" ":END:" "---------------\n\n")

)
                          )
                         ("B" "Todo Bookmark" entry (file+headline "~/org/refile.org" "Inbox")                           "* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] \n:PROPERTIES:\n:CREATED: %U\n:END:\n---------------\n\n"
                          :immediate-finish t :prepend t :doct
                          (:doct-name

"Todo Bookmark"

:keys

"B"

:prepend

t

:file

"~/org/refile.org"

:headline

"Inbox"

:type

entry

:immediate-finish

t

:template

("* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]] " ":PROPERTIES:" ":CREATED: %U" ":END:" "---------------\n\n")

)
                          )
                         )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-refile-targets '((nil :maxlevel . 1) (org-agenda-files :maxlevel . 1))
 org-export-before-parsing-hook '(org-attach-expand-links)
 org-latex-bib-compiler "biber"
 org-pomodoro-play-sounds nil
 org-latex-compiler "lualatex"
 org-cycle-tab-first-hook '(+org-yas-expand-maybe-h +org-indent-maybe-h
                            org-babel-hide-result-toggle-maybe org-babel-header-arg-expand                             +org-clear-babel-results-h +org-cycle-only-current-subtree-h)
 org-default-notes-file "/home/aayush/org/notes.org"
 org-refile-use-outline-path 'file
 org-pomodoro-short-break-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/bell.wav"  org-publish-timestamp-directory "/home/aayush/.config/emacs/.local/cache/org/timestamps/"
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-footnote-auto-adjust t
 org-cite-follow-processor 'citar
 org-file-apps '((remote . emacs) (auto-mode . emacs) (directory . emacs) ("\\.mm\\'" . default)
                 ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default))
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function  org-ascii-format-drawer-function #[771 "\207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]  org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines org-cycle-optimize-window-after-visibility-change org-cycle-display-inline-images)
 org-clock-clocked-in-display 'frame-title
 org-export-with-broken-links 'mark
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-font-lock-set-keywords-hook '(doom-themes-enable-org-fontification)
 org-cycle-emulate-tab nil
 org-modules '(ol-bibtex)
 org-yank-image-file-name-function 'org-yank-image-autogen-filename
 org-image-actual-width 700
 org-attach-use-inheritance t
 org-mode-local-vars-hook '(+org-init-gifs-h)
 org-modern-star '("⦿" "◦" "•" "‣" "⁃")
 org-mode-hook '(#[0 "\303\302!\210\304\305\n\300\"\301\"\211\207"
                   [nil ((eri/mark-inside-org-table-cell eri/mark-outside-org-table-cell))                     eri/try-expand-list make-local-variable append seq-difference]
                   4]
                 #[0 "\303\302!\210\304\305\n\300\"\301\"\211\207"
                   [nil
                    (org-mark-subtree '(er/mark-org-element er/mark-org-element-parent)                      er/mark-org-code-block er/mark-sentence er/mark-paragraph)                     eri/try-expand-list make-local-variable append seq-difference]
                   4]
                 er/add-org-mode-expansions mixed-pitch-mode org-appear-mode yama/org-mode-hook
                 org-clock-load +lookup--init-org-mode-handlers-h
                 (closure (t) (&rest _) (add-hook 'before-save-hook 'org-encrypt-entries nil t))
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-fold-show-all append local] 5]
                 locally-defer-font-lock visual-fill-column-mode
                 #[0 "\301\211\207" [imenu-create-index-function org-imenu-get-tree] 2]                  doom-disable-show-paren-mode-h doom-disable-show-trailing-whitespace-h                  +org-make-last-point-visible-h evil-org-mode org-eldoc-load toc-org-enable
                 #[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-cdlatex-mode
                 embrace-org-mode-hook +corfu-add-cape-elisp-block-h)
 org-follow-link-hook '(+nav-flash-delayed-blink-cursor-h)
 org-appear-autoentities t
 org-src-window-setup 'other-window
 org-ctrl-k-protect-subtree t
 org-export-headline-levels 5
 outline-minor-mode-hook '(outline-minor-faces-mode)
 org-id-locations-file "/home/aayush/org/.orgids"
 org-timer-display 'frame-title
 org-priority-lowest 69
 org-modern-timestamp nil
 org-agenda-start-with-log-mode t
 org-export-allow-bind-keywords t
 org-agenda-span 'fortnight
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-priority-faces '((65 quote nerd-icons-red) (66 quote nerd-icons-orange)                       (67 quote nerd-icons-yellow) (68 quote nerd-icons-green)
                      (69 quote nerd-icons-blue))
 org-ellipsis " ▼"
 org-pomodoro-overtime-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/bell.wav"
 org-agenda-tags-column 100
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-agenda-skip-unavailable-files t
 org-agenda-compact-blocks t
 org-appear-autosubmarkers t
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-use-sub-superscripts '{}
 org-agenda-sorting-strategy '((agenda habit-down time-up user-defined-up priority-up category-keep)                                (todo priority-down category-keep) (tags priority-down category-keep)
                               (search category-keep))
 org-modern-block-fringe 4
 org-agenda-hide-tags-regexp ".*"
 org-html-validation-link nil
 org-startup-indented t
 org-export-before-processing-hook '(+org-export-babel-mask-org-config
org-blackfriday--reset-org-blackfriday--code-block-num-backticks)
 org-modern-todo nil
 org-highlight-latex-and-related '(latex native script entities)
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-hugo-base-dir "/home/aayush/projects/yaaama.xyz"
 org-appear-inside-latex t
 org-agenda-mode-hook '(doom--setq-mouse-highlight-for-org-agenda-mode-h yama/org-agenda-load-hook
                        +org-habit-resize-graph-h evil-org-agenda-mode)
 org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+") ("1." . "a."))
 org-link-translation-function 'toc-org-unhrefify
 org-pandoc-options '((standalone . t) (mathjax . t) (variable . "revealjs-url=https://revealjs.com";))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-capture-prepare-finalize-hook '(doct-run-prepare-finalize)
 org-src-preserve-indentation t
 org-entities-user '(("flat" "\\flat" nil "" "" "266D" "♭") ("sharp" "\\sharp" nil "" "" "266F" "♯"))  org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-appear-autolinks t
 org-latex-default-packages-alist '(("utf8" "inputenc" nil) ("" "graphicx" t) ("" "grffile" t)                                     ("" "longtable" nil) ("" "wrapfig" nil) ("" "rotating" nil)                                     ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t)
                                    ("" "amssymb" t) ("" "capt-of" nil)
                                    ("style=apa, backend=biber" "biblatex" nil) ("" "braket" nil)
                                    ("" "xcolor" nil) ("" "hyperref" nil))
 org-agenda-default-appointment-duration 60
 org-agenda-window-setup 'current-window
 org-latex-src-block-backend 'engraved
 org-cycle-separator-lines 1
 org-super-agenda-mode-hook '(doom--setq-mouse-highlight-for-org-super-agenda-mode-h)  org-latex-hyperref-template "\\colorlet{greenyblue}{blue!70!green}\n \\colorlet{blueygreen}{blue!40!green}\n \\providecolor{link}{named}{greenyblue}\n \\providecolor{cite}{named}{blueygreen}\n \\hypersetup{\n        pdfauthor={%a},\n pdftitle={%t},\n        pdfkeywords={%k},\n pdfsubject={%d},\n        pdfcreator={%c},\n pdflang={%L},\n        breaklinks=true,\n colorlinks=true,\n        linkcolor=,\n urlcolor=link,\n        citecolor=cite\n}\n \\urlstyle{same} "
 org-tags-exclude-from-inheritance '("crypt")
 org-clock-out-remove-zero-time-clocks t
 org-cite-activate-processor 'citar
 org-fold-show-context-detail '((agenda . lineage) (bookmark-jump . lineage) (isearch . lineage)
                                (default . ancestors))
 org-pomodoro-ticking-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/tick.wav"
 org-special-ctrl-k t
 org-hide-leading-stars t
 org-fontify-todo-headline t
 org-latex-tables-booktabs t
 org-clock-idle-time 60
 org-src-block-faces '(("latex" (:inherit default :extend t)))
 org-todo-keywords '((sequence "TODO(t!/!)" "TODAY(a!)" "NEXT(n!/!)" "STARTED(s!)" "SOMEDAY(m)" "|"
                      "DONE(d!/@)" "CANCELLED(c@/!)" "KILL(k@/!)")
                     (type "TO-READ(r!)" "READ(R@)") (type "BOOKMARK(b!)")
                     (sequence "PROJECT(p!)" "|" "COMPLETED(c!)")
                     (sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)"))
 org-agenda-inhibit-startup t
 org-id-link-to-org-use-id t
 org-pomodoro-ticking-sound-states nil
 org-support-shift-select t
 org-structure-template-alist '(("sh" . "src sh") ("el" . "src emacs-lisp") ("a" . "export ascii")                                 ("c" . "center") ("C" . "comment") ("e" . "example") ("E" . "export")                                 ("h" . "export html") ("l" . "export latex") ("q" . "quote")
                                ("s" . "src") ("v" . "verse"))
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-pretty-entities t
 org-preview-latex-image-directory "/home/aayush/.config/emacs/.local/cache/org/latex/"
 org-latex-reference-command "\\cref{%s}"
 org-fontify-whole-heading-line t
 org-pomodoro-short-break-length 10
 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/aayush/.config/emacs/.local/etc/org-clock-save.el"
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-eldoc-breadcrumb-separator " → "
 org-super-agenda-groups '((:name " Today " :time-grid t :order 1 :face 'nerd-icons-lred)                            (:name "DEADLINES" :deadline (past t) :scheduled t :order 1 :face 'error)                            (:name " Overdue" :scheduled past :deadline past :order 2 :face 'error)                            (:name "In Progress" :order 4 :todo ("[-]" "STARTED" "WAITING") :log t)
                           (:name "Important" :priority>= "B" :order 5)
                           (:name "University" :order 6 :tag "uni")
                           (:name "Low Priority" :priority<= "C" :order 8)
                           (:name "Projects" :todo "PROJECT" :children t :order 10)                            (:name "Ideas" :tag ("someday" "idea") :todo ("SOMEDAY" "IDEA") :order 11))
 org-refile-use-cache t
 org-modern-priority nil
 org-export-with-tags nil
 org-priority-default 69
 org-latex-prefer-user-labels t
 org-modern-mode-hook '(org-modern-mode-set-explicitly)
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-use-property-inheritance t
 org-persist-directory "/home/aayush/.config/emacs/.local/cache/org/persist/"
 org-export-backends '(pandoc md ascii html icalendar latex odt)
 org-enforce-todo-dependencies t
 org-confirm-babel-evaluate nil
 org-pomodoro-finished-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/bell.wav"
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-export-with-smart-quotes t
 org-clock-in-resume t
 org-modern-keyword "⮕ "
 org-cite-export-processors '((latex biblatex) (t csl))
 org-preview-latex-default-process 'imagexetex
 org-capture-before-finalize-hook '(doct-run-before-finalize)
 org-insert-heading-respect-content t
 org-M-RET-may-split-line nil
 org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-clock-mode-line-total 'today
 org-tab-first-hook '(+org-yas-expand-maybe-h +org-indent-maybe-h org-babel-hide-result-toggle-maybe                       org-babel-header-arg-expand +org-clear-babel-results-h
                      +org-cycle-only-current-subtree-h)
 org-link-shell-confirm-function 'yes-or-no-p
 org-agenda-finalize-hook '(org-modern-agenda +org-exclude-agenda-buffers-from-workspace-h
                            +org-defer-mode-in-agenda-buffers-h)
 org-babel-pre-tangle-hook '(save-buffer)
 org-agenda-loop-over-headlines-in-active-region nil
 org-fontify-quote-and-verse-blocks t
 org-agenda-start-on-weekday nil
 org-attach-id-dir "/home/aayush/org/.attach/"
 org-todo-keyword-faces '(("WAIT" . +org-todo-onhold) ("HOLD" . +org-todo-onhold)                           ("STRT" . +org-todo-active) ("NEXT" . +org-todo-onhold)                           ("KILL" . +org-todo-cancel) ("CANCELLED" . +org-todo-cancel)                           ("PROJECT" . +org-todo-project) ("IDEA" . +org-todo-project))
 org-read-date-force-compatible-dates nil
 org-cite-global-bibliography '("/home/aayush/org/bib/yamabib.bib")
 org-capture-mode-hook '(doct-run-hook +org-show-target-in-capture-header-h evil-insert-state)  org-agenda-deadline-faces '((1.001 . error) (1.0 . org-warning) (0.5 . org-upcoming-deadline)
                             (0.0 . org-upcoming-distant-deadline))
 org-agenda-log-mode-items '(closed clock state)
 org-occur-hook '(org-first-headline-recenter)
 org-capture-after-finalize-hook '(doct-run-after-finalize +org-capture-cleanup-frame-h)
 org-pomodoro-audio-player "/usr/bin/paplay"
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-treat-S-cursor-todo-selection-as-state-change nil
 org-link-parameters '(("helpful" :store helpful--org-link-store)
                       ("orgit-rev" :store orgit-rev-store :follow orgit-rev-open :export
                        orgit-rev-export :complete orgit-rev-complete-link)
                       ("orgit-log" :store orgit-log-store :follow orgit-log-open :export
                        orgit-log-export :complete orgit-log-complete-link)
                       ("orgit" :store orgit-status-store :follow orgit-status-open :export                         orgit-status-export :complete orgit-status-complete-link)                        ("info" :follow org-info-open :export org-info-export :store org-info-store-link                         :insert-description org-info-description-as-command)                        ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
                       ("download" :complete
                        (closure
                         ((dir-fn closure (t) nil (or org-download-image-dir org-attach-id-dir "."))
                          (requires . org-download) (key . "download"))
                         nil (if requires (mapc #'require (ensure-list requires)))                          (+org--relative-path (+org--read-link-path key (funcall dir-fn))
                          (funcall dir-fn))
                         )
                        :follow
                        (closure
                         ((dir-fn closure (t) nil (or org-download-image-dir org-attach-id-dir ".")))                          (link) (org-link-open-as-file (expand-file-name link (funcall dir-fn)) nil))
                        :face
                        (closure
                         ((dir-fn closure (t) nil (or org-download-image-dir org-attach-id-dir ".")))
                         (link)
                         (let*
                          ((path (expand-file-name link (funcall dir-fn)))
                           (option-index (string-match-p "::\\(.*\\)\\'" path))
                           (file-name (substring path 0 option-index)))
                          (if (file-exists-p file-name) 'org-link 'error))
                         )
                        :image-data-fun +org-image-file-data-fn :requires nil)
                       ("pdf" :follow
                        (closure ((args) (fn . org-pdftools-open)) (&rest args)                          (and (condition-case nil (progn (require 'org-pdftools nil t)) (error nil))                           (file-executable-p pdf-info-epdfinfo-program) (apply fn args))
                         )
                        :complete
                        (closure ((args) (fn . org-pdftools-complete-link)) (&rest args)                          (and (condition-case nil (progn (require 'org-pdftools nil t)) (error nil))                           (file-executable-p pdf-info-epdfinfo-program) (apply fn args))
                         )
                        :store
                        (closure ((args) (fn . org-pdftools-store-link)) (&rest args)                          (and (condition-case nil (progn (require 'org-pdftools nil t)) (error nil))                           (file-executable-p pdf-info-epdfinfo-program) (apply fn args))
                         )
                        :export
                        (closure ((args) (fn . org-pdftools-export)) (&rest args)                          (and (condition-case nil (progn (require 'org-pdftools nil t)) (error nil))                           (file-executable-p pdf-info-epdfinfo-program) (apply fn args))
                         )
                        )
                       ("orgit-topic" :store orgit-topic-store :follow orgit-topic-open :export                         orgit-topic-export :complete orgit-topic-complete-link :insert-description
                        orgit-topic-describe-link)
                       ("yt" :follow org-yt-follow :image-data-fun org-yt-image-data-fun :export
                        org-yt-export)
                       ("id" :follow org-id-open) ("img" :image-data-fun +org-inline-image-data-fn)
                       ("doom-changelog" :follow
                        (closure (t) (link) (find-file (doom-path doom-docs-dir "changelog.org"))
                         (org-match-sparse-tree nil link))
                        )
                       ("doom-user" :follow
                        (closure (t) (link)
                         (browse-url
                          (format "https://github.com/%s";
                           (string-remove-prefix "@" (+org-link-read-desc-at-point link)))
                          )
                         )
                        :face (closure (t) (_) 'org-priority))
                       ("doom-ref" :follow
                        (closure (t) (link)
                         (let
                          ((link (+org-link-read-desc-at-point link)) (url "https://github.com";)
                           (doom-repo "doomemacs/doomemacs"))
                          (let ((saved-match-data (match-data)))
                           (unwind-protect
                            (progn
                             (browse-url
                              (cond
                               ((string-match "^\\([^/]+\\(?:/[^/]+\\)?\\)?#\\([0-9]+\\(?:#.*\\)?\\)"
                                 link)
                                (format "%s/%s/issues/%s" url (or (match-string 1 link) doom-repo)
                                 (match-string 2 link))
                                )
                               ((string-match
"^\\([^/]+\\(?:/[^/]+\\)?@\\)?\\([a-z0-9]\\{7,\\}\\(?:#.*\\)?\\)" link)
                                (format "%s/%s/commit/%s" url (or (match-string 1 link) doom-repo)
                                 (match-string 2 link))
                                )
                               ((user-error "Invalid doom-ref link: %S" link)))
                              )
                             )
                            (set-match-data saved-match-data t))
                           )
                          )
                         )
                        :face
                        (closure (t) (link)
                         (let ((link (+org-link-read-desc-at-point link)))
                          (if
                           (or
                            (string-match "^\\([^/]+\\(?:/[^/]+\\)?\\)?#\\([0-9]+\\(?:#.*\\)?\\)" link)
                            (string-match
"^\\([^/]+\\(?:/[^/]+\\)?@\\)?\\([a-z0-9]\\{7,\\}\\(?:#.*\\)?\\)" link)
                            )
                           'org-link 'error)
                          )
                         )
                        )
                       ("doom-executable" :activate-func +org-link--doom-executable-link-activate-fn                         :help-echo +org-link-doom--help-echo-from-textprop :face org-verbatim)                        ("doom-module" :follow +org-link--doom-module-link-follow-fn :activate-func
                        +org-link--doom-module-link-activate-fn :help-echo
                        +org-link-doom--help-echo-from-textprop)
                       ("doom-package" :follow +org-link--doom-package-link-follow-fn :activate-func
                        +org-link--doom-package-link-activate-fn :help-echo
                        +org-link-doom--help-echo-from-textprop)
                       ("cmd" :follow
                        (closure ((fn . describe-command)) (path _prefixarg)
                         (funcall fn
                          (or (intern-soft path) (user-error "Can't find documentation for %S" path)))
                         )
                        :activate-func +org-link--command-link-activate-fn :face help-key-binding
                        :help-echo +org-link-doom--help-echo-from-textprop)
                       ("face" :follow
                        (closure ((fn . describe-face)) (path _prefixarg)
                         (funcall fn
                          (or (intern-soft path) (user-error "Can't find documentation for %S" path)))
                         )
                        :activate-func +org-link--face-link-activate-fn :face
                        (font-lock-type-face underline))
                       ("fn" :follow
                        (closure ((fn . helpful-callable)) (path _prefixarg)
                         (funcall fn
                          (or (intern-soft path) (user-error "Can't find documentation for %S" path)))
                         )
                        :activate-func +org-link--fn-link-activate-fn :face
                        (font-lock-function-name-face underline))
                       ("var" :follow
                        (closure ((fn . helpful-variable)) (path _prefixarg)
                         (funcall fn
                          (or (intern-soft path) (user-error "Can't find documentation for %S" path)))
                         )
                        :activate-func +org-link--var-link-activate-fn :face
                        (font-lock-variable-name-face underline))
                       ("kbd" :follow
                        (closure (t) (ev) (interactive "e")
                         (minibuffer-message "%s"
                          (+org-link-doom--help-echo-from-textprop nil (current-buffer)
                           (posn-point (event-start ev)))
                          )
                         )
                        :help-echo +org-link-doom--help-echo-from-textprop :face help-key-binding)
                       ("doom-modules" :complete
                        (closure
                         ((dir-fn closure ((dir-var . doom-modules-dir)) nil (symbol-value dir-var))
                          (requires) (key . "doom-modules"))
                         nil (if requires (mapc #'require (ensure-list requires)))                          (+org--relative-path (+org--read-link-path key (funcall dir-fn))
                          (funcall dir-fn))
                         )
                        :follow
                        (closure
                         ((dir-fn closure ((dir-var . doom-modules-dir)) nil (symbol-value dir-var)))                          (link) (org-link-open-as-file (expand-file-name link (funcall dir-fn)) nil))
                        :face
                        (closure
                         ((dir-fn closure ((dir-var . doom-modules-dir)) nil (symbol-value dir-var)))
                         (link)
                         (let*
                          ((path (expand-file-name link (funcall dir-fn)))
                           (option-index (string-match-p "::\\(.*\\)\\'" path))
                           (file-name (substring path 0 option-index)))
                          (if (file-exists-p file-name) 'org-link 'error))
                         )
                        :requires nil)
                       ("doom-docs" :complete
                        (closure
                         ((dir-fn closure ((dir-var . doom-docs-dir)) nil (symbol-value dir-var))
                          (requires) (key . "doom-docs"))
                         nil (if requires (mapc #'require (ensure-list requires)))                          (+org--relative-path (+org--read-link-path key (funcall dir-fn))
                          (funcall dir-fn))
                         )
                        :follow
                        (closure
                         ((dir-fn closure ((dir-var . doom-docs-dir)) nil (symbol-value dir-var)))                          (link) (org-link-open-as-file (expand-file-name link (funcall dir-fn)) nil))
                        :face
                        (closure
                         ((dir-fn closure ((dir-var . doom-docs-dir)) nil (symbol-value dir-var)))
                         (link)
                         (let*
                          ((path (expand-file-name link (funcall dir-fn)))
                           (option-index (string-match-p "::\\(.*\\)\\'" path))
                           (file-name (substring path 0 option-index)))
                          (if (file-exists-p file-name) 'org-link 'error))
                         )
                        :requires nil)
                       ("doom" :complete
                        (closure
                         ((dir-fn closure ((dir-var . doom-emacs-dir)) nil (symbol-value dir-var))
                          (requires) (key . "doom"))
                         nil (if requires (mapc #'require (ensure-list requires)))                          (+org--relative-path (+org--read-link-path key (funcall dir-fn))
                          (funcall dir-fn))
                         )
                        :follow
                        (closure
                         ((dir-fn closure ((dir-var . doom-emacs-dir)) nil (symbol-value dir-var)))                          (link) (org-link-open-as-file (expand-file-name link (funcall dir-fn)) nil))
                        :face
                        (closure
                         ((dir-fn closure ((dir-var . doom-emacs-dir)) nil (symbol-value dir-var)))
                         (link)
                         (let*
                          ((path (expand-file-name link (funcall dir-fn)))
                           (option-index (string-match-p "::\\(.*\\)\\'" path))
                           (file-name (substring path 0 option-index)))
                          (if (file-exists-p file-name) 'org-link 'error))
                         )
                        :requires nil)
                       ("org" :complete
                        (closure
                         ((dir-fn closure ((dir-var . org-directory)) nil (symbol-value dir-var))
                          (requires) (key . "org"))
                         nil (if requires (mapc #'require (ensure-list requires)))                          (+org--relative-path (+org--read-link-path key (funcall dir-fn))
                          (funcall dir-fn))
                         )
                        :follow
                        (closure
                         ((dir-fn closure ((dir-var . org-directory)) nil (symbol-value dir-var)))                          (link) (org-link-open-as-file (expand-file-name link (funcall dir-fn)) nil))
                        :face
                        (closure
                         ((dir-fn closure ((dir-var . org-directory)) nil (symbol-value dir-var)))
                         (link)
                         (let*
                          ((path (expand-file-name link (funcall dir-fn)))
                           (option-index (string-match-p "::\\(.*\\)\\'" path))
                           (file-name (substring path 0 option-index)))
                          (if (file-exists-p file-name) 'org-link 'error))
                         )
                        :requires nil)
                       ("attachment" :image-data-fun +org-inline-image-data-fn :follow                         org-attach-follow :complete org-attach-complete-link)                        ("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)"]
                        :image-data-fun +org-http-image-data-fn)
                       ("http" :follow
                        #[514 "\301\300\302Q\"\207" ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"]
                        :image-data-fun +org-http-image-data-fn)
                       ("ftp" :follow
                        #[514 "\301\300\302Q\"\207" ["ftp" browse-url ":"] 6 "\n\n(fn URL ARG)"])                        ("help" :follow helpful--org-link-follow :store org-link--store-help)
                       ("file" :complete org-link-complete-file :face
                        (closure (t) (path)
                         (if
                          (or (file-remote-p path)
                           (if (featurep :system 'windows) (string-prefix-p "\\\\" path))
                           (file-exists-p path))
                          'org-link '(warning org-link))
                         )
                        )
                       ("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-refile-allow-creating-parent-nodes 'confirm
 org-agenda-restore-windows-after-quit t
 org-latex-text-markup-alist '((bold . "\\textbf{%s}") (code . protectedtexttt) (italic . "\\emph{%s}")                                (strike-through . "\\sout{%s}") (underline . "\\uline{%s}")
                               (verbatim . verb))
 org-blank-before-new-entry '((heading . t) (plain-list-item quote auto))
 org-pomodoro-length 50
 org-imenu-depth 6
 org-modern-horizontal-rule "────────────────────────────────────"
 org-display-remote-inline-images 'download
 org-timestamp-custom-formats '("<%d/%m/%y %a>" . "<%d/%m/%y %a %H:%M>")
 org-latex-pdf-process '("latexmk -f -shell-escape -bibtex -pdf -%latex --synctex=1 -interaction=nonstopmode -file-line-error %f")
 org-agenda-dim-blocked-tasks nil
 org-outline-path-complete-in-steps nil
 org-special-ctrl-a/e t
 org-pomodoro-start-sound "/home/aayush/.config/emacs/.local/straight/build-29.2/org-pomodoro/resources/bell.wav"
 org-tags-column 110
 org-src-lang-modes '(("md" . markdown) ("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 20
 org-agenda-current-time-string "◀── now ─────────────────────────────────────────────────"
 org-agenda-block-separator 45
 org-id-locations-file-relative t
 org-agenda-follow-indirect t
 org-hugo-use-code-for-kbd t
 org-list-indent-offset 2
 org-archive-subtree-save-file-p t
 org-list-allow-alphabetical t
 )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]