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

2016-02-08 Thread Thorsten Jolitz
童俊翔 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) >

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

2016-02-07 Thread 童俊翔
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