[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'C-c a s' sometimes gives as result the END of an inelinetask
From: |
Alain . Cochard |
Subject: |
'C-c a s' sometimes gives as result the END of an inelinetask |
Date: |
Mon, 26 Dec 2022 21:24:27 +0100 |
Here is a minimal example: file debug2.org which contains
* foo
*************** inlt
ininlt
*************** END
bar
I run
emacs -Q -l ~/.emacs
where .emacs contains only
(require 'org-inlinetask)
and which gives
GNU Emacs 27.2 (build 1, x86_64-redhat-linux-gnu, GTK+ Version
3.24.30, cairo version 1.17.4) of 2021-08-07
Org mode version 9.4.4 (release_9.4.4 @
/usr/share/emacs/27.2/lisp/org/)
Then I do
M-x org-agenda <RET> < s bar <RET>
and I see
Search words: bar
Press ‘[’, ‘]’ to add/sub word, ‘{’, ‘}’ to add/sub regexp, ‘C-u r’ for a
fresh search
debug2: END
I get the same thing with
emacs
which gives
Org mode version 9.5.5 (9.5.5-g8ef620 @
/home/cochard/.emacs.d/elpa/org-9.5.5/)
Finally, with
emacs -Q -l ~/.emacs.git
where .emacs.git contains only
(add-to-list 'load-path "~/Org/Coch-git/org-mode/lisp")
(require 'org-inlinetask)
and which gives
Org mode version 9.6 (release_9.6-145-gfd162e.dirty @
/home/cochard/Org/Coch-git/org-mode/lisp/)
then the cursor gets stuck in the minibuffer after the 2nd <RET> above
(hence, no result).
--
EOST (École et Observatoire des Sciences de la Terre)
ITE (Institut Terre & Environnement) | alain.cochard@unistra.fr
5 rue René Descartes [bureau 110] | Phone: +33 (0)3 68 85 50 44
F-67084 Strasbourg Cedex, France | [ slot available for rent ]
- 'C-c a s' sometimes gives as result the END of an inelinetask,
Alain . Cochard <=