diff options
author | Sébastien Delafond <sdelafond@gmail.com> | 2014-07-13 13:35:01 +0200 |
---|---|---|
committer | Sébastien Delafond <sdelafond@gmail.com> | 2014-07-13 13:35:01 +0200 |
commit | 7697fa4daf3ec84f85711a84035d8f0224afd4e3 (patch) | |
tree | 24d0f1d2a9751ca8c063409fd2ab71478b296efb /debian/control |
Imported Upstream version 7.9.2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..16b2545 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: org-mode +Section: misc +Priority: optional +Maintainer: Sebastien Delafond <seb@debian.org> +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: texinfo, texlive-latex-base, emacs | emacs24 | emacs23 +Standards-Version: 3.9.3 +Homepage: http://orgmode.org + +Package: org-mode +Architecture: all +Depends: ${misc:Depends}, emacs24 | emacs23 +Suggests: remember-el, easypg, ditaa +Description: keep notes, maintain ToDo lists, and do project planning in emacs + 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, HTML, and LaTeX. |