Re: Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-10-02 Thread Ihor Radchenko
Joseph Vidal-Rosset  writes:

> I got the following backtrace:

Err... This looks strange. Can you try re-installing Org? Or otherwise
go to org-capture.el, M-x eval-buffer, and try to get backtrace again
(hopefully, it can become more readable then).

Best,
Ihor



Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Le jeudi 23 septembre 2021 à 18:12, Ihor Radchenko  a écrit 
:

> Joseph Vidal-Rosset jos...@vidal-rosset.net writes:
>
> > But nowhere in this file have function " turn-on-org-provide" . :(
> >
> > A suggestion?
>
> Try to setting debug-on-error to 't and share backtrace of the error.
>
> Best,
>
> Ihor

I got the following backtrace:

#[512 \203\0  \306=\203\0\307\310\232!\311\267\202\0\312!\207\313 
\207p\314\303!\203/\0\203/\0\315\316"\202<\0\3171:\0\320\321!0\202<\0\210\321
\206C\0\322!\321@\206R\0\323 \205R\0`\324 
{\262\211;\203a\0\325\326G\327$\210;\203o\0\325\326G\330$\210\331\267\202\201\0\332\333!\202\204\334\335!\202\204\336!\210\337
 \210\340\341\342\343!\206\240\0\344\345!\205\240\0\346A"@\347\343
!\205\256\0\350\343!!\316
\351
\352\353 \354
\206\276\0\355 &\210\356\326\232\205\312\0\357!\210\3601\331\0\340\361\362 
"0\202\353\0\363\364!\203\343\0\365\364!\210\366\367\370!"\262\210\371\372!B\3731\374\371\375!@\376=!0\2020\377p!\203\201E\0\201F\0\201G\0
 
"\203\365p!\210\201H\0\371\352!!\210\366\201I\0\371\201J\0!\370!#\262\210\201K\0\201L\0!\203x\371\201M\0!\203x\201N\01s\201O\0
 \203\\340\201P\0\201Q\0C!"\210\201R\0 
\210\201S\0\201D\0!\210\201T\0\211D0\202w\210\202x\210\371\201U\0!\205\204\201V\0
 \207 [org-capture-use-agenda-date major-mode org-overriding-default-time 
org-capture-link-is-already-stored org-store-link-plist org-capture-entry 
org-agenda-mode org-get-cursor-date 1 #s(hash-table size 2 test equal 
rehash-size 1.5 rehash-threshold 0.8125 purecopy t data ((4) 22 (16) 26)) ...] 
21 (/home/joseph/.emacs.d/elpa/org-plus-contrib-20210920/org-capture.elc . 
24239) P]: Capture abort: Symbol’s function definition is void: 
turn-on-org-provide

If this backtrace provides some clue... please, telle me.

All the best,

Jo.



Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Ihor Radchenko
Joseph Vidal-Rosset  writes:

> But nowhere in this file have function " turn-on-org-provide" . :(
>
> A suggestion?

Try to setting debug-on-error to 't and share backtrace of the error.

Best,
Ihor



Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread John Kitchin
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 <
jos...@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.
>
>
>


Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset



Le 23/09/2021 à 18:02, John Kitchin a écrit :
> you should use describe-variable on org-capture-templates. Maybe some
> other package has added to it.
> John

Many thanks John, I am going to try this way!

Best wishes,

Jo.




Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset



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.




Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Daniel Fleischer
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



Re : Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
I did not say that I'm using Prelude Emacs. Maybe it can be useful to solve my 
problem.

‐‐‐ Original Message ‐‐‐

Le jeudi 23 septembre 2021 à 14:38, Joseph Vidal-Rosset 
 a écrit :

> Hello,
>
> My problem is already explained in the subject of this email.
>
> 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
>
> I've tried to Google this bug, getting no result. Your help is welcome.
>
> Thanks,
>
> Best wishes,
>
> Jo.



Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Hello,

My problem is already explained in the subject of this email.

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

I've tried to Google this bug, getting no result. Your help is welcome.

Thanks,

Best wishes,

Jo.