emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Remember template with pre-defined TAGS
@ 2010-09-20 20:35 Marcelo de Moraes Serpa
  2010-09-20 20:40 ` Marcelo de Moraes Serpa
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo de Moraes Serpa @ 2010-09-20 20:35 UTC (permalink / raw)
  To: Org Mode

Hello all,

So, my team is using onelogin in a distributed form (through git) to
track feature (user-stories) and bugs. We track them by simple tags --
:BUG: / :FEATURE: + A tag that specifies the project -- i.e:

* TODO Fix the bug no #434 :PROJECT_NAME:BUG:

It works pretty well, we have a common gtd file with all these items,
and then just do a C-a m and search for PROJECT_NAME+BUG and there we
get all the outstanding bugs.

What I'd like to do is to allow developers to quickly input bugs, just
like a remember template, but that include tags by default, so only
the topic would be needed. Is it possible without too much elisp
hacking?

Thanks in advance,

Marcelo.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Remember template with pre-defined TAGS
  2010-09-20 20:35 Remember template with pre-defined TAGS Marcelo de Moraes Serpa
@ 2010-09-20 20:40 ` Marcelo de Moraes Serpa
  2010-09-20 22:18   ` Sébastien Vauban
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo de Moraes Serpa @ 2010-09-20 20:40 UTC (permalink / raw)
  To: Org Mode

On Mon, Sep 20, 2010 at 3:35 PM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> wrote:
> Hello all,
Duh, I should really try things out before asking :S

It just came to my mind that tags are, ermm, just strings, and I just did that:

     ("Bug" ?b "*** TODO %^{Description} :PROJECT_NAMEBUG:\nAdded:
%U", "~/org/gtd/gtd.org")

Simple and works like a charm!

Sorry about the stupid question. Hopefully this message archive can
teach someone else to try things out first before shooting emails.

Marcelo.

> So, my team is using onelogin in a distributed form (through git) to
> track feature (user-stories) and bugs. We track them by simple tags --
> :BUG: / :FEATURE: + A tag that specifies the project -- i.e:
>
> * TODO Fix the bug no #434 :PROJECT_NAME:BUG:
>
> It works pretty well, we have a common gtd file with all these items,
> and then just do a C-a m and search for PROJECT_NAME+BUG and there we
> get all the outstanding bugs.
>
> What I'd like to do is to allow developers to quickly input bugs, just
> like a remember template, but that include tags by default, so only
> the topic would be needed. Is it possible without too much elisp
> hacking?
>
> Thanks in advance,
>
> Marcelo.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Remember template with pre-defined TAGS
  2010-09-20 20:40 ` Marcelo de Moraes Serpa
@ 2010-09-20 22:18   ` Sébastien Vauban
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Vauban @ 2010-09-20 22:18 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Marcelo,

Marcelo de Moraes Serpa wrote:
>> * TODO Fix the bug no #434 :PROJECT_NAME:BUG:
>>
>> What I'd like to do is to allow developers to quickly input bugs, just
>> like a remember template, but that include tags by default, so only
>> the topic would be needed. Is it possible without too much elisp
>> hacking?
>
> It just came to my mind that tags are, ermm, just strings, and I just did
> that:
>
>      ("Bug" ?b "*** TODO %^{Description} :PROJECT_NAMEBUG:\nAdded:
> %U", "~/org/gtd/gtd.org")

For my own understanding, some questions/comments:

- is your bug number coming from elsewhere?

- do you have links to a BugZilla tracking system, or something similar?

- why not using =%^G= in your template for prompting for tags (with completion
  on tags in all agenda files), in case the project name could have to be
  specified more dynamically?

Best regards,
  Seb

-- 
Sébastien Vauban


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-20 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-20 20:35 Remember template with pre-defined TAGS Marcelo de Moraes Serpa
2010-09-20 20:40 ` Marcelo de Moraes Serpa
2010-09-20 22:18   ` Sébastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).