emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* symbol's function definition is void: org-find-property
@ 2016-02-08  5:04 童俊翔
  2016-02-08 20:01 ` Thorsten Jolitz
  0 siblings, 1 reply; 2+ messages in thread
From: 童俊翔 @ 2016-02-08  5:04 UTC (permalink / raw)
  To: Org mode

I want to use capture, the following is my configuration in .emacs


;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

;;capture template
(setq org-capture-templates
  '(("t" "Todo" entry (file+headline "~/360Cloud/GTD/gtd.org" "Tasks")
	 "* TODO %?\n %i\n %a")
	("j" "Journal" entry (file+datetree "~/360Cloud/GTD/journal.org")
	 "* %?\nEntered on %U\n %i\n %a")))

When I press C-cc, j,  it doesn’t work, and i promoted that: symbol's function definition is void: org-find-property.
What’s the problem?
Thank you for your help!

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

* Re: symbol's function definition is void: org-find-property
  2016-02-08  5:04 symbol's function definition is void: org-find-property 童俊翔
@ 2016-02-08 20:01 ` Thorsten Jolitz
  0 siblings, 0 replies; 2+ messages in thread
From: Thorsten Jolitz @ 2016-02-08 20:01 UTC (permalink / raw)
  To: emacs-orgmode

童俊翔 <tongjunxiang@gmail.com> writes:

> I want to use capture, the following is my configuration in .emacs
>
>
> ;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
> (global-set-key "\C-cl" 'org-store-link)
> (global-set-key "\C-cc" 'org-capture)
> (global-set-key "\C-ca" 'org-agenda)
> (global-set-key "\C-cb" 'org-iswitchb)
>
> ;;capture template
> (setq org-capture-templates
>   '(("t" "Todo" entry (file+headline "~/360Cloud/GTD/gtd.org" "Tasks")
> 	 "* TODO %?\n %i\n %a")
> 	("j" "Journal" entry (file+datetree "~/360Cloud/GTD/journal.org")
> 	 "* %?\nEntered on %U\n %i\n %a")))
>
> When I press C-cc, j,  it doesn’t work, and i promoted that: symbol's function definition is void: org-find-property.
> What’s the problem?
> Thank you for your help!

What does 

,----[ C-h f org-find-property RET ]
| org-find-property is a compiled Lisp function in `org.el'.
| [...]
`----

say?

Your "M-x org-version"?
Do you have more than one Org-mode installed?

-- 
cheers,
Thorsten

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

end of thread, other threads:[~2016-02-08 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08  5:04 symbol's function definition is void: org-find-property 童俊翔
2016-02-08 20:01 ` Thorsten Jolitz

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