emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] tagging during creation


From: Bastien
Subject: Re: [Orgmode] tagging during creation
Date: Wed, 31 Oct 2007 14:04:41 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Richard G Riley <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]