On Wed, Jun 23, 2010 at 10:01 AM, Carsten Dominik
<carsten.domi...@gmail.com> wrote:
>
[..]
>> 1) tab completion on tags (
>> I have a couple of templates using ^g and ^G and they worked well with
>> org-remember, but don't work with org-capture. I hope I'm not missing
>> something here.
>
> I just tried - this is working well for me.

I think this has got something to do with org-directory, though I'm not sure.

My current set-up is enclosed below. Tab completion for tags (in all
agenda files) shows only the tags present in the worg-todo file, not
the ones in the notes file.

-------------------------------------------------
(setq org-directory "/data/life-in-plain-text/")

(custom-set-variables
 '(org-agenda-files (quote ("/data/life-in-plain-text/notes.org"
"~/Worg/worg-todo.org"))))

(setq org-capture-templates
      '(("t" "task" entry
        (file+headline "notes.org" "Refile")
        "* TODO %? %^G:\n  %U\n")))
-------------------------------------------------

Thanks,
Puneeth

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to