emacs-orgmode
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
error "Can’t expand minibuffer to full frame"
From
:
Florian Lindner
Subject
:
error "Can’t expand minibuffer to full frame"
Date
:
Mon, 22 Feb 2021 15:42:57 +0100
User-agent
:
SOGoMail 5.0.1
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
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
error "Can’t expand minibuffer to full frame"
,
Florian Lindner
<=
Re: error "Can’t expand minibuffer to full frame"
,
TRS-80
,
2021/02/22
Prev by Date:
Bug: org-mode babel tibble output ANSI colour codes are included literally [9.4.4 (9.4.4-25-g3a522a-elpa @ /home/japhir/.emacs.d/elpa/org-20210222/)]
Next by Date:
RE: state of the art in org-mode tables e.g. join, etc
Previous by thread:
Bug: org-mode babel tibble output ANSI colour codes are included literally [9.4.4 (9.4.4-25-g3a522a-elpa @ /home/japhir/.emacs.d/elpa/org-20210222/)]
Next by thread:
Re: error "Can’t expand minibuffer to full frame"
Index(es):
Date
Thread