diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-18 21:13:32 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-18 21:13:32 +0000 |
commit | 5b80816dad18c91c68279f2abb8520f5f38e5901 (patch) | |
tree | 70155753bcda5f076110fc5f1bc4b8d0797b79c1 /deskutils/Makefile | |
parent | 5379eaa2170b0a6492a55497f0ec0cf9971c6ac1 (diff) | |
download | FreeBSD-ports-5b80816dad18c91c68279f2abb8520f5f38e5901.zip FreeBSD-ports-5b80816dad18c91c68279f2abb8520f5f38e5901.tar.gz |
Org-mode is a mode for keeping notes, maintaining ToDo lists, and
doing project planning with a fast and effective plain-text system.
Org-mode develops organizational tasks around NOTES files that contain
information about projects as plain text. Org-mode is implemented on
top of outline-mode, which makes it possible to keep the content of
large files well structured. Visibility cycling and structure editing
help to work with the tree. Tables are easily created with a built-in
table editor. Org-mode supports ToDo items, deadlines, time stamps,
and scheduling. It dynamically compiles entries into an agenda. Plain
text URL-like links connect to websites, emails, Usenet messages, BBDB
entries, and any files related to the projects. For printing and
sharing of notes, an Org-mode file can be exported as a structured
ASCII file, or as HTML.
WWW: http://staff.science.uva.nl/~dominik/Tools/org/
PR: ports/109230
Submitted by: Kai Wang <kaiw27 at gmail.com>
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 8535014..d5775bc 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -145,6 +145,7 @@ SUBDIR += notification-daemon SUBDIR += ontv SUBDIR += orage + SUBDIR += org-mode.el SUBDIR += p5-Data-ICal SUBDIR += p5-Goo SUBDIR += pal |