Re: [Orgmode] tagging during creation

2007-11-04 Thread Carsten Dominik
On 4Nov2007, at 2:05 PM, Bastien wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: - (org-set-local 'org-tag-alist nil) + (org-set-local 'org-tag-alist org-tag-alist) I don't think this patch is correct. This code is only executed when there is a #+TAGS line in the buffer

Re: [Orgmode] tagging during creation

2007-11-04 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: >> - (org-set-local 'org-tag-alist nil) >> + (org-set-local 'org-tag-alist org-tag-alist) > > I don't think this patch is correct. This code is only executed when > there is a #+TAGS line in the buffer, and then it needs to be > executed, to o

Re: [Orgmode] tagging during creation

2007-11-03 Thread Carsten Dominik
On 31Oct2007, at 4:17 PM, Bastien wrote: Richard G Riley <[EMAIL PROTECTED]> writes: (define-key org-mode-map "\C-cc" 'org-set-tags) HTH, And how to do with the proper tags interface showing "tab for free" etc so I can see the existing tags to choose from ? e.g as you currently get

Re: [Orgmode] tagging during creation

2007-10-31 Thread Bastien
Richard G Riley <[EMAIL PROTECTED]> writes: >> (define-key org-mode-map "\C-cc" 'org-set-tags) >> >> HTH, > > And how to do with the proper tags interface showing "tab for free" etc > so I can see the existing tags to choose from ? e.g as you currently get > when you hit C-c C-c C-c in an org fi

Re: [Orgmode] tagging during creation

2007-10-31 Thread Bastien
Richard G Riley <[EMAIL PROTECTED]> writes: > Is it possible to set tags from withing the org-remember entry buffer? I > find myself using tags more and more for filtering and marking items and > would like to apply tags during the task/org-item creation phase. Yes, the usual C-c C-c binding for

[Orgmode] tagging during creation

2007-10-31 Thread Richard G Riley
Is it possible to set tags from withing the org-remember entry buffer? I find myself using tags more and more for filtering and marking items and would like to apply tags during the task/org-item creation phase. ___ Emacs-orgmode mailing list Remember