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

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

[emacs-wiki-discuss] Tasks list strange format in HTML and trouble havin


From: drkm
Subject: [emacs-wiki-discuss] Tasks list strange format in HTML and trouble having calendar on HTML
Date: Wed, 16 Nov 2005 21:36:41 +0100 (CET)

  Hi

  Since I update my Muse and Planner packages, I have some
troubles.  First, the task list on top of the published HTML
pages is no longer a list, but looks like the following:

    <p><a name="B" id="B"></a>
    _ some task... (<a href="Page.html">Page</a>)
    <a name="B" id="B"></a>
    _ other task... (<a href="Page.html">Page</a>)</p>

  This output is difficultly usable from CSS.  Is it the
right exepected output format?

  Second, I no longer have a calendar produced on the
output.  Following a sample Planner file, the associated
HTML page produced by 'C-c C-p', and my Muse & Planner
config.

  Sample Planner file:

* Tasks

#B   _ Passer le Wiki sous Planner. ([[ShortTasks]])
#B   _ Sortir un document avec du **chinois**. ([[ShortTasks]])

* Schedule


* Notes

  The HTML output:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
  <head>
    <title>2005.11.21</title>
    <meta name="generator" content="muse.el" />
    <meta http-equiv="Content-Type"
          content="text/html; charset=iso-8859-1" />
    
    <link rel='stylesheet' href='site.css' />
  </head>
  <body>
    <h1>2005.11.21</h1>
    <!-- Page published by Emacs Muse begins here -->
<h2>Tasks</h2>

<p><a name="B" id="B"></a>
_ Passer le Wiki sous Planner. (<a
href="ShortTasks.html">ShortTasks</a>)
<a name="B" id="B"></a>
_ Sortir un document avec du <strong>chinois</strong>. (<a
href="ShortTasks.html">ShortTasks</a>)</p>


<h2>Schedule</h2>



<h2>Notes</h2>



<!-- Page published by Emacs Muse ends here -->
  </body>
</html>

  My Muse & Planner config:

(setq planner-directory            (drkm-file:file-in-dir "plans"
                                                         
drkm-conf:emacs-dir)
      planner-publishing-directory (drkm-file:file-in-dir "plans-wiki"
                                                         
drkm-conf:emacs-dir)
      planner-project              "WikiPlanner"
      planner-default-page         "TaskPool")

(eval-after-load 'muse-mode
  '(define-key muse-mode-map (kbd "S-<tab>") 'muse-previous-reference))

(eval-after-load 'planner
  '(add-hook
    'planner-mode-hook
    (lambda (&rest args)
      "Add the relevant hooks for `planner-calendar' to work, Muse
version."
      (require 'planner-calendar)
      (add-hook 'muse-publish-markup-regexps
                'planner-calendar-insert-calendar-maybe nil t))))

(setq muse-project-alist
      `((,planner-project (,planner-directory
                           :default    ,planner-default-page
                           :major-mode  planner-mode
                           :visit-link  planner-visit-link)
                          (:base "xhtml"
                           :path ,planner-publishing-directory))))

(setq muse-html-style-sheet  "<link rel='stylesheet' href='site.css'
/>"
      muse-xhtml-style-sheet "<link rel='stylesheet' href='site.css'
/>")

  Thanks for your help,

--drkm


















        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com




reply via email to

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