Jim Ottaway <[EMAIL PROTECTED]> writes: >>>>>> Michael Olson <[EMAIL PROTECTED]> writes: > >> Can someone please take a look at this and send a patch to address the >> issue, if it wouldn't be too inconvenient? I'm not very familiar with >> this part of the Planner source code, and I don't have any time this >> weekend to fix the problem. > >> [Original email message follows, enclosed with permission] > >> From: David Ellis <[EMAIL PROTECTED]> >> Subject: Re: problem with planner-muse >> To: Michael Olson <[EMAIL PROTECTED]> >> Date: Thu, 20 Oct 2005 13:22:55 -0500 > >> Michael, > >> I was one of those with the extra bracket problem. I am not seeing the extra >> brackets now, but some of the links in tasks with mulitple links are now >> disappearing. > >> I sent the following to the group earlier, but I want to get your feedback. > >> Here is are the tasks from my plan page from yesterday : >> * Tasks > >> #B _ Review =DBUpdate= source code (2005.10.19 [[¶CorpPubDBUpdate]] >> [EMAIL PROTECTED] [[All]]) >> #B _ Review =V_TSOReport.pas= (2005.10.19 [[¶CorpPubDBUpdate]] [EMAIL >> PROTECTED] >> [[All]]) >> #B _ Review =BloombergTypes.rinse= (2005.10.19 [[¶CorpPubDBUpdate]] >> [EMAIL PROTECTED] [[All]]) >> #B _ Determine fields that need to be added to our db >> (2005.10.19[[¶CorpPubDBUpdate]] [EMAIL PROTECTED] [[All]]) >> #B _ Review Bloomberg info from David T (2005.10.19 [[¶CorpPubDBUpdate]] >> [EMAIL PROTECTED] [[All]]) >> #B _ Confirm with Sherry Wiese that she is no longer using the fields that >> begin with dsc_ in the trust table. (2005.10.19 [[¶Fees%20and%20Charges]] >> [EMAIL PROTECTED] [[All]]) >> #B _ Run update query ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with >> cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B _ Develop query to fix problem ([[2005.10.05]] [[¶Reconcile sum( >> tp.unit_chg_qty) with cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B _ Review query with Mike ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) >> with cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B X Update =nike_secrty_id= 54565 ([EMAIL PROTECTED]) >> #B X @10:00am Migrate and Weighting Update ([EMAIL PROTECTED]) >> #B X Change query to include only equity trusts\ >> (2005.10.19[[¶FinalizeTrustWorkup]] [EMAIL PROTECTED]) > >> When I run plan using planner muse, some of the multiple links are removed. >> The above tasks become the following: > >> #B _ Review =DBUpdate= source code ([[¶CorpPubDBUpdate]]) >> #B _ Review =V_TSOReport.pas= ([[¶CorpPubDBUpdate]]) >> #B _ Review =BloombergTypes.rinse= ([[¶CorpPubDBUpdate]]) >> #B _ Determine fields that need to be added to our db ([[¶CorpPubDBUpdate]]) >> #B _ Review Bloomberg info from David T ([[¶CorpPubDBUpdate]]) >> #B _ Confirm with Sherry Wiese that she is no longer using the fields that >> begin with dsc_ in the trust table. ([[¶Fees%20and%20Charges]]) >> #B _ Run update query ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with >> cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B _ Develop query to fix problem ([[2005.10.05]] [[¶Reconcile sum( >> tp.unit_chg_qty) with cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B _ Review query with Mike ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) >> with cum_deposit_qty]] [EMAIL PROTECTED] [[All]]) >> #B _ @10:00am Migrate and Weighting Update ([[2005.10.20]] [EMAIL PROTECTED] >> [[All]]) > >> Notice that for some of the tasks the date and the multiple plan pages are >> stripped off. > > I notice that the ones that lose some links are also the ones that > have bare date links. And that muse-wiki is not loaded. If the bare > dates are wrapped in '[[' and ']]' it works fine.
Yep, and since I don't use muse-wiki but could reproduce the described effect, the missing brackets are the crucial point. planner-multi-copy-or-move-task expects explicit links within the parenthesis, probably to avoid treeting some random notes (like this one) as links. When it finds something different, it falls back to planner-copy-or-move-task-basic and the multiple links vanish. Cheers -- Marco Gidde _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss