NAME

muse2org - convert plan pages from emacs planner mode to org-mode


SYNOPSYS

muse2org


DESCRIPTION

muse2org was written to convert all project planning data from Emacs planner-mode (basing on muse-mode) to Emacs org-mode. The program tries to iterate over every plan page in your current working directory (skipping day pages) and creating org file in a subdiretory org. It converts some planner entries to their org-mode equivalent while copying the rest of the file verbatim.

muse2org is a perl script intended to be used outside of emacs and allows me to play with orgmode using "live" data while still continue work with planner.

Those entries are converted:

Since I never had much information on day pages, I did not care for them. Be aware: Notes on day pages will not be transferred! Feel free to provide me with code snippets for inclusion, but you are basically on your own.


OPTIONS

None - any parameter given on the command line presents this documentation message.


SEE ALSO

Emacs Org Mode

http://orgmode.org/

The Org Manual: http://orgmode.org/org.html

Org Mode - Organize Your Life In Plain Text! http://doc.norang.ca/org-mode.html

Planner Mode

http://www.emacswiki.org/emacs/PlannerMode

http://www.emacswiki.org/emacs/PlannerModeMethods

other migration tools

Worg: Can I migrate from Planner? - http://orgmode.org/worg/org-faq.html#sec-5-14

http://www.c0t0d0s0.de/plan2org/plan2org.pl did not work for me out of the box, since my tasks are marked with priority and task number. Otherwise plan2org is similar in spirit to this program.

https://github.com/jave/planner-org-freundschaft seems to be used in an interactive way - transfering incrementally single tasks or small pieces of information to org as seen fit by the user. Not usable for me, but might be much better suited to the task when most of your information is on day pages.


LICENSE

Copyright 2012, Andreas Hirczy <ahi@itp.tugraz.at>

muse2org is distributed under the GNU General Public License. muse2org is available from http://itp.tugraz.at/~ahi/Computer/SW/muse2org

GNU General Public License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.