From: Friedrich Delgado <taupan@gmail.com> To: emacs-orgmode@gnu.org Subject: Emacs brings itself to the foreground when preparing agenda with org-agenda-include-diary t Date: Fri, 29 May 2020 10:16:55 +0200 [thread overview] Message-ID: <CAFBegzTVPVcirUohfxM=BYtY+keT+yBX9wehsUF9eYKdaf2Yng@mail.gmail.com> (raw) [-- Attachment #1: Type: text/plain, Size: 1737 bytes --] Hi! I've set up my emacs to prepare the org-agenda whenever I start it up. While emacs starts up, I'm doing other things and it's frequently annoying me that emacs brings itself to the foreground (with qtile, if that's relevant). I've come up with the following minimal configuration that reproduces the issue for me (via emacs -Q -l ~/minimal-org.el): ,----[ minimal-org.el ] (require 'package) (add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) (package-initialize) (add-to-list 'load-path "~/lib/emacs/use-package/") (require 'use-package) (use-package org :ensure org-plus-contrib) (define-key global-map "\C-ca" 'org-agenda) (custom-set-variables '(org-agenda-files (quote ("~/Org/Collect.org" "~/Org/Common.org" "~/Org/Rechner.org" "~/Org/home/Familie.org" "~/Org/home/Haus.org" "~/Org/home/Gesundheit.org" "~/Org/home/Musik.org" "~/Org/home/Rechner.org" "~/Org/home/Sonstiges.org" "~/Org/home/Weiterentwicklung.org" "~/Org/work/Cert.org"))) '(org-agenda-include-diary t)) `---- When I comment out org-agenda-include-diary or set it to nil, the behaviour disappears. When I comment out my extensive set of large org-mode files, the behaviour disappears as well, but maybe just because I'm not fast enough to switch away from emacs before it happens. I'd like to be able to use org-agenda-include-diary but disable the behaviour that emacs raises itself. Please CC me in replies, as I'm not subscribed to this list. For completeness, I've been asked to file an issue against qtile, because they want to be able to prevent such behaviour from clients on the window manager side, and they're also dealing with focus problems recently. https://github.com/qtile/qtile/issues/1756 Best regards Friedel [-- Attachment #2: Type: text/html, Size: 2442 bytes --]
next reply other threads:[~2020-05-29 8:36 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-29 8:16 Friedrich Delgado [this message] 2020-09-05 13:58 ` Bastien
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='CAFBegzTVPVcirUohfxM=BYtY+keT+yBX9wehsUF9eYKdaf2Yng@mail.gmail.com' \ --to=taupan@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Emacs brings itself to the foreground when preparing agenda with org-agenda-include-diary t' \ /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
Code repositories for project(s) associated with this 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).