Thank you very much ! Le mar. 11 juin 2024 à 07:28, Ihor Radchenko a écrit : > Clément Payard writes: > > > init.el configuration : > > --------- > > (add-to-list 'load-path “/home/.../org-mode/lisp”) > > > > (require 'org-capture) > > > > (setq org-capture-templates > > '((“t” “Todo” entry (file+headline > > “/home/user/Testdedossier/src/.emacs.d/test.org” “Tasks”) > > “* TODO %^{Name task}\n %i\n %a”))) > > > > (global-set-key (kbd “C-c c”) 'org-capture) > > --------- > > > > Now, call org-capture, select "t". IN creating the "title" = "Name Task" > of > > the first capture, call up a second capture. Finish the second capture. > > Return to the first capture's title/“Name task”. End the first capture's > > “Name task”, and note the error: > > condition-case: Capture abort: Selecting deleted buffer > > > > Expected behaviour: correct completion of first capture. > > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=331086ebe > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at . > Support Org development at , > or support my work at >