Re: [O] Capture template using variable

2016-05-05 Thread Karl Voit
* Karl Voit wrote: > Hi Kaushal! > > * Kaushal Modi wrote: >> >> Try >> >> (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: >> %U\n:END:\n\n") >> >> (setq org-capture-templates >> `( ; Note the backquote here!! >> ("1" "first version with string" entry (file+headl

Re: [O] Capture template using variable

2016-05-05 Thread Karl Voit
Hi Kaushal! * Kaushal Modi wrote: > > Try > > (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: > %U\n:END:\n\n") > > (setq org-capture-templates > `( ; Note the backquote here!! > ("1" "first version with string" entry (file+headline > "~/share/all/org-mode/misc.o

Re: [O] Capture template using variable

2016-05-05 Thread Kaushal Modi
Try (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n") (setq org-capture-templates `( ; Note the backquote here!! ("1" "first version with string" entry (file+headline "~/share/all/org-mode/misc.org" "shorts") "* NEXT %?\n:PROPERTIES:\n:CREA

[O] Capture template using variable

2016-05-05 Thread Karl Voit
Hi! Why is capture template 2 not working ("Invalid capture template") and how can I fix it? Thanks! (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n") (setq org-capture-templates '( ("1" "first version with string" entry (file+headline "~/share/