Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-06-11 Thread Clément Payard
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”

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-06-11 Thread Ihor Radchenko
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

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-24 Thread Clément Payard
Yes, of course: 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”)))

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-24 Thread Clément Payard
Hi ! Sorry for the delay. Version: Org mode version 9.7-pre (9.7-pre-n/a-g1c5492) (I hope it's the last, I use elpaca). No, the behavior is not actually the same: for me (hoping my configuration doesn't interfere), everything goes “as expected”, except that the second capture cancels the first.

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-23 Thread Ihor Radchenko
Clément Payard writes: > Version: Org mode version 9.7-pre (9.7-pre-n/a-g1c5492) > (I hope it's the last, I use elpaca). > > No, the behavior is not actually the same: for me (hoping my configuration > doesn't interfere), everything goes “as expected”, except that the second > capture cancels

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-18 Thread Ihor Radchenko
Cletip Cletip writes: > It's almost the same as described here: > https://mail.gnu.org/archive/html/emacs-orgmode/2020-12/msg00199.html. BUT, > this only comes into play in the following case: > > Suppose you want to complete an org-capture template with this: “%^{Title}”. > When you call this

Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-17 Thread Cletip Cletip
Hello, It's almost the same as described here: https://mail.gnu.org/archive/html/emacs-orgmode/2020-12/msg00199.html. BUT, this only comes into play in the following case: Suppose you want to complete an org-capture template with this: “%^{Title}”. When you call this capture, the minibuffer