Peter Davis | 15 Nov 23:41

Working on Windows and Mac

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


--
----
The Tech Curmudgeon


Yoriyuki Yamagata | 14 Nov 10:17
Picon

Broken link when publishing to html

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,
--

-- 
Yoriyuki Yamagata
yoriyuki.y <at> gmail.com

_______________________________________________
Muse-el-discuss mailing list
Muse-el-discuss <at> gna.org
https://mail.gna.org/listinfo/muse-el-discuss
노정태 | 28 Feb 07:33
Picon

mobile-muse, we need it.

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

Mirko Vukovic | 31 Jan 22:45
Picon

Conflict between table.el and muse mode?

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

smc | 14 Dec 23:02
Picon

News about addresses?

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



--
Suso
http://gnu.manticore.es

Peter Davis | 3 Nov 13:31

Moving from OddMuse to Muse

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


Peter Davis | 2 Nov 19:30

Using environment variables in path names

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

--

-- 
--------
Peter Davis
  The Tech Curmudgeon - http://www.techcurmudgeon.com
Ideas Great and Dumb - http://www.ideasgreatanddumb.com

Mirko Vukovic | 30 Sep 16:44
Picon

Re: Typo in Makefile.defs for info install in muse & planner?

Thank you for explaining ||:

On Thu, Sep 30, 2010 at 10:19 AM, Michael Olson <mwolson <at> gnu.org> wrote:
> On Thu, Sep 30, 2010 at 6:00 AM, Mirko Vukovic <mirko.vukovic <at> gmail.com> wrote:
>> On Thu, Sep 30, 2010 at 7:13 AM, Alex Ott <alexott <at> gmail.com> wrote:
>>> Hello
>>>
>>> Mirko Vukovic  at "Thu, 30 Sep 2010 06:38:12 -0400" wrote:
>>>  MV> Hello,
>>>
>>>  MV> This is on windows & emacs built for windows.  The installation
>>>  MV> environment cygwin 1.7.
>>>
>>>  MV> When installing the info for muse 3.20 & planner 3.42, I had to add
>>>  MV> the `.info' suffix in the command for info dir installation as below:
>>>
>>>  MV> install_info = install-info --info-dir=$(INFODIR) $(1).info || :
>>>
>>> This isn't typo - on Unixes, makeinfo produces file without extension.
>>> I'll try to unify this for all platforms
>>>
>>
>> Here is the version number of my version of install-info:
>>
>>> install-info --version
>> install-info (GNU texinfo) 4.13
>>
>> Copyright (C) 2008 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.
>>
>> BTW, what does the  `|| :' syntax mean?
>
> It means ignore the return value of install-info and never stop 'make'
> because of it.
>
> --
> Michael Olson  |  http://mwolson.org/
>
> _______________________________________________
> Muse-el-discuss mailing list
> Muse-el-discuss <at> gna.org
> https://mail.gna.org/listinfo/muse-el-discuss
>

Mirko Vukovic | 30 Sep 12:38
Picon

Typo in Makefile.defs for info install in muse & planner?

Hello,

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

When installing the info for muse 3.20 & 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

Diego Saravia | 21 Sep 16:29
Picon

ikiwiki

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

--

-- 
Diego Saravia
Diego.Saravia <at> gmail.com
NO FUNCIONA->dsa <at> unsa.edu.ar

Lingyu Ma | 18 Sep 17:26
Picon

How to generate hierachical output in html format with number index?

Hi all,

I have a question about transfer the *.muse file to a *.html file.

I can only generate below hierachical structures when I use the default settings :

------------------
AAA
    BBB
    CCC
DDD
    EEE
------------------

How can I generate the output with number index like below?

------------------
1. AAA
  1.1 BBB
  1.2 CCC
2. DDD
  2.1 EEE
------------------

Should I edit the "muse-derive-style"?


By the way, I use the common "*" "**" and "***" in the *.muse file.

with best regards,
Lingyu

Gmane