From: "Florian Lindner" <mailinglists@xgm.de> To: emacs-orgmode@gnu.org Subject: error "Can’t expand minibuffer to full frame" Date: Mon, 22 Feb 2021 15:42:57 +0100 Message-ID: <47-6033c300-d-3286d4c0@154476593> (raw) [-- Attachment #1: Type: text/plain, Size: 922 bytes --] Hello, I try to configure my org mode (Org mode version ( @ /lhome/lindnfl/.emacs.d/elpa/org-9.4.4/)) to ask for a note and also for a specific property when moving a state to WAIT. For that I use (setq org-todo-keywords '((sequence "NEXT" "TODO" "WAIT(w@)" "|" "DONE(d!)" "NODO(n@)")) org-log-into-drawer t ) (defun flo/org-state-change() (when (string= org-state "WAIT") (org-set-property "DELEGATED_TO" (read-string "Delegate To: ")))) (setq org-after-todo-state-change-hook 'flo/org-state-change) However, I suspect the state-change-hook and the note when leaving WAIT state conflict: Error in post-command-hook (org-add-log-note): (error "Can’t expand minibuffer to full frame") resulting in that I am only asked to set the property, note the note. What can i do about it? I don't really care in which order I enter the two note / property. Thanks, Florian [-- Attachment #2: Type: text/html, Size: 1065 bytes --]
next reply other threads:[~2021-02-22 14:43 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-02-22 14:42 Florian Lindner [this message] 2021-02-22 16:58 ` TRS-80
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=47-6033c300-d-3286d4c0@154476593 \ --to=mailinglists@xgm.de \ --cc=emacs-orgmode@gnu.org \ --subject='Re: error "Can’t expand minibuffer to full frame"' \ /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
unofficial mirror of emacs-orgmode@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/orgmode/0 orgmode/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 orgmode orgmode/ https://yhetil.org/orgmode \ emacs-orgmode@gnu.org public-inbox-index orgmode Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.yhetil.org/yhetil.emacs.orgmode nntp://news.gmane.io/gmane.emacs.orgmode code repositories for project(s) associated with this inbox: orgmode.git.git (no URL configured) AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git