Dale P. Smith | 17 Feb 18:12

[bug #13013] Invalid docbook output with an "empty" section.


URL:
  <http://gna.org/bugs/?13013>

                 Summary: Invalid docbook output with an "empty" section.
                 Project: Emacs Muse
            Submitted by: dsmith
            Submitted on: Tuesday 02/17/2009 at 12:15
                Category: muse
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

If there is an "empty" section before section at the same level, and invalid
docbook file is published.  A docbook section cannot be empty.  It must have
at least one para element or have subsections.  The para element can be
empty, it just needs to be there.

It would be great if a "<para/>" could be inserted in these empty sections. 
A simple workaround is to use ~~ instead of an empty section.

(Continue reading)

Daniel Clemente | 20 Jan 21:03

[bug #12879] <quote> tag fails when text follows on the same line


URL:
  <http://gna.org/bugs/?12879>

                 Summary: <quote> tag fails when text follows on the same
line
                 Project: Emacs Muse
            Submitted by: clemente
            Submitted on: Tuesday 01/20/2009 at 20:06
                Category: muse
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I use Emacs 23 from Bzr and Muse from Git, both from today.

Use this file (3 lines):

------------
(muse-publish-this-file '(html) "/tmp/")

(Continue reading)

anonymous | 15 Jan 12:16

[bug #12860] <src lang="haskell"> fails unless haskell-doc-show-global-types is nil


URL:
  <http://gna.org/bugs/?12860>

                 Summary: <src lang="haskell"> fails unless
haskell-doc-show-global-types is nil
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Thursday 01/15/2009 at 12:17 CET
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: nanothief <at> gmail.com
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

For an input file:
# File: Scratch.muse

<src lang="haskell">
module Main where
main = putStrLn "hello world"
</src>
(Continue reading)

anonymous | 30 Oct 22:02

[bug #12534] endash and emdash confusion


URL:
  <http://gna.org/bugs/?12534>

                 Summary: endash and emdash confusion
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Thursday 10/30/2008 at 22:03 CET
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: mw+muse <at> foldr.org
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

There appears to be some confusion over endashes and emdashes.  An endash is
used for (number) ranges, while an emdash is normally used in a sentence.

To reproduce:
10--20 should be: 10<literal style="html">&ndash;</literal><literal
style="latex">--</literal>20

In "html" style, this renders to:
(Continue reading)

anonymous | 30 Oct 21:54

[bug #12533] non-breakable space in title not recognized


URL:
  <http://gna.org/bugs/?12533>

                 Summary: non-breakable space in title not recognized
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Thursday 10/30/2008 at 21:56 CET
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: mw+muse <at> foldr.org
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The markup for non-breakable space (~~) does not work in a muse title:

To reproduce:

#title Test~~test

This is emacs-muse from git as of 2008-10-13 (5cc807).

(Continue reading)

Xavier Maillard | 24 Oct 07:32

[bug #12496] Add support for other syntax markup


URL:
  <http://gna.org/bugs/?12496>

                 Summary: Add support for other syntax markup
                 Project: Emacs Muse
            Submitted by: zeDek
            Submitted on: vendredi 24.10.2008 à 07:36
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,

It would be pretty nice to be able to choose a syntax markup based on the
user habits. User would declare a markup local to a buffer (via a
local-variable) or for a whole project.

Markups that come to my minde are:

(Continue reading)

John Sullivan | 30 Jun 09:45

[bug #11933] muse-project-file-alist has duplicate items


URL:
  <http://gna.org/bugs/?11933>

                 Summary: muse-project-file-alist has duplicate items
                 Project: Emacs Muse
            Submitted by: johnsu01
            Submitted on: Monday 06/30/2008 at 07:46
                Category: muse
                Severity: 3 - Normal
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

muse-version 3.12

(muse-project-file-alist planner-project)

where planner-project is "WikiPlanner" and muse-project-alist contains:
 ("WikiPlanner"                                                              

  ("~/Plans" :default "index" :major-mode planner-mode :visit-link
(Continue reading)

Robert Goulding | 27 May 21:41

[bug #11747] Double quotes not converted when publishing to groff


URL:
  <http://gna.org/bugs/?11747>

                 Summary: Double quotes not converted when publishing to
groff
                 Project: Emacs Muse
            Submitted by: rgouldin
            Submitted on: Tuesday 05/27/2008 at 19:45
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When publishing to groff, double quotes should be converted to \(lq and \(rq,
or `` and '', in just the same way they are in publishing to LaTeX.

    _______________________________________________________

Reply to this item at:

(Continue reading)

John Sullivan | 18 May 21:44

Planner 3.42 released


I am pleased to announce the release of Planner version 3.42. The NEWS
items for this release are available at
<http://wjsullivan.net/static/NEWS-3.42>.

  Tarball :: http://download.gna.org/planner-el/planner-3.42.tar.gz
  Zipfile :: http://download.gna.org/planner-el/planner-3.42.zip
  Commit ID :: ff582facc98cad53f6900bf06b38983c0223719e

Instructions follow for those who track the source code using git. If you
wish to track the development of Planner, visit
<http://www.emacswiki.org/cgi-bin/wiki/PlannerDevelopment>.

This release has the git tag "v3.42". The tag points at a commit object with
the Commit ID mentioned above.

To check out the release, do:

  git checkout v3.42

To switch back to the master branch, do:

  git checkout master

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/
anonymous | 2 Apr 16:36

[bug #11413] PDF browsing


URL:
  <http://gna.org/bugs/?11413>

                 Summary: PDF browsing
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: mercredi 02.04.2008 à 16:38 CEST
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: julien <at> nozav.org
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,

There is a small problem in my local muse installation when I want to browse
the result of a PDF publishing with muse-browse-result.

In fact there seems to be two little problems :

First, the browsing command defined in in muse-latex-pdf-browse-file ("open")
(Continue reading)

anonymous | 10 Mar 05:07

[bug #11236] muse-journal date error


URL:
  <http://gna.org/bugs/?11236>

                 Summary: muse-journal date error
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Monday 03/10/2008 at 05:08 CET
                Category: muse
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: xs32 <at> cornell.edu
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,

I'm using the latest Emacs Muse (date Mar 9, 2008), the journal package. I
found the published date is wrong in some cases. For example:

* 20080308: This it a Test page
Will give me:

(Continue reading)


Gmane