From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: symbol's function definition is void: org-find-property Date: Mon, 08 Feb 2016 21:01:50 +0100 Message-ID: <8737t3t1ht.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSs0d-0004Ap-0w for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 15:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSs0Z-0004w1-KG for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 15:02:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:41768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSs0Z-0004vr-Ds for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 15:02:03 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aSs0W-0008L5-3S for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 21:02:00 +0100 Received: from f050246229.adsl.alicedsl.de ([78.50.246.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Feb 2016 21:02:00 +0100 Received: from tjolitz by f050246229.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Feb 2016 21:02:00 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 童俊翔 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