emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9


From: Ihor Radchenko
Subject: Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]
Date: Tue, 03 May 2022 15:29:24 +0800

Uwe Brauer <oub@mat.ucm.es> writes:

> Here is one of the templates
>         ("mt" "Tutorias Headings"
>          entry (file+headline 
> "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" "Tutorials")
>          "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
> Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
>
> So I in my gnus message 
>
>     1. I fire up org-capture
>
>     2. I am asked to the Task, I type but then Emacs hangs, and I have
>        to abort the operation. That did not happen with git master
>        1f78ca45f8d534e51c1e30e9225d1da8b2e50650

Could you please provide detailed steps how to reproduce starting from
emacs -Q?

I am unable to trigger the hang using your template doing the following

1. cd path/to/org/repo/main/branch
2. make cleanall; make autoloads; emacs -Q -L ./lisp/ -l org -l /tmp/bug.el 
with bug.el:
(setq org-capture-templates '(("m" "Tutorias Headings"
         entry (file+headline "/tmp/tutorias.org" "Tutorials")
         "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
Subject :: %:subject\n- Date ::
%:date\n- Email :: %a\n\n%?\n%i")))

3. M-x gnus
4. m
5. Fill To and Subject fields of the message
6. M-x org-capture <RET> m
7. test <RET>
8. 1:test: <RET>
9. C-c C-c

Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]