emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Capture abort: Symbol’s function definition is void: turn-on-org-provide
@ 2021-09-23 12:38 Joseph Vidal-Rosset
  2021-09-23 12:47 ` Re : " Joseph Vidal-Rosset
  2021-09-23 15:28 ` Daniel Fleischer
  0 siblings, 2 replies; 9+ messages in thread
From: Joseph Vidal-Rosset @ 2021-09-23 12:38 UTC (permalink / raw)
  To: emacs-orgmode

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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re : Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 12:38 Capture abort: Symbol’s function definition is void: turn-on-org-provide Joseph Vidal-Rosset
@ 2021-09-23 12:47 ` Joseph Vidal-Rosset
  2021-09-23 15:28 ` Daniel Fleischer
  1 sibling, 0 replies; 9+ messages in thread
From: Joseph Vidal-Rosset @ 2021-09-23 12:47 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: emacs-orgmode

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 <joseph@vidal-rosset.net> 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.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 12:38 Capture abort: Symbol’s function definition is void: turn-on-org-provide Joseph Vidal-Rosset
  2021-09-23 12:47 ` Re : " Joseph Vidal-Rosset
@ 2021-09-23 15:28 ` Daniel Fleischer
  2021-09-23 15:59   ` Joseph Vidal-Rosset
  1 sibling, 1 reply; 9+ messages in thread
From: Daniel Fleischer @ 2021-09-23 15:28 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: emacs-orgmode

Joseph Vidal-Rosset <joseph@vidal-rosset.net> 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 15:28 ` Daniel Fleischer
@ 2021-09-23 15:59   ` Joseph Vidal-Rosset
  2021-09-23 16:02     ` John Kitchin
  2021-09-23 16:12     ` Ihor Radchenko
  0 siblings, 2 replies; 9+ messages in thread
From: Joseph Vidal-Rosset @ 2021-09-23 15:59 UTC (permalink / raw)
  To: Daniel Fleischer; +Cc: emacs-orgmode



Le 23/09/2021 à 17:28, Daniel Fleischer a écrit :
> Joseph Vidal-Rosset <joseph@vidal-rosset.net> 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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 15:59   ` Joseph Vidal-Rosset
@ 2021-09-23 16:02     ` John Kitchin
  2021-09-23 16:05       ` Joseph Vidal-Rosset
  2021-09-23 16:12     ` Ihor Radchenko
  1 sibling, 1 reply; 9+ messages in thread
From: John Kitchin @ 2021-09-23 16:02 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: org-mode-email, Daniel Fleischer

[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]

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 <joseph@vidal-rosset.net> 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.
>
>
>

[-- Attachment #2: Type: text/html, Size: 3069 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 16:02     ` John Kitchin
@ 2021-09-23 16:05       ` Joseph Vidal-Rosset
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Vidal-Rosset @ 2021-09-23 16:05 UTC (permalink / raw)
  To: John Kitchin; +Cc: org-mode-email, Daniel Fleischer



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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 15:59   ` Joseph Vidal-Rosset
  2021-09-23 16:02     ` John Kitchin
@ 2021-09-23 16:12     ` Ihor Radchenko
  2021-09-23 16:41       ` Re : " Joseph Vidal-Rosset
  1 sibling, 1 reply; 9+ messages in thread
From: Ihor Radchenko @ 2021-09-23 16:12 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: emacs-orgmode, Daniel Fleischer

Joseph Vidal-Rosset <joseph@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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 16:12     ` Ihor Radchenko
@ 2021-09-23 16:41       ` Joseph Vidal-Rosset
  2021-10-02 10:12         ` Ihor Radchenko
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Vidal-Rosset @ 2021-09-23 16:41 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Daniel Fleischer, emacs-orgmode

Le jeudi 23 septembre 2021 à 18:12, Ihor Radchenko <yantar92@gmail.com> a écrit :

> Joseph Vidal-Rosset joseph@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 \b\203\x10\0	\306=\203\x10\0\307\x02\310\232!\x12\x01\311\267\202\x1d\0\312\x01!\207\313 \207p\314\303!\203/\0\v\203/\0\315\f\316"\202<\0\3171:\0\320\321!0\202<\0\210\321
\206C\0\322\x03!\321\x0e@\206R\0\323 \205R\0`\324 {\262\x01\211;\203a\0\325\326\x02G\327\x04$\210\x02;\203o\0\325\326\x04G\330\x06\x06$\210\x01\331\267\202\201\0\332\333!\202\204\x01\334\335!\202\204\x01\336\x02!\210\337 \210\340\341\x05\342\343\x06\b!\206\240\0\344\345!\205\240\0\346\x06\b\x0eA"@\347\343\x06
!\205\256\0\350\343\x06\v!!\316\x06
\351\x06
\352\353 \354
\206\276\0\355 &\x0e\210\356\x06\x06\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\x03!"\262\x01\210\371\372!\x16B\3731\x01\x01\374\371\375!@\376=!0\2020\x01\377p!\203\x19\x01\201E\0\201F\0\201G\0 "\203\x19\x01\365p!\210\201H\0\371\352!!\210\366\201I\0\371\201J\0!\370\x04!#\262\x01\210\201K\0\201L\0!\203x\x01\371\201M\0!\203x\x01\201N\01s\x01\201O\0 \203\\x01\340\201P\0\201Q\0\x0eC!"\210\201R\0 \210\201S\0\201D\0!\210\201T\0\211\x16D0\202w\x01\210\202x\x01\210\371\201U\0!\205\204\x01\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.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
  2021-09-23 16:41       ` Re : " Joseph Vidal-Rosset
@ 2021-10-02 10:12         ` Ihor Radchenko
  0 siblings, 0 replies; 9+ messages in thread
From: Ihor Radchenko @ 2021-10-02 10:12 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Daniel Fleischer, emacs-orgmode

Joseph Vidal-Rosset <joseph@vidal-rosset.net> 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-02 10:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 12:38 Capture abort: Symbol’s function definition is void: turn-on-org-provide Joseph Vidal-Rosset
2021-09-23 12:47 ` Re : " Joseph Vidal-Rosset
2021-09-23 15:28 ` Daniel Fleischer
2021-09-23 15:59   ` Joseph Vidal-Rosset
2021-09-23 16:02     ` John Kitchin
2021-09-23 16:05       ` Joseph Vidal-Rosset
2021-09-23 16:12     ` Ihor Radchenko
2021-09-23 16:41       ` Re : " Joseph Vidal-Rosset
2021-10-02 10:12         ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).