Sorry ... this should go in the muse-mailing list!

On Mon, 2006-08-07 at 22:23 +0200, Christian Straßer wrote:
> Hello,
> 
> my first problem while upgrading is solved.
> 
> Second problem is that my <latex> $formula$ </latex> is not transformed
> anymore in png via latex2png.
> 
> If I invoke a muse-publish-this-file with html then I get a 
> "Failed to create png file
> The latex folder does not exist!".
> 
> I made a folder in the publishing directory, but didn't help.
> latex2png is installed and globally executeable.
> 
> The published html-file only shows a "latex2png equation" string instead
> of a png-image of my formula.
> 
> Cheers,
> 
> Christian
> 
> 
> My .emacs file:
> ;; muse
> (require 'muse-mode)
> (require 'muse-latex2png)
> (require 'muse-html)
> (require 'muse-colors)
> (require 'muse-wiki)
> (require 'muse-backlink)
> (footnote-mode)
> (muse-backlink-install)
> (setq latex2png-scale-factor 1.2)
> (setq muse-colors-evaluate-lisp-tags nil)
> 
> ;; planner
> (require 'planner)
> (require 'planner-publish)
> (require 'planner-id)
> (require 'planner-cyclic)
> (require 'planner-deadline)
> (require 'planner-multi)
> (require 'planner-accomplishments)
> (require 'planner-lisp)
> (require 'planner-appt)
> (require 'planner-bibtex)
> (require 'planner-calendar)
> (require 'remember-planner)
> ;(require 'planner-registry)
> ;(planner-registry-initialize)
> ;(planner-registry-insinuate)
> 
> 
> 
> 
> (setq planner-project "planner")
> 
> ; planner key-bindings
> (global-set-key (kbd "<f9> t") 'planner-create-task-from-buffer)
> (global-set-key (kbd "<f9> n") 'remember)
> (global-set-key (kbd "<f9> <f9>") 'planner-goto-today)
> (global-set-key (kbd "<f9> u") 'planner-update-task)
> (global-set-key (kbd "<f9> e") 'planner-edit-task-description)
> (global-set-key (kbd "<f9> m") 'planner-copy-or-move-task) ; move to
> different-date
> (global-set-key (kbd "<f9> r") 'planner-replan-task) ; move to different
> task-page
> 
> (require 'muse-project)
> (setq muse-project-alist
>       '(("planner"
>        ("~/wiki" 
>         :default "TaskPool"
>         :major-mode planner-mode
>         :visit-link planner-visit-link)
>        (:base "planner-html"
>         :path "~/wiki/web"
>           :footer "~/wiki/web/planner/footer.html"
>         :force-publish ("PlannerIndex")
>         ))
>       )
> 
> ; Further planner customisations
> (planner-appt-use-tasks)
> (setq mark-diary-entries-in-calendar t)
> (setq planner-id-add-task-id t)
> (setq remember-handler-functions '(remember-planner-append))
> (setq remember-annotation-functions planner-annotation-functions)
> (setq planner-carry-tasks-forward 5)
> (setq planner-cyclic-diary-nag nil)
> (setq planner-cyclic-diary-file (concat (planner-directory)
> "/cyclic_tasks"))
> (setq planner-appt-task-use-appointments-section-flag t)
> 
> ; Run planner on startup
> (plan)
> 


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

Reply via email to