emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Björn Bidar" <bjorn.bidar@thaodan.de>
To: emacs-orgmode@gnu.org
Subject: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]
Date: Fri, 23 Feb 2024 10:38:05 +0200	[thread overview]
Message-ID: <87edd3iniq.fsf@> (raw)


I noticed thatOrg-agenda leaves frame around if org-agenda-window-setup
is set to other-frame since
78dc58508ddbf97b6f44c0a6dd222eab3d13b50a. 

Reverting the commit/loading the file before the change fixes the issue.

Emacs  : GNU Emacs 30.0.50 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.39, cairo version 1.18.0)
Package: Org mode version 9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)

current state:
==============
(setq
 org-link-elisp-confirm-function 'yes-or-no-p
 org-directory '("/home/bidar/Dokumente/org"
                 "/home/bidar/Dokumente/org/sailfishos"
                 "/home/bidar/Dokumente/org/personal"
                 "/home/bidar/Dokumente/org/jolla"
                 "/home/bidar/Dokumente/org/data"
                 "/home/bidar/Dokumente/org/_minted-gemeinsam" "/home/bidar/Dokumente/org/data/f0" "/home/bidar/Dokumente/org/data/5c" "/home/bidar/Dokumente/org/data/5c/b2a2e6-09d2-4225-b0de-ccd2ab4d9428" "/home/bidar/Dokumente/org/data/f0/cbc911-0ffc-41e3-b19a-1c26a43e1676" "/home/bidar/Dokumente/org/personal/data" "/home/bidar/Dokumente/org/personal/data/bf" "/home/bidar/Dokumente/org/personal/data/bf/f21ab1-25c3-49fc-93e2-fb8bbbbdda05")
 org-global-properties '(("Effort_ALL" .
                          "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00")
                         ("STYLE_ALL" . "habit"))
 org-after-todo-state-change-hook '(org-expiry-insert-created)
 org-caldav-backup-file "/home/bidar/.local/etc/emacs/var/org/caldav/backup.org"
 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 nil
 org-insert-heading-hook '(org-expiry-insert-created)
 org-yank-adjusted-subtrees t
 org-log-done 'note
 org-capture-bookmark nil
 org-pomodoro-long-break-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/bell_multiple.wav"
 org-agenda-custom-commands '(("A" "Agenda and all TODOs"
                               ((agenda "") (alltodo "")))
                              (" "
                               "Current Project Agenda and TODOs"
                               ((tags "REFILE")
                                
                                                                   (agenda "")
                                
                                                                   (alltodo "")
                                
                                                                   )
                               ((org-agenda-files
                                 '("/home/bidar/Dokumente/org/inbox.org" "/home/bidar/Dokumente/org/caldav-inbox-arbeit.org" "/home/bidar/Dokumente/org/refile.org" "/home/bidar/Dokumente/org/jolla.org")
                                 )
                                )
                               )
                              ("j" "Jolla Agenda and TODOs"
                               ((tags "REFILE") (agenda "")
                                (alltodo ""))
                               ((org-agenda-files
                                 '("/home/bidar/Dokumente/org/inbox.org" "/home/bidar/Dokumente/org/caldav-inbox-arbeit.org" "/home/bidar/Dokumente/org/refile.org" "/home/bidar/Dokumente/org/jolla.org")
                                 )
                                )
                               )
                              ("d"
                               "Daimler Agenda and TODOs"
                               ((tags "REFILE") (agenda "")
                                (alltodo ""))
                               ((org-agenda-files
                                 '("/home/bidar/Dokumente/org/inbox.org" "/home/bidar/Dokumente/org/caldav-inbox-arbeit.org" "/home/bidar/Dokumente/org/refile.org" "/home/bidar/Dokumente/org/daimler.org")
                                 )
                                )
                               )
                              ("p"
                               "Personal Agenda and TODOs"
                               ((tags "REFILE") (agenda "")
                                (alltodo ""))
                               ((org-agenda-files
                                 '("/home/bidar/Dokumente/org/inbox.org" "/home/bidar/Dokumente/org/caldav-inbox-personal.org" "/home/bidar/Dokumente/org/gemeinsam-inbox.org" "/home/bidar/Dokumente/org/gemeinsam.org" "/home/bidar/Dokumente/org/refile.org" "/home/bidar/Dokumente/org/personal.org")
                                 )
                                )
                               )
                              ("W" "Weekly Review"
                               ((agenda ""
                                 ((org-agenda-span 7)))
                                (stuck "") (todo "PROJECT")
                                (todo "MAYBE")
                                (todo "WAITING"))
                               )
                              )
 org-log-into-drawer t
 org-koma-letter-default-class "my-letter"
 org-startup-folded t
 org-babel-after-execute-hook '(org-display-inline-images)
 org-link-abbrev-alist '(("google" .
                          "http://www.google.com/search?q=")
                         ("gmap" .
                          "http://maps.google.com/maps?q=%s")
                         ("omap" .
                          "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")
                         ("wpen" .
                          "http://en.wikipedia.org/wiki/%s")
                         ("wpde" .
                          "http://de.wikipedia.org/wiki/%s")
                         ("mane" .
                          "http://man.he.net/?topic=%s&section=all")
                         )
 org-agenda-files '("/home/bidar/Dokumente/org"
                    "/home/bidar/Dokumente/org/sailfishos"
                    "/home/bidar/Dokumente/org/personal"
                    "/home/bidar/Dokumente/org/jolla"
                    "/home/bidar/Dokumente/org/data"
                    "/home/bidar/Dokumente/org/_minted-gemeinsam" "/home/bidar/Dokumente/org/data/f0" "/home/bidar/Dokumente/org/data/5c" "/home/bidar/Dokumente/org/data/5c/b2a2e6-09d2-4225-b0de-ccd2ab4d9428" "/home/bidar/Dokumente/org/data/f0/cbc911-0ffc-41e3-b19a-1c26a43e1676" "/home/bidar/Dokumente/org/personal/data" "/home/bidar/Dokumente/org/personal/data/bf" "/home/bidar/Dokumente/org/personal/data/bf/f21ab1-25c3-49fc-93e2-fb8bbbbdda05")
 org-capture-templates '(("#" "used by gnus-icalendar-org"
                          entry
                          (file+olp
                           "/home/bidar/Dokumente/org/inbox.org" "Calendar")
                          "%i" :immediate-finish t)
                         ("t" "todo" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* TODO %?\n%U\n%a\n" :clock-in t
                          :clock-resume t)
                         ("j" "Journal entry")
                         ("jj" "Journal entry" entry
                          (file+olp+datetree
                           "/home/bidar/Dokumente/org/journal.org")
                          "* %?\n")
                         ("jw" "Jolla journal entry" entry
                          (file+olp+datetree
                           "/home/bidar/Dokumente/org/jolla.org" "Journal")
                          "* %?\n")
                         ("jJ" "Journal with link" entry
                          (file+olp+datetree
                           "/home/bidar/Dokumente/org/journal.org")
                          "* %?\n%a\n")
                         ("r" "respond" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* TODO 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
                           "/home/bidar/Dokumente/org/refile.org")
                          "* %? :NOTE:\n%U\n%a\n" :clock-in
                          t :clock-resume t)
                         ("h" "Habit" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.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")
                         ("m" "Meeting" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* MEETING with %? :MEETING:\n%U"
                          :clock-in t :clock-resume t)
                         ("p" "Phone call" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* PHONE %? :PHONE:\n%U"
                          :clock-in t :clock-resume t)
                         ("w" "org-protocol" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* TODO Review %c\n%U\n"
                          :immediate-finish t)
                         ("p" "Protocol" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* %^{Title}\nSource: [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")
                         ("L" "Protocol Link" entry
                          (file
                           "/home/bidar/Dokumente/org/refile.org")
                          "* %? [[%:link][%(transform-square-brackets-to-round-ones \"%:description\")]]\n")
                         ("w" "Web site" entry (file "")
                          "* %a :website:\n\n%U %?\n\n%:initial")
                         ("b" "Bugs")
                         ("bj" "Work on Jolla Bug" entry
                          (file+olp
                           "/home/bidar/Dokumente/org/jolla.org" "Bugs")
                          (file
                           "/home/bidar/.local/etc/emacs/etc/org/templates/jb.org")
                          :clock-in t :clock-resume t)
                         )
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-refile-targets '((nil :maxlevel . 9)
                      (org-agenda-files :maxlevel . 9))
 org-export-before-parsing-hook '(org-attach-expand-links
                                  org-latex-header-blocks-filter)
 org-latex-compiler "xelatex"
 org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-tag-alist '((:startgroup) ("WAITING" . 119)
                 ("HOLD" . 104) ("MEETING" . 109)
                 ("REVIEW" . 114) ("NOTE" . 110)
                 (:endgroup) ("PERSONAL" . 80)
                 ("work" . 87) ("crypt" . 99)
                 ("FLAGGED" . 63) ("home" . 63)
                 ("shopping" . 63) ("routine" . 63)
                 ("email" . 63))
 org-html-doctype "html5"
 org-default-notes-file "/home/bidar/Dokumente/org/inbox.org"
 org-refile-use-outline-path 'file
 org-pomodoro-short-break-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/bell.wav"
 org-publish-timestamp-directory "/home/bidar/.local/etc/emacs/var/org/timestamps/"
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-log-reschedule 'time
 org-columns-default-format "%75ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA"
 org-html-postamble nil
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
 org-edit-src-content-indentation 0
 org-ascii-format-drawer-function '(closure (t)
                                    (_name contents _width)
                                    contents)
 org-cycle-hook '(org-always-hide-all-drawers
                  org-cycle-hide-archived-subtrees
                  org-cycle-show-empty-lines
                  org-cycle-optimize-window-after-visibility-change org-cycle-display-inline-images)
 org-clocktable-defaults '(:maxlevel 3 :lang "en" :scope
                           file-with-archives :wstart 1
                           :mstart 1 :tstart nil :tend nil
                           :step nil :stepskip0 t
                           :fileskip0 t :tags nil
                           :emphasize nil :link t :narrow
                           70! :indent t :formula nil
                           :timestamp nil :level nil
                           :tcolumns nil :formatter nil)
 org-clock-clocked-in-display nil
 org-agenda-text-search-extra-files '(agenda-archives)
 org-duration-format '((special . h:mm))
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-yank-image-file-name-function 'org-yank-image-autogen-filename
 org-clock-clocktable-default-properties '(:block "2024-02"
                                           :scope
                                           file-with-archives)
 org-export-use-babel nil
 org-agenda-auto-exclude-function 'thao/org-auto-exclude-function
 org-mode-hook '(org-edit-indirect-mode org-clock-load
                 org-modern-mode org-appear-mode
                 (closure
                  (org--rds reftex-docstruct-symbol
                   org-attach-method
                   org--single-lines-list-is-paragraph
                   org-element-greater-elements
                   org-agenda-restrict-end
                   org-agenda-restrict-begin
                   org-agenda-restrict
                   visual-fill-column-width
                   org-clock-history
                   org-agenda-current-date org-with-time
                   org-defdecode org-def
                   org-read-date-inactive org-ans2 org-ans1
                   org-columns-current-fmt-compiled
                   org-clock-current-task org-clock-effort
                   org-agenda-skip-function
                   org-agenda-skip-comment-trees
                   org-agenda-archives-mode
                   org-end-time-was-given
                   org-time-was-given org-log-note-extra
                   org-log-note-purpose
                   org-log-post-message
                   org-last-inserted-timestamp
                   org-last-changed-timestamp
                   org-entry-property-inherited-from
                   org-state
                   org-agenda-headline-snapshot-before-repeat org-agenda-buffer-name org-agenda-start-on-weekday org-agenda-buffer-tmp-name org-priority-regexp org-mode-abbrev-table org-element-cache-persistent org-element-cache-version org-tbl-menu org-org-menu org-struct-menu org-entities org-last-state org-id-track-globally org-clock-start-time texmathp-why remember-data-file org-agenda-tags-todo-honor-ignore-options calc-embedded-open-mode calc-embedded-open-formula calc-embedded-close-formula align-mode-rules-list org-emphasis-alist org-emphasis-regexp-components org-export-registered-backends org-modules org-babel-load-languages org-id-overriding-file-name org-indent-indentation-per-level org-element--timestamp-regexp org-element-cache-map-continue-from org-element-paragraph-separate org-agenda-buffer-name org-inlinetask-min-level t)
                  nil
                  (add-hook 'change-major-mode-hook
                   'org-fold-show-all 'append 'local)
                  )
                 (closure
                  (org-src-window-setup *this*
                   org-babel-confirm-evaluate-answer-no
                   org-babel-tangle-uncomment-comments
                   org-src-lang-modes
                   org-edit-src-content-indentation
                   org-babel-library-of-babel t)
                  nil
                  (add-hook 'change-major-mode-hook
                   #'org-babel-show-result-all 'append
                   'local)
                  )
                 org-babel-result-hide-spec
                 org-babel-hide-all-hashes
                 (closure
                  (org-agenda-skip-regexp
                   org-fold-core-style
                   org-table1-hline-regexp
                   org-table-tab-recognizes-table.el
                   org-table-dataline-regexp
                   org-table-any-border-regexp
                   org-agenda-restriction-lock-overlay
                   org-agenda-overriding-restriction
                   org-agenda-diary-file
                   org-complex-heading-regexp t)
                  nil
                  (setq imenu-create-index-function
                   'org-imenu-get-tree)
                  )
                 turn-on-org-cdlatex
                 (closure
                  (git-commit-gfm-mode-abbrev-table
                   git-commit-gfm-mode-syntax-table
                   copy-as-format-prefix-map
                   dired-ranger-map t)
                  nil
                  (make-local-variable 'company-backends)
                  (add-to-list 'company-backends
                   '(company-capf :with company-dabbrev))
                  (setq completion-at-point-functions
                   '(org-completion-symbols
                     ora-cap-filesystem)
                   )
                  )
                 jinx-mode)
 org-babel-load-languages '((C . t) (abap) (asymptote)
                            (awk) (clojure . t) (comint)
                            (css) (ditaa . t) (dot . t)
                            (emacs-lisp . t) (fortran)
                            (gnuplot . t) (haskell) (io)
                            (java) (js . t) (latex)
                            (lilypond) (lisp) (lua . t)
                            (matlab) (maxima) (mscgen)
                            (ocaml) (octave . t) (org . t)
                            (perl) (picolisp)
                            (plantuml . t) (python . t)
                            (ref) (ruby) (sass) (scala)
                            (scheme) (screen) (shell . t)
                            (shen) (snippet) (sql . t)
                            (sqlite . t))
 org-agenda-skip-deadline-if-done t
 org-src-window-setup 'split-window-below
 org-id-locations-file "/home/bidar/.local/etc/emacs/var/org/id-locations.el"
 org-caldav-calendars '((:calendar-id "personal" :inbox
                         "/home/bidar/Dokumente/org/caldav-inbox-personal.org"
                         :files
                         ("/home/bidar/Dokumente/org/personal.org" "/home/bidar/Dokumente/org/personal.org_archive")
                         )
                        (:calendar-id "gemeinsamyhdess"
                         :inbox
                         "/home/bidar/Dokumente/org/gemeinsam-inbox.org"
                         :files
                         ("/home/bidar/Dokumente/org/gemeinsam.org" "/home/bidar/Dokumente/org/gemeinsam.org_archive")
                         )
                        (:calendar-id "arbeit" :inbox
                         "/home/bidar/Dokumente/org/caldav-inbox-arbeit.org"
                         :files
                         ("/home/bidar/Dokumente/org/child.org" "/home/bidar/Dokumente/org/daimler.org" "/home/bidar/Dokumente/org/inbox.org" "/home/bidar/Dokumente/org/jolla.org" "/home/bidar/Dokumente/org/jolla.org_archive" "/home/bidar/Dokumente/org/refile.org" "/home/bidar/Dokumente/org/refile.org_archive" "/home/bidar/Dokumente/org/sailfishos/community.org" "/home/bidar/Dokumente/org/jolla/test.org")
                         )
                        )
 org-clock-out-when-done nil
 org-agenda-span 2
 org-latex-format-drawer-function '(closure
                                    (engrave-faces-latex-mathescape engrave-faces-current-preset-style engrave-faces-latex-output-style t)
                                    (_ contents) contents)
 org-ellipsis "…"
 org-pomodoro-overtime-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/bell.wav"
 org-agenda-tags-column -102
 org-agenda-clockreport-parameter-plist '(:link t :maxlevel
                                          5 :fileskip0 t
                                          :stepskip0 t
                                          :compact nil
                                          :narrow 80)
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-agenda-restriction-lock-highlight-subtree nil
 org-adapt-indentation t
 org-html-format-drawer-function '(closure
                                   (htmlize-buffer-places
                                    org-html-format-table-no-css htmlize-css-name-prefix htmlize-output-type htmlize-output-type htmlize-css-name-prefix t)
                                   (_name contents)
                                   contents)
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-use-sub-superscripts nil
 org-super-agenda-mode t
 org-agenda-sorting-strategy '((agenda habit-down time-up
                                user-defined-up effort-up
                                category-keep)
                               (todo category-up effort-up)
                               (tags category-up effort-up)
                               (search category-up))
 org-icalendar-include-todo '("TODO" "NEXT" "STARTED"
                              "WAITING" "HOLD" "CANCELLED"
                              "DONE")
 org-caldav-sync-changes-to-org t
 org-fold-catch-invisible-edits 'show-and-error
 org-agenda-format-date '(closure
                          (git-commit-gfm-mode-abbrev-table
                           git-commit-gfm-mode-syntax-table
                           copy-as-format-prefix-map
                           dired-ranger-map t)
                          (date)
                          (concat "\n"
                           (make-string (window-width) 9472)
                           "\n"
                           (org-agenda-format-date-aligned
                            date)
                           )
                          )
 org-latex-classes '(("my-letter"
                      "\\documentclass{scrlttr2}\n     \\usepackage[ngerman]{babel}\n     \\setkomavar{frombank}{(1234)\\,567\\,890}\n     [DEFAULT-PACKAGES]\n     [PACKAGES]\n     [EXTRA]")
                     ("default-koma-letter"
                      "\\documentclass[11pt]{scrlttr2}")
                     ("article"
                      "\\documentclass[11pt]{article}"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" .
                       "\\subsection*{%s}")
                      ("\\subsubsection{%s}" .
                       "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" .
                       "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" .
                       "\\subparagraph*{%s}")
                      )
                     ("report"
                      "\\documentclass[11pt]{report}"
                      ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" .
                       "\\subsection*{%s}")
                      ("\\subsubsection{%s}" .
                       "\\subsubsection*{%s}")
                      )
                     ("book" "\\documentclass[11pt]{book}"
                      ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" .
                       "\\subsection*{%s}")
                      ("\\subsubsection{%s}" .
                       "\\subsubsection*{%s}")
                      )
                     )
 org-export-initial-scope 'subtree
 org-plantuml-jar-path "/usr/share/java/plantuml.jar"
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-extend-today-until 4
 org-list-demote-modify-bullet '(("+" . "-") ("*" . "-")
                                 ("1." . "-") ("1)" . "-")
                                 ("A)" . "-") ("B)" . "-")
                                 ("a)" . "-") ("b)" . "-")
                                 ("A." . "-") ("B." . "-")
                                 ("a." . "-") ("b." . "-"))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-icalendar-timezone "Europe/Helsinki"
 org-latex-packages-alist '(("" "minted"))
 org-log-redeadline 'note
 org-babel-tangle-lang-exts '(("python" . "py")
                              ("lua" . "lua")
                              ("clojurescript" . "cljs")
                              ("clojure" . "clj")
                              ("D" . "d") ("C++" . "cpp")
                              ("emacs-lisp" . "el")
                              ("elisp" . "el"))
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
                     org-src-mode-configure-edit-buffer)
 org-latex-default-packages-alist '(("AUTO" "inputenc" t
                                     ("pdflatex"))
                                    ("T1" "fontenc" t
                                     ("pdflatex"))
                                    ("" "graphicx" t nil)
                                    ("" "longtable" nil nil)
                                    ("" "wrapfig" nil nil)
                                    ("" "rotating" nil nil)
                                    ("normalem" "ulem" t
                                     nil)
                                    ("" "amsmath" t nil)
                                    ("" "textcomp" t nil)
                                    ("" "amssymb" t nil)
                                    ("" "capt-of" nil nil)
                                    ("" "hyperref" nil nil))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-window-setup 'other-frame
 org-latex-src-block-backend 'minted
 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-clock-report-include-clocking-task t
 org-pomodoro-ticking-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/tick.wav"
 org-special-ctrl-k t
 org-clock-idle-time 35
 org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|"
                      "DONE(d)")
                     (sequence "WAITING(w@/!)" "HOLD(h@/!)"
                      "|" "CANCELLED(c@/!)" "PHONE"
                      "MEETING")
                     )
 org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id
 org-pomodoro-keep-killed-pomodoro-time t
 org-clock-out-hook '(bh/clock-out-maybe)
 org-support-shift-select 1
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-pretty-entities t
 org-after-tags-change-hook '(org-expiry-insert-created)
 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/bidar/.local/etc/emacs/var/org/clock-persist.el"
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-super-agenda-groups '((:name "Items to Refile" :and
                            (:tag "REFILE" :date t) :and
                            (:tag "INBOX" :date t) :order 0)
                           (:name "Next to do" :todo "NEXT"
                            :order 1)
                           (:name "Due Today" :deadline
                            today :order 0)
                           (:name "Due Soon" :deadline
                            future :order 10)
                           (:name "Habits/Routines" :habit
                            t :category "Routine" :order 7)
                           (:name "Meetings" :time-grid t
                            :and
                            (:date today :todo ("MEETING"))
                            :and
                            (:date today :tag "MEETING")
                            :order 1)
                           (:name "Work tasks" :time-grid t
                            :and
                            (:tag "work" :todo t :scheduled
                             today :not (:todo ("MEETING"))
                             :not (:tag "MEETING"))
                            :and
                            (:category "Jolla" :todo t
                             :scheduled today)
                            :and
                            (:category "Daimler" :todo t
                             :scheduled today)
                            :order 2)
                           (:name "Deferred work tasks"
                            :and
                            (:tag "work" :not
                             (:todo ("CNCL" "DONE"))
                             :scheduled past)
                            :and
                            (:category "Jolla" :not
                             (:todo ("CNCL" "DONE"))
                             :scheduled past)
                            :and
                            (:category "Daimler" :not
                             (:todo ("CNCL" "DONE"))
                             :scheduled past)
                            :order 3)
                           (:name "Information about today"
                            :category "Sunrise" :category
                            "Day info" :order 9)
                           (:name "Personal tasks" :and
                            (:not (:tag "work")) :scheduled
                            today :order 4)
                           (:name "Deferred personal tasks"
                            :and
                            (:not (:todo ("CNCL" "DONE"))
                             :scheduled past)
                            :order 5)
                           (:name "Done today" :and
                            (:todo ("CANCELLED" "DONE"))
                            :log t)
                           (:name "Clocked today" :log t))
 org-pretty-entities-include-sub-superscripts nil
 org-modern-mode-hook '(org-modern-mode-set-explicitly)
 org-odt-format-drawer-function '(closure
                                  (hfy-user-sheet-assoc
                                   hfy-html-quote-regex
                                   hfy-html-quote-map
                                   hfy-face-to-css
                                   hfy-begin-span-handler
                                   hfy-end-span-handler
                                   nxml-auto-insert-xml-declaration-flag t)
                                  (_name contents) contents)
 org-persist-directory "/home/bidar/.local/etc/emacs/var/org/persist/"
 org-enforce-todo-dependencies t
 org-confirm-babel-evaluate nil
 org-pomodoro-finished-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/bell.wav"
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-clock-in-resume t
 org-M-RET-may-split-line '((default))
 org-clock-persist t
 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 'current
 org-caldav-url "https://cloud.thaodan.de/remote.php/dav/calendars/99999"
 org-remove-highlights-with-change nil
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
                      org-babel-header-arg-expand)
 org-link-shell-confirm-function 'yes-or-no-p
 org-agenda-finalize-hook '(org-modern-agenda
                            org-agenda-to-appt)
 org-babel-pre-tangle-hook '(save-buffer)
 org-timestamp-rounding-minutes '(1 1)
 org-clock-display-default-range 'thismonth
 org-agenda-loop-over-headlines-in-active-region nil
 org-todo-keyword-faces '(("TODO" :foreground "red" :weight
                           bold)
                          ("NEXT" :foreground "blue"
                           :weight bold)
                          ("DONE" :foreground
                           "forest green" :weight bold)
                          ("WAITING" :foreground "orange"
                           :weight bold)
                          ("HOLD" :foreground "magenta"
                           :weight bold)
                          ("CANCELLED" :foreground
                           "forest green" :weight bold)
                          ("MEETING" :foreground
                           "forest green" :weight bold)
                          ("PHONE" :foreground
                           "forest green" :weight bold)
                          )
 org-agenda-log-mode-items '(closed state clock)
 org-occur-hook '(org-first-headline-recenter)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-html-html5-fancy t
 org-treat-S-cursor-todo-selection-as-state-change nil
 org-link-parameters '(("attachment" :follow
                        org-attach-follow :complete
                        org-attach-complete-link)
                       ("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)
                       ("treemacs" :store
                        treemacs-store-org-link)
                       ("bug-search" :follow
                        org-bug-open-search :export nil)
                       ("bug" :follow org-bug-open :export
                        nil)
                       ("man" :complete org-man-complete
                        :follow org-man-open :export
                        org-man-export :store
                        org-man-store-link)
                       ("eww" :follow org-eww-open :store
                        org-eww-store-link)
                       ("rmail" :follow org-rmail-open
                        :store org-rmail-store-link)
                       ("mhe" :follow org-mhe-open :store
                        org-mhe-store-link)
                       ("irc" :follow org-irc-visit :store
                        org-irc-store-link :export
                        org-irc-export)
                       ("info" :follow org-info-open
                        :export org-info-export :store
                        org-info-store-link
                        :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)
                       ("bibtex" :follow org-bibtex-open
                        :store org-bibtex-store-link)
                       ("bbdb" :follow org-bbdb-open
                        :export org-bbdb-export :complete
                        org-bbdb-complete-link :store
                        org-bbdb-store-link)
                       ("w3m" :store org-w3m-store-link)
                       ("doi" :follow org-link-doi-open
                        :export org-link-doi-export)
                       ("id" :follow org-id-open)
                       ("elfeed" :follow elfeed-link-open
                        :store elfeed-link-store-link)
                       ("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)
                       ("file+sys") ("file+emacs")
                       ("shell" :follow
                        org-link--open-shell)
                       ("news" :follow
                        (closure ((scheme . "news"))
                         (url arg)
                         (browse-url
                          (concat scheme ":" url) arg)
                         )
                        )
                       ("mailto" :follow
                        (closure ((scheme . "mailto"))
                         (url arg)
                         (browse-url
                          (concat scheme ":" url) arg)
                         )
                        )
                       ("https" :follow
                        (closure ((scheme . "https"))
                         (url arg)
                         (browse-url
                          (concat scheme ":" url) arg)
                         )
                        )
                       ("http" :follow
                        (closure ((scheme . "http"))
                         (url arg)
                         (browse-url
                          (concat scheme ":" url) arg)
                         )
                        )
                       ("ftp" :follow
                        (closure ((scheme . "ftp"))
                         (url arg)
                         (browse-url
                          (concat scheme ":" 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 'my-hack-org-html-format-headline-function
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-caldav-save-directory "/home/bidar/Dokumente/org"
 org-refile-allow-creating-parent-nodes 'confirm
 org-use-fast-todo-selection t
 org-agenda-include-diary t
 org-startup-with-inline-images t
 org-expiry-inactive-timestamps t
 org-imenu-depth 5
 org-latex-pdf-process '("xelatex -shell-escape -interaction nonstopmode %f" "xelatex -shell-escape -interaction nonstopmode %f")
 org-agenda-dim-blocked-tasks nil
 org-return-follows-link t
 org-outline-path-complete-in-steps nil
 org-special-ctrl-a/e t
 org-pomodoro-start-sound "/home/bidar/.local/private/etc/emacs/lib/org-pomodoro/resources/bell.wav"
 org-fast-tag-selection-single-key 'expert
 org-src-lang-modes '(("web" . web) ("conf" . conf)
                      ("ini" . conf) ("dot" . graphviz-dot)
                      ("inline-js" . javascript) ("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 30
 org-reverse-note-order t
 org-agenda-current-time-string "⭠ now ─────────────────────────────────────────────────"
 org-refile-target-verify-function 'org-refile-verify-refile-target
 org-expiry-handler-function 'org-toggle-archive-tag
 )


             reply	other threads:[~2024-02-23  8:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23  8:38 Björn Bidar [this message]
2024-02-23 13:29 ` [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)] Ihor Radchenko
2024-02-23 13:46   ` Björn Bidar
2024-02-23 13:53     ` Ihor Radchenko
2024-02-27  8:52       ` Björn Bidar
2024-02-27  9:07         ` Ihor Radchenko
2024-02-27  9:21           ` Ihor Radchenko
2024-02-27 10:42             ` Björn Bidar
2024-03-09  3:21             ` Björn Bidar
2024-03-12 12:14               ` Ihor Radchenko
2024-04-05 11:25                 ` Björn Bidar
2024-04-10 12:46                   ` Ihor Radchenko
2024-04-14  3:33                     ` Björn Bidar
2024-04-14 12:57                       ` Ihor Radchenko
2024-04-16  5:08                         ` Björn Bidar
2024-04-17 17:26                           ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edd3iniq.fsf@ \
    --to=bjorn.bidar@thaodan.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).