emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-contacts problem
@ 2021-02-04  6:06 Raoul Comninos
  2021-02-05  4:35 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Raoul Comninos @ 2021-02-04  6:06 UTC (permalink / raw)
  To: emacs-orgmode


I have set up an org-capture template with the exact example provided in org-contacts.el and I get this error:

* %![Error: (void-function org-contacts-template-name)]
:PROPERTIES:
:EMAIL: %![Error: (void-function org-contacts-template-email)]
:PHONE:
:ALIAS:
:NICKNAME:
:IGNORE:
:ICON:
:NOTE:
:ADDRESS:
:BIRTHDAY:
:END:

My code is:

        ("$" "Contacts" entry (file "~/diary/contacts.org")
	 "* %(org-contacts-template-name)
:PROPERTIES:
:EMAIL: %(org-contacts-template-email)
:PHONE:
:ALIAS:
:NICKNAME:
:IGNORE:
:ICON:
:NOTE:
:ADDRESS:
:BIRTHDAY:
:END:")

Can someone perhaps guide me?
-- 


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

* Re: org-contacts problem
  2021-02-04  6:06 org-contacts problem Raoul Comninos
@ 2021-02-05  4:35 ` Ihor Radchenko
  2021-02-05  5:15   ` Raoul Comninos
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2021-02-05  4:35 UTC (permalink / raw)
  To: Raoul Comninos, emacs-orgmode

Raoul Comninos <revrari@mweb.co.za> writes:
> Can someone perhaps guide me?

You need to tell Emacs to load org-contacts:

(require 'org-contacts)

Best,
Ihor

 


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

* Re: org-contacts problem
  2021-02-05  4:35 ` Ihor Radchenko
@ 2021-02-05  5:15   ` Raoul Comninos
  0 siblings, 0 replies; 3+ messages in thread
From: Raoul Comninos @ 2021-02-05  5:15 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

Ihor Radchenko <yantar92@gmail.com> writes:

> Raoul Comninos <revrari@mweb.co.za> writes:
>> Can someone perhaps guide me?
>
> You need to tell Emacs to load org-contacts:
>
> (require 'org-contacts)
>
> Best,
> Ihor

It worked. You are a genius! Thank you.
-- 



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

end of thread, other threads:[~2021-02-05  5:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  6:06 org-contacts problem Raoul Comninos
2021-02-05  4:35 ` Ihor Radchenko
2021-02-05  5:15   ` Raoul Comninos

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).