ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Eugene Vlasov <eugene@ikz.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: [sisyphus] I: Изменения в emacs-planner-mode (Was: Sisyphus-20060602 packages)
Date: Fri, 02 Jun 2006 12:46:31 +0600
Message-ID: <m2lksgawc8.fsf@eugene-home.ikz.ru> (raw)
In-Reply-To: <20060601230709.GA5164@basalt.office.altlinux.org> (QA Team Robot's message of "Fri, 2 Jun 2006 03:07:09 +0400")

[-- Attachment #1: Type: text/plain, Size: 1739 bytes --]

On Fri, 2 Jun 2006 03:07:09 +0400 QA Team Robot wrote:

> emacs-muse-mode - Publishing environment for Emacs
> * Sat May 27 2006 Eugene Vlasov <eugvv@altlinux> 3.02.6-alt0.1.b
> - Initial build for Sisyphus

> emacs-planner-mode - Planner mode for Emacs
> * Tue May 30 2006 Eugene Vlasov <eugvv@altlinux> 3.40-alt1
> - New version, Muse mode based
> - Updated requires and build requires
> * Sat Feb 04 2006 Eugene Vlasov <eugvv@altlinux> 1.0-alt0.1.20050820

emacs-planner-mode был переписан, он использует теперь emacs-muse-mode
(вместо emacs-wiki). В связи с этим, для того чтобы сохранить его
работоспособность, потребуются некоторые изменения в конфигурации.
Что нужно сделать:

1. Читаем info planner-el, раздел Creating Your Planner
2. Добавляем в ~/.emacs примерно такие строки:

(setq planner-project "WikiPlanner")
(setq muse-project-alist
      '(("WikiPlanner"
	 ("~/Plans"           ;; where your Planner pages are located
	  :default "TaskPool" ;; use value of `planner-default-page'
	  :major-mode planner-mode
	  :visit-link planner-visit-link)
	 
	 ;; This next part is for specifying where Planner pages
	 ;; should be published and what Muse publishing style to
	 ;; use.  In this example, we will use the XHTML publishing
	 ;; style.
	 
	 (:base "planner-xhtml"
		;; value of `planner-publishing-directory'
		:path "~/public_html/Plans"))))

Теперь plan-файлы имеют расширение .muse, поэтому, если нужно
сохранить задачи, созданные старым emacs-planner, нужно переименовать
старые файлы, например так:

cd ~/Plans
for file in * ; do mv "$file" "$file.muse" ; done


-- 
WBR, Eugene Vlasov        mailto:eugvv at altlinux.ru
                          JID: eugvv@jabber.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

       reply	other threads:[~2006-06-02  6:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-02  6:46 ` Eugene Vlasov [this message]
2006-06-16 16:36   ` Eugine Kosenko
2006-06-16 19:02     ` [sisyphus] I: Изменения в emacs-planner-mode Eugene Vlasov
2006-06-16 20:02       ` Eugine Kosenko
2006-06-17  8:31         ` Eugene Vlasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2lksgawc8.fsf@eugene-home.ikz.ru \
    --to=eugene@ikz.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git