emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 'C-c a s' sometimes gives as result the END of an inelinetask
@ 2022-12-26 20:24 Alain.Cochard
  2022-12-27 10:15 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Alain.Cochard @ 2022-12-26 20:24 UTC (permalink / raw)
  To: emacs-orgmode


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 ]



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 'C-c a s' sometimes gives as result the END of an inelinetask
  2022-12-26 20:24 'C-c a s' sometimes gives as result the END of an inelinetask Alain.Cochard
@ 2022-12-27 10:15 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-12-27 10:15 UTC (permalink / raw)
  To: alain.cochard; +Cc: emacs-orgmode

Alain.Cochard@unistra.fr writes:

> Here is a minimal example: file debug2.org which contains
>
>    * foo
>    *************** inlt
>    ininlt
>    *************** END
>    bar
>
> ...
> Then I do
>
>    M-x org-agenda <RET> < s bar <RET>

Thanks for reporting!
Fixed on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fc4bbb28f

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-27 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 20:24 'C-c a s' sometimes gives as result the END of an inelinetask Alain.Cochard
2022-12-27 10:15 ` Ihor Radchenko

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).