emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: migrating planner-tasks-overview.el to planner-


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: migrating planner-tasks-overview.el to planner-muse
Date: Mon, 21 Nov 2005 01:51:05 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Seth Falcon <address@hidden> writes:

> On 13 Nov 2005, address@hidden wrote:
>>
>> I looked into the below problem and on planner-muse, it seems that
>> the problem was caused by the newly added ".muse" file extension to
>> planner files.
>
> You might want something like:
>
> ;; untested!
> (lambda (x) (if muse-file-extension
>                 (concat x "." muse-file-extension)
>               x))

This should now be fixed.  A few other things should work better, by
side effect.  Hopefully this didn't introduce any bugs.

2005-11-21 06:49:11 GMT Michael Olson <address@hidden>  patch-103

    Summary:
      Make tasks overview, notes index, and a few other things work.
    Revision:
      planner-muse--mwolson--1.0--patch-103

    * planner.el (planner-current-file): Defalias this to muse-current-file.
      (planner-list-daily-files, planner-get-day-pages): Return an alist
      rather than a date list.
      (planner-get-previous-existing-day, planner-get-next-existing-day)
      (planner-search-notes-internal, planner-past-notes-tag)
      (planner-index-as-string, plan): Adapt to deal with alist.
      (planner-extract-tasks): Deal with both alists and page lists.
      (planner-list-tasks-with-status): Implement handling of PAGES parameter
      as specified by the manual.
    
    * planner-tasks-overview.el (planner-tasks-overview-extract-all-tasks):
      Use the filename rather than the page name.  Thanks to Janne Hellston
      and Seth Falcon for the heads up.
    
    * planner-notes-index.el (planner-notes-index-headlines-in-range): Deal
      with alist rather than page list.
    
    * planner-export-diary.el (planner-export-diary-get-schedule-entries):
      Ditto.
    
    * planner-appt.el (planner-appt-mark-calendar): Ditto.

    modified files:
     ChangeLog planner-appt.el planner-export-diary.el
     planner-notes-index.el planner-tasks-overview.el planner.el

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: manga, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net




reply via email to

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