you should use describe-variable on org-capture-templates. Maybe some other package has added to it. John ----------------------------------- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Thu, Sep 23, 2021 at 12:01 PM Joseph Vidal-Rosset < joseph@vidal-rosset.net> wrote: > > > Le 23/09/2021 à 17:28, Daniel Fleischer a écrit : > > Joseph Vidal-Rosset writes: > > > >> To capture an email and to link this message for gnus, I get now this > >> error message: > >> > >> Capture abort: Symbol’s function definition is void: turn-on-org-provide > > > > What is your capture template? > > > > -- > > > > Daniel Fleischer > > In myagenda.el I have this function: > > (setq org-capture-templates > '( > ("t" "todo" entry (file+headline "~/Dropbox/Orgzly/todo.org" > "Tasks") > "* TODO [#A] %?\n > [[~/Dropbox/Orgzly/links.org::%(org-insert-time-stamp (org-read-date nil > t \"%:date\"))]] \n* %(org-insert-time-stamp (org-read-date nil t > \"%:date\")) %a " > ) > ("n" ; key > "note" ;name > entry ;type > (file+headline "~/Dropbox/Orgzly/notes.org" "Notes") ;target > "* NOTE du %(org-insert-time-stamp (org-read-date nil t > \"%:date\")) \n Voir %a " ; template > ) > ("H" "HOWTO: C-c C-s : schedule ; C-c C-d : deadline ; C-c C-w : > org-refile at a point; last: C-c C-t : DONE - F11-a: org-archive" > entry (file+headline "" "") "" > ) > ) > ) > > But nowhere in this file have function " turn-on-org-provide" . :( > > A suggestion? > > Many thanks, > > Jo. > > >