<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.emacs.muse.general">
    <title>gmane.emacs.muse.general</title>
    <link>http://blog.gmane.org/gmane.emacs.muse.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1645"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1637"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1623"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1620"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1615"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1614"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1607"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1604"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1600"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1595"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1592"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1591"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1590"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1588"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1585"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1582"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1577"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1576"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1574"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.muse.general/1573"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1645">
    <title>How do I link between multiple projects</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1645</link>
    <description>&lt;pre&gt;I have the following set up in .emacs

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(require 'muse-mode)
(require 'muse-html)
(require 'muse-project)
(require 'muse-publish)

(setq muse-project-alist
           '(("Foo"
              ("~/Foo" :default "index")
              (:base "html" :path "/var/www/Foo"))

             ("Bar"
              ("~/Bar")
              (:base "html" :path "/var/www/Bar"))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


I can work on Foo and Bar separately and muse mode works very well.
Now I want to have some links between the two projects... I'm not sure but
it looks like I want something like the Bar#EntryName form of a
interproject link in the emacs wiki mode.

The following works:
In project Foo I have
[[../Bar/EntryName.html][EntryName]]
However I don't like it hard linking to an html file. Plus, I can't press
enter on the link in emacs to go straight to the .muse file.

The following does not work:
[[../Bar/EntryName][EntryName]]
I can follow the link in emacs to edit the .muse file, but the generated
html file in project Foo has a link to ../Bar/EntryName without the .html
suffix.

What is the correct way to handle this?
&lt;/pre&gt;</description>
    <dc:creator>Emit Sorrels</dc:creator>
    <dc:date>2012-03-21T20:16:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1637">
    <title>today.html</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1637</link>
    <description>&lt;pre&gt;Hi,

Following an upgrade about a couple of months ago, I see that a
today.html symlink pointing to the published page is produced.  What is
the purpose of this symlink and is there some variable to suppress its
generation?

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Seb</dc:creator>
    <dc:date>2012-03-06T16:38:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1623">
    <title>Working on Windows and Mac</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1623</link>
    <description>&lt;pre&gt;I'm trying to set up Muse so I can work on either a Windows 7 machine or a
Mac.  One problem I've run into is that on the Mac, when Muse creates a new
file (from my clicking on a new link), the file does not have a .muse
extension, so C-c C-p doesn't work, etc.

Anyone know a workaround for this?

Thanks!

-pd


&lt;/pre&gt;</description>
    <dc:creator>Peter Davis</dc:creator>
    <dc:date>2011-11-15T22:41:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1620">
    <title>Broken link when publishing to html</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1620</link>
    <description>&lt;pre&gt;Hi, list.

I have encountered the following problem.  When I link Muse page (in
the same project) by [[page][text]] notations and publish these links,
they are converted to the link "page", not "page.html".

I tried to understand the issue and I found
"muse-project-applicable-styles" returns page verbatim.  I don't know
this is relevant or not, though.

So, my question is, this is the bug or feature, or my
misconfiguration?  Any suggestion will be appreciated.

I use most recent Git version of Muse.  My configuration is

;;Muse
(add-to-list 'load-path "~/site-lisp/muse-el/lisp")
(require 'muse-mode)     ; load authoring mode
(require 'muse-html)     ; load publishing styles I use
(require 'muse-project)

(setq muse-project-alist
      '(("aist-web"
         ("~/Action/web" :default "index")
         (:base "html" :path "~/Action/web-public")
         (:base "pdf" :path "~/Action/web-public/pdf"))))

Best,
&lt;/pre&gt;</description>
    <dc:creator>Yoriyuki Yamagata</dc:creator>
    <dc:date>2011-11-14T09:17:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1615">
    <title>mobile-muse, we need it.</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1615</link>
    <description>&lt;pre&gt;Hello everyone.

I think I need a mobile extension of muse-mode. Muse is the best way to
collect and process my stuffs, which beats org-mode for me.
But I have no idea how to make it happen, because I'm not a programmer or
some kind of geek.

I just want to hear the voice of the other muse users.

Thank you.

Sincerely, Jeongtae
&lt;/pre&gt;</description>
    <dc:creator>노정태</dc:creator>
    <dc:date>2011-02-28T06:33:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1614">
    <title>Conflict between table.el and muse mode?</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1614</link>
    <description>&lt;pre&gt;Hi,

The table editor (table.el) does not work when muse mode is in effect.  I
can insert the table, but cell editing does not work.

Any idea what might be causing that, and how to go about it?

Mirko
&lt;/pre&gt;</description>
    <dc:creator>Mirko Vukovic</dc:creator>
    <dc:date>2011-01-31T21:45:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1607">
    <title>News about addresses?</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1607</link>
    <description>&lt;pre&gt;Hi
Past year, Dec 26, I post in our page about Emacs in Spanish the
"galley proofs" from the alpha phase of Muse 3.12 Manual translation.

http://gnu.manticore.es/manual-muse-emacs

Now I am revising the text for the beta phase and updating the changes
from 3.20, and I would like to confirm the new addresses for the project,
repositories, web pages and the like.

Thanks



&lt;/pre&gt;</description>
    <dc:creator>smc</dc:creator>
    <dc:date>2010-12-14T22:02:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1604">
    <title>Moving from OddMuse to Muse</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1604</link>
    <description>&lt;pre&gt;I have a large (many page) OddMuse wiki that I want to move to Muse.  I
figured I could write a perl script to rename my .pg files to .muse, strip
the OddMuse stuff out, change the mark-up, and write to my Muse directory.

Then it occurred to me that someone's probably already done this.  Anyone
know of anything like that?

Thanks!

-pd
&lt;/pre&gt;</description>
    <dc:creator>Peter Davis</dc:creator>
    <dc:date>2010-11-03T12:31:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1600">
    <title>Using environment variables in path names</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1600</link>
    <description>&lt;pre&gt;I'm trying to set up Muse so that my projects (and ultimately my emacs 
setup files) live in a Dropbox folder.  I've set an environment 
variable, DROPBOX, to where the folder is mounted on my Win7 system.  
However, I can't publish my projects.  My emacs init.el contains:

(setq drop-box (getenv "DROPBOX"))
(setq muse-path (concat drop-box "\\Muse"))
(setq load-path (add-to-list 'load-path "~/emacsdir/muse/lisp"))
(require 'muse-mode)
(require 'muse-html)
(require 'muse-latex)
(require 'muse-project)
(setq muse-project-alist
            '(("website"            ; my various writings
               ("~/Pages" :default "index")
               (:base "html" :path "~/public_html")
               (:base "pdf" :path "~/public_html/pdf"))
              ("Info"
               (muse-path :default "index")
               (:base "html" :path (concat muse-path "\\HTML"))
               )))

But when I try to C-c C-p, I get:

     Assertion failed: (file-name-directory path)


Any clues about what I'm doing wrong, or how to fix it?

Thank you!

-pd


&lt;/pre&gt;</description>
    <dc:creator>Peter Davis</dc:creator>
    <dc:date>2010-11-02T18:30:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1595">
    <title>Typo in Makefile.defs for info install in muse &amp;planner?</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1595</link>
    <description>&lt;pre&gt;Hello,

This is on windows &amp;amp; emacs built for windows.  The installation
environment cygwin 1.7.

When installing the info for muse 3.20 &amp;amp; planner 3.42, I had to add
the `.info' suffix in the command for info dir installation as below:

install_info = install-info --info-dir=$(INFODIR) $(1).info || :

Mirko

&lt;/pre&gt;</description>
    <dc:creator>Mirko Vukovic</dc:creator>
    <dc:date>2010-09-30T10:38:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1592">
    <title>ikiwiki</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1592</link>
    <description>&lt;pre&gt;I am trying to use muse with ikiwiki, but i seems that muse
/examples/ikiwiki/muse plugin file, is missing in muse package

Is there other place to find it?

or other way to use ikiwiki with muse?

thank you very much in advance


&lt;/pre&gt;</description>
    <dc:creator>Diego Saravia</dc:creator>
    <dc:date>2010-09-21T14:29:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1591">
    <title>How to generate hierachical output in html formatwith number index?</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1591</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Lingyu Ma</dc:creator>
    <dc:date>2010-09-18T15:26:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1590">
    <title>hello</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1590</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>ting yu</dc:creator>
    <dc:date>2010-09-11T09:57:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1588">
    <title>how to get italic emphasis on windows emacs muse</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1588</link>
    <description>&lt;pre&gt;Hello,

(I am resending this message, since I don't see it in the archive)

Since I installed Emacs 23.1 and muse 3.12 on my Windows-XP, *foo*
comes out in normal font, not italicized.

However italicization works on the same setup on my Linux box.

How can I fix the italicization on windows?

Thank you,

Mirko

&lt;/pre&gt;</description>
    <dc:creator>Mirko Vukovic</dc:creator>
    <dc:date>2010-07-14T14:37:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1585">
    <title>how to quote the vertical bar `|'</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1585</link>
    <description>&lt;pre&gt;Right now the vertical bar invokes a table construct.

I tried quoting it in literal without success.  Any other options?

Thank you,

Mirko

&lt;/pre&gt;</description>
    <dc:creator>Mirko Vukovic</dc:creator>
    <dc:date>2010-06-21T15:50:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1582">
    <title>Announce: muse-blog</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1582</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Julien Danjou</dc:creator>
    <dc:date>2010-05-21T20:33:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1577">
    <title>Use specified color theme for syntax highlighting</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1577</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>ZelluX</dc:creator>
    <dc:date>2010-04-30T10:43:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1576">
    <title>A problem on search</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1576</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>노정태</dc:creator>
    <dc:date>2010-04-11T17:55:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1574">
    <title>Adding coloriziation to code examples</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1574</link>
    <description>&lt;pre&gt;I'm trying to figure out how to use the javascript library prettify in
my examples

I can see how to include the link/script tags in the header of my html
page using the muse-html-style-sheet variable

It looks like I can customize the pre tag by changing the entry for
begin-example in muse-html-markup-strings

But, I also need to customize the body tag that is generated.


My body tag needs to be &amp;lt;body onload="prettyPrint()"&amp;gt;

What would I need to change to customize the body tag?

Thanks,

Brad
&lt;/pre&gt;</description>
    <dc:creator>Brad Miller</dc:creator>
    <dc:date>2010-04-09T11:49:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1573">
    <title>Escape the # character.</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1573</link>
    <description>&lt;pre&gt;Hello.

For my first port on this list, please let me thank the maintainers of
muse.el, and all the people who contribute to it.

Now, I'd like to add an SSI tag to a page I generate. For the record,
such a tag is hidden inside an SGML comment and starts with a #, like
this:

&amp;lt;!-- #include file="my_html_chunk.html" --&amp;gt;

I thought I have two possibilities for this. Either I write directly
this in my muse document, or I create a personal &amp;lt;ssi&amp;gt; tag so that
muse generates SSI tags with the parameters I provide. In both cases,
I failed to get this kind of tag correctly generated.

I went further in the second case, and my problem is that the # is
always translated by muse to a &amp;lt;a&amp;gt; tag. Please, how can I prevent muse
to parse a symbol (specially this one) ?

&lt;/pre&gt;</description>
    <dc:creator>David Soulayrol</dc:creator>
    <dc:date>2010-04-08T07:39:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.muse.general/1568">
    <title>path, ftp, sftp</title>
    <link>http://comments.gmane.org/gmane.emacs.muse.general/1568</link>
    <description>&lt;pre&gt;Hi all,
A website where muse put some files of mine just switched from ftp to sftp
protocol.
After some configuration trouble I finally can connect there with tramp,
and then I mofified the ":path" in my muse-project-alist, just replacing
ftp by sftp:

:path "/sftp:bornier&amp;lt; at &amp;gt;junon.univ-cezanne.fr"

The strange thing is that the file is transferred, but in a wrong place:
muse-html creates a directory "bornier&amp;lt; at &amp;gt;junon.univ-cezanne.fr" in my
userspace there and transfers the file in this directory!

Not exactly what I expect... (of course i just want the file transfered in
the root of my userspace)


Is there a way to do that as should be?

tia,
&lt;/pre&gt;</description>
    <dc:creator>Jean Magnan de Bornier</dc:creator>
    <dc:date>2010-03-25T18:55:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.muse.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.muse.general</link>
  </textinput>
</rdf:RDF>

