shawn boles wrote:
> Hello!
> 
> I have been using planner for a while now and I love it it.  But! I do
> have a small, lingering issue that I can not seem to get sorted out:
> 
> I am not sure that I understand the formatting of published pages.  I
> am mostly concerned with Notes formatting.
> 
> For example, a note with multiple newline delimited paragraphs like this:
> 
> Line 1
> 
> Line 2
> 
> Line 3
> 
> Gets published as Line1 Line 2 Line 3
> 
> A list of items like this:
> 
> - List item 1
> - List item 2
> - List item 3
> 
> Gets published as - List item 1 - List item 2 - List item 3
> 
> In the planner documentation I see references to
> planner-publishing-markup.  In my case, the basic Muse markup (as
> described in the Muse Quick Start document at mwolson.org) is just
> fine.  Why do all of my lines run together?  Maybe I am missing
> something in my planner configuration.  I appreciate any suggestions!
> 
> Details:
> 
> GNU Emacs 22.3.1 (Windows XP)
> muse.el version 3.12
> 
> planner configuration:
> 
> (require 'muse-wiki)
> (require 'planner)
> (require 'remember-planner)
> (require 'planner-publish)
> (require 'planner-trunk)
> 
> (setq planner-project "WikiPlanner")
> (setq muse-project-alist
>       '(("WikiPlanner"
>          ("~/plans"
>            :default "index"
>            :force-publish ("index")
>            :major-mode planner-mode
>            :visit-link planner-visit-link)
>          (:base "planner-html" :path "~/publish_html/plans")
>                                )))
> (setq muse-wiki-allow-nonexistent-wikiword t)
> 
> Thank you!
> shawn

I used to struggle with this too when publishing any muse source to
html. What version of emacs muse are you using?


_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to