Re: [O] Using Variable in Org-capture configuration

2011-03-23 Thread Chao LU
Yes, the latest version of org 7.5 works! Thanks~ Chao On Tue, Mar 22, 2011 at 12:56 PM, Carsten Dominik wrote: > > On 22.3.2011, at 15:25, Chao LU wrote: > > > Dear all, > > > > Just writing to see if it is possible to use variable in org-capture > configuration, like this > > > > (setq org-

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Carsten Dominik
On 22.3.2011, at 15:25, Chao LU wrote: > Dear all, > > Just writing to see if it is possible to use variable in org-capture > configuration, like this > > (setq org-capture-templates >'(("t" "Todo" entry (file "~/org/refile.org") "* TODO %?\n %i\n > %a" :prepend t))) >

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Erik Iverson
Chao, I believe I had the exact same issue, caused the exact same use case, i.e., Dropbox. Read David's answer and see if it helps: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29029.html Chao LU wrote: Dear all, Just writing to see if it is possible to use variable in org-capture

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Nick Dokos
Chao LU wrote: > Dear all, > > Just writing to see if it is possible to use variable in org-capture > configuration, like this > >  (setq org-capture-templates >    '(("t" "Todo" entry (file "~/org/refile.org") "* TODO %?\n  %i\n  > %a" :prepend t))) >

[O] Using Variable in Org-capture configuration

2011-03-22 Thread Chao LU
Dear all, Just writing to see if it is possible to use variable in org-capture configuration, like this (setq org-capture-templates '(("t" "Todo" entry (file *"~/org/refile.org"*) "* TODO %?\n %i\n %a" :prepend t))) --