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-icalendar-include-todo keyword doesn't include entries with keyword [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]
Date: Sun, 22 Oct 2023 00:34:28 +0300	[thread overview]
Message-ID: <87ttqjirrv.fsf@> (raw)


* Description

I'm using org-caldav, I wanted to exclude todo without those
that don't have states that are not mapped to vtodo percent
states. So I tried to set org-icalendar-include-todo to include only
those with the todo states I want but that doesn't seem to work.
Either I select the other values the option provides (besides none)
or it won't export todos as vtodo.

* How to reproduce
1. emacs -Q or minimal org config
2. create a todo file like this one:
* TODO bar
foo
* NOT-VALID foo
bar
3. Set org-icalendar-include-todo to '("TODO")
4. C-c C-e c f
5. inspect the created ics file

Emacs  : GNU Emacs 30.0.50 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.38, 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-archive-location "%s_archive::* Archived Tasks"
 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")
 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")
                                 )
                                )
                               )
                              ("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")
                         ("JB" . "https://bugs.com/show_bug.cgi?id=%s"))
 org-agenda-files '("/home/bidar/Dokumente/org" "/home/bidar/Dokumente/org/sailfishos"
                    "/home/bidar/Dokumente/org/personal" "/home/bidar/Dokumente/org/jolla")
 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 #[771 "%1\207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]
 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-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-clock-clocktable-default-properties '(:block "2023-10" :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
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-fold-show-all append local] 5]
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-babel-show-result-all append local]
                   5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes
                 #[0 "\301\211%10\207" [imenu-create-index-function org-imenu-get-tree] 2]
                 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-eldoc-load)
 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/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/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 #[514 "\207" [] 3 "\n\n(fn _ 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 #[514 "\207" [] 3 "\n\n(fn NAME 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" "DONE" "CANCELLED")
 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/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-man-command 'woman
 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 'current-window
 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 "Tasks 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" :habit t :order 7)
                           (:name "Routines" :category "Routine" :order 6)
                           (:name "GTD Upkeep" :category "GTD" :order 8)
                           (:name "Events" :category "Event" :category "Social" :order 1)
                           (:name "Emails and online tasks" :tag "email" :order 1)
                           (:name "Work tasks" :time-grid t :and
                            (:tag "work" :todo t :scheduled today) :and
                            (:category "Jolla" :todo t :scheduled today) :and
                           (:name "Deferred work tasks" :and
                            (:tag "work" :not (:todo ("CNCL" "DONE")) :scheduled past) :and
                            (:category "Jolla" :not (:todo ("CNCL" "DONE")) :scheduled past)
                            :and
                            :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 #[514 "\207" [] 3 "\n\n(fn NAME 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 "foobar.com"
 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)
                       ("treemacs" :store treemacs-store-org-link)
                       ("bug-search" :follow org-bug-open-search :export nil)
                       ("bug" :follow org-bug-open :export nil)
                       ("man" :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)
                       ("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)
                       ("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)
                       ("file+sys") ("file+emacs") ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["news" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("mailto" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["mailto" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("https" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["https" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("http" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["http" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("ftp" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["ftp" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("help" :follow org-link--open-help :store org-link--store-help)
                       ("file" :complete org-link-complete-file)
                       ("elisp" :follow org-link--open-elisp))
 org-html-format-headline-function '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:[~2023-10-21 21:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21 21:34 Björn Bidar [this message]
2023-10-22  8:50 ` [BUG] org-icalendar-include-todo keyword doesn't include entries with keyword [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)] 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=87ttqjirrv.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).