From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Thole" Subject: Re: Ticket Management integration, muse mode, etc Date: Tue, 20 Jan 2009 15:21:28 -0600 Message-ID: References: <87ljt5n7zz.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2085072036==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPO2T-000259-6y for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 16:21:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPO2O-00024w-0A for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 16:21:36 -0500 Received: from [199.232.76.173] (port=43366 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPO2N-00024t-PX for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 16:21:31 -0500 Received: from fk-out-0910.google.com ([209.85.128.190]:18943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPO2N-0008Hx-7u for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 16:21:31 -0500 Received: by fk-out-0910.google.com with SMTP id 19so59223fkr.10 for ; Tue, 20 Jan 2009 13:21:28 -0800 (PST) In-Reply-To: <87ljt5n7zz.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: emacs-orgmode@gnu.org --===============2085072036== Content-Type: multipart/alternative; boundary="----=_Part_31772_17514937.1232486488641" ------=_Part_31772_17514937.1232486488641 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you to the both of you for responding so quickly. Basically the reasoning why I' doing all this is to try and take more detailed notes on stuff that maybe the end user should not see in the ticket - which right now I kinda have to do. I still want to capture this information, so muse-mode kinda made partial sense for documentation needs. The goal again is really to have my own "private notes" in the end. Matthew hit it right on the head about what I was trying to do - and that's using the file. I apologize for my newbieness with org-mode (I admit while I've used it awhile, I never really scratched much more than the bare surface of this extension), and yes the following would work perfectly fine. The only problem is that a lot of my stuff is automatically generated in one of the files - so keeping notes in the same file complicate matters a bit when it comes to my matching those notes in regard to the next entry. I don't know if I'm being clear about what I'm bringing up, but Matt's post really helped in explaining how to get by with what I feel I need now - but I think I'll need to spend some time and reconsider all this. Thanks, David On Tue, Jan 20, 2009 at 12:32 PM, Matthew Lundin wrote: > > "David Thole" writes: > > > > The problem I'm thinking is that I wouldn't mind pulling this information > in > > my script down to the disk, into muse-mode - so creating my own TOC, and > my > > own files for each issue (say, [[Issue1000]]) What I'd like to do, > though, is > > in the org-file, to have [[Issue1000]] in the file (e.g. ** TODO: [[Issue > > 1000]]) or maybe a subitem, (e.g. *** [[Issue1000]]) and have it link to > the > > muse mode file itself. > > Why doesn't the following work for you? > > ,---- > | *** [[file:/path/to/muse/Issue1000][Issue1000]] > `---- > > You can type C-u C-c C-l within org for a prompt to link to a file. > > Or you can type C-c l in the Muse file to store the link and C-c C-l > in org-mode to insert the link. > > The manual has a very clear section on hyperlinks. > > That said, is there a compelling reason for you to keep your notes in > muse rather than org-mode? Org-mode was created to handle both > ticket/task management and note taking in the same file. You could > keep all the relevant notes (and any data pairs as properties) under > each issue headline. E.g. > > ,---- > | *** TODO Issue 1000 > | > | Notes and subheadings go here. > `---- > > Feel free to let me know if I am misunderstanding the nature of the > problem. > > Best, > Matt > ------=_Part_31772_17514937.1232486488641 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you to the both of you for responding so quickly.

Basically the reasoning why I' doing all this is to try and take more detailed notes on stuff that maybe the end user should not see in the ticket - which right now I kinda have to do.  I still want to capture this information, so muse-mode kinda made partial sense for documentation needs.   The goal again is really to have my own "private notes" in the end.

Matthew hit it right on the head about what I was trying to do - and that's using the file.  I apologize for my newbieness with org-mode (I admit while I've used it awhile, I never really scratched much more than the bare surface of this extension), and yes the following would work perfectly fine.  The only problem is that a lot of my stuff is automatically generated in one of the files - so keeping notes in the same file complicate matters a bit when it comes to my matching those notes in regard to the next entry.

I don't know if I'm being clear about what I'm bringing up, but Matt's post really helped in explaining how to get by with what I feel I need now - but I think I'll need to spend some time and reconsider all this.

Thanks,

David


On Tue, Jan 20, 2009 at 12:32 PM, Matthew Lundin <mdl@imapmail.org> wrote:

"David Thole" <dthole@gmail.com> writes:
>
> The problem I'm thinking is that I wouldn't mind pulling this information in
> my script down to the disk, into muse-mode - so creating my own TOC, and my
> own files for each issue (say, [[Issue1000]])  What I'd like to do, though, is
> in the org-file, to have [[Issue1000]] in the file (e.g. ** TODO: [[Issue
> 1000]]) or maybe a subitem, (e.g. *** [[Issue1000]]) and have it link to the
> muse mode file itself.

Why doesn't the following work for you?

,----
| *** [[file:/path/to/muse/Issue1000][Issue1000]]
`----

You can type C-u C-c C-l within org for a prompt to link to a file.

Or you can type C-c l in the Muse file to store the link and C-c C-l
<up> in org-mode to insert the link.

The manual has a very clear section on hyperlinks.

That said, is there a compelling reason for you to keep your notes in
muse rather than org-mode? Org-mode was created to handle both
ticket/task management and note taking in the same file. You could
keep all the relevant notes (and any data pairs as properties) under
each issue headline. E.g.

,----
| *** TODO Issue 1000
|
| Notes and subheadings go here.
`----

Feel free to let me know if I am misunderstanding the nature of the
problem.

Best,
Matt

------=_Part_31772_17514937.1232486488641-- --===============2085072036== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============2085072036==--