emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Joseph Vidal-Rosset <joseph@vidal-rosset.net>
To: Daniel Fleischer <danflscr@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide
Date: Thu, 23 Sep 2021 15:59:29 +0000	[thread overview]
Message-ID: <f8e365ab-721f-2a1f-f065-005fd667614b@vidal-rosset.net> (raw)
In-Reply-To: <m2czozfh0m.fsf@gmail.com>



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.



  reply	other threads:[~2021-09-23 16:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8e365ab-721f-2a1f-f065-005fd667614b@vidal-rosset.net \
    --to=joseph@vidal-rosset.net \
    --cc=danflscr@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).