mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/org-mode: Updated for version 7.01h.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
10ba12f6a9
commit
948e28d905
4 changed files with 24 additions and 26 deletions
|
@ -1,18 +1,17 @@
|
|||
Org is an Emacs 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
|
||||
example as:
|
||||
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
|
||||
- an ASCII system and table editor for taking structured notes
|
||||
- an ASCII table editor with spreadsheet-like capabilities
|
||||
- a TODO list editor
|
||||
- a full agenda and planner with deadlines and work scheduling
|
||||
- an environment to implement David Allen's GTD system
|
||||
- a basic database application
|
||||
- a simple hypertext system, with HTML and LaTeX export
|
||||
- a publishing tool to create a set of interlinked webpages
|
||||
* an outline extension with visibility cycling and structure editing
|
||||
* an ASCII system and table editor for taking structured notes
|
||||
* an ASCII table editor with spreadsheet-like capabilities
|
||||
* a TODO list editor
|
||||
* a full agenda and planner with deadlines and work scheduling
|
||||
* an environment to implement David Allen's GTD system
|
||||
* a basic database application
|
||||
* a simple hypertext system, with HTML and LaTeX export
|
||||
* a publishing tool to create a set of interlinked webpages
|
||||
|
|
|
@ -5,16 +5,14 @@
|
|||
# Written by Valeriy Timchenko <ValTimchenko@gmail.com>
|
||||
|
||||
PRGNAM=org-mode
|
||||
VERSION=${VERSION:-7.01g}
|
||||
VERSION=${VERSION:-7.01h}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -66,8 +64,9 @@ rm -f $PKG/usr/info/dir
|
|||
gzip -9 $PKG/usr/info/*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changes.org README request-assign-future.txt \
|
||||
doc/*.pdf doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
Changes.org README request-assign-future.txt doc/*.pdf doc/*.html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="org-mode"
|
||||
VERSION="7.01g"
|
||||
VERSION="7.01h"
|
||||
HOMEPAGE="http://orgmode.org"
|
||||
DOWNLOAD="http://orgmode.org/org-7.01g.tar.gz"
|
||||
MD5SUM="a06a2377779252a87e1e9876db3a042f"
|
||||
DOWNLOAD="http://orgmode.org/org-7.01h.tar.gz"
|
||||
MD5SUM="111db7b77eb420b5695a109799b723f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Valeriy Timchenko"
|
||||
EMAIL="ValTimchenko@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -12,7 +12,7 @@ org-mode: Org-mode is for keeping notes, maintaining ToDo lists, doing project
|
|||
org-mode: planning, and authoring with a fast and effective plain-text system.
|
||||
org-mode:
|
||||
org-mode: "If humans could mate with software, I'd have org-mode's babies."
|
||||
org-mode: Chris League on his Twitter feed.
|
||||
org-mode: -- Chris League on his Twitter feed
|
||||
org-mode:
|
||||
org-mode: Org-mode home page is: http://orgmode.org
|
||||
org-mode:
|
||||
|
|
Loading…
Reference in a new issue