emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] symbol's function definition is void: org-find-property


From: Thorsten Jolitz
Subject: Re: [O] symbol's function definition is void: org-find-property
Date: Mon, 08 Feb 2016 21:01:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

童俊翔 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]