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 setting tags is actually used for
sending the note.

Maybe as a workaround you can use a new keybinding for setting tags
through `org-set-tags':

  (define-key org-mode-map "\C-cc" 'org-set-tags)

HTH,

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: 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