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