mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/org-mode: Updated for version 7.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
e3bc2751f9
commit
7f82f589a7
4 changed files with 24 additions and 21 deletions
|
@ -1,17 +1,18 @@
|
|||
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,7 +5,7 @@
|
|||
# Written by Valeriy Timchenko <ValTimchenko@gmail.com>
|
||||
|
||||
PRGNAM=org-mode
|
||||
VERSION=${VERSION:-7.02}
|
||||
VERSION=${VERSION:-7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,6 +61,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
|
||||
rm -f $PKG/usr/info/dir
|
||||
gzip -9 $PKG/usr/info/*
|
||||
# Move org.gz to org-$VERSION.gz, so EMACS's org.gz won't be overwritten
|
||||
mv $PKG/usr/info/{org,org-$VERSION}.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="org-mode"
|
||||
VERSION="7.02"
|
||||
VERSION="7.4"
|
||||
HOMEPAGE="http://orgmode.org"
|
||||
DOWNLOAD="http://orgmode.org/org-7.02.tar.gz"
|
||||
MD5SUM="02ef12a1e7b129de57752fefd73c5383"
|
||||
DOWNLOAD="http://orgmode.org/org-7.4.tar.gz"
|
||||
MD5SUM="88975d9202dfdfd7d66d238a31820fe7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Valeriy Timchenko"
|
||||
EMAIL="ValTimchenko@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -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