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

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

[emacs-wiki-discuss] planner-muse: index publishing


From: Yann Hodique
Subject: [emacs-wiki-discuss] planner-muse: index publishing
Date: Sat, 18 Jun 2005 19:02:24 +0200

Hi people,
I worked a bit on the problem of index publishing for Muse (and thus
for planner-muse)

My branch of Muse now integrates the following patch :

2005-06-18 16:28:02 GMT Yann Hodique <address@hidden>   patch-6

    Summary:
      provide a string view of the index
    Revision:
      muse--yh--1.0--patch-6

    * muse-mode.el (muse-index-as-string): new function. Generates the index
      in a string format, to be used in lisp code.
      (muse-generate-index): make use of muse-index-as-string
    

    modified files:
     muse-mode.el

By the way it also fixes a minor issue with the list version of
muse-index : the space before "-" was missing : this minor fix should
be included in the release.

On the other side my planner branch now integrates :

2005-06-18 16:35:34 GMT Yann Hodique <address@hidden>   patch-6

    Summary:
      Provide a string representation of index to solve the index
publishing issue
    Revision:
      planner--yh--1.0--patch-6

    * planner.el (planner-index-as-string): Generates an index for planner in
      a string format. This solves the index publishing issue. If you want an
      index for your pages, just put something like
      <lisp>(planner-index-as-string t t)</lisp> somewhere in a page
      (muse-index-as-string): planner-index-as-string uses this new function,
      but it is not realeased as of version 3.0. Hack to be removed once muse
      integrates its own version of muse-index-as-string
      (planner-generate-index): make use of planner-index-as-string
    

    modified files:
     ChangeLog.yh planner.el

I tried to do my best to make this patch independant from the previous
one, since Muse is going to be released soon, and probably without
this patch.
Any comments are welcome.

regards,
Yann.




reply via email to

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