diff options
author | Valeriy Timchenko <ValTimchenko@gmail.com> | 2010-06-20 09:49:05 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:20:26 -0500 |
commit | 47c51ec99d5817cfd34aca82ee8e6baa039851bc (patch) | |
tree | 7e7aaf4a5982146206bb9a13d21bf98848929727 /office | |
parent | 723ff9407c49b9777643df97ff428899161cd82d (diff) | |
download | slackbuilds-47c51ec99d5817cfd34aca82ee8e6baa039851bc.tar.gz |
office/org-mode: Updated for version 6.36c.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/org-mode/README | 12 | ||||
-rw-r--r-- | office/org-mode/org-mode.SlackBuild | 2 | ||||
-rw-r--r-- | office/org-mode/org-mode.info | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/office/org-mode/README b/office/org-mode/README index fc9c8fb102..ca97958eca 100644 --- a/office/org-mode/README +++ b/office/org-mode/README @@ -1,10 +1,10 @@ -Org is a mode for keeping notes, maintaining TODO lists, and doing -project planning with a fast and effective plain-text system. +Org is an Emacs mode for keeping notes, maintaining TODO lists, and +doing project planning with a fast and effective plain-text system. -Org keeps simple things simple. When first fired up, it should feel -like a straightforward, easy to use outliner. Complexity is not -imposed, but a large amount of functionality is available when you -need it. Org is a toolbox and can be used in different ways, for +Org keeps simple things simple. When first fired up, it should feel +like a straightforward, easy to use outliner. Complexity is not +imposed, but a large amount of functionality is available when you +need it. Org is a toolbox and can be used in different ways, for example as: - an outline extension with visibility cycling and structure editing diff --git a/office/org-mode/org-mode.SlackBuild b/office/org-mode/org-mode.SlackBuild index d5d37b4468..94b368ecbe 100644 --- a/office/org-mode/org-mode.SlackBuild +++ b/office/org-mode/org-mode.SlackBuild @@ -5,7 +5,7 @@ # Written by Valeriy Timchenko <ValTimchenko@gmail.com> PRGNAM=org-mode -VERSION=${VERSION:-6.35g} +VERSION=${VERSION:-6.36c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/org-mode/org-mode.info b/office/org-mode/org-mode.info index de4711d323..41248ff2ab 100644 --- a/office/org-mode/org-mode.info +++ b/office/org-mode/org-mode.info @@ -1,10 +1,10 @@ PRGNAM="org-mode" -VERSION="6.35g" +VERSION="6.36c" HOMEPAGE="http://orgmode.org" -DOWNLOAD="http://orgmode.org/org-6.35g.tar.gz" -MD5SUM="fe0978bec6caa75325db54b39a4e7912" +DOWNLOAD="http://orgmode.org/org-6.36c.tar.gz" +MD5SUM="13d7850aab456406ed6781d4d98e5cad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Valeriy Timchenko" EMAIL="ValTimchenko@gmail.com" -APPROVED="Erik Hanson" +APPROVED="dsomero" |