|
|

楼主 |
发表于 2008-3-17 20:57:56
|
显示全部楼层
1.1 Summary
综述
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是一个用来管理notes,维护TODO列表和项目计划的系统,它使用快速有效的文本模式。
Org-mode develops organizational tasks around NOTES files that contain lists or information about projects as plain text.
org-mode开发有组织的任务,围绕着NOTES文件(NOTES文件包含list或项目信息,而且是一个普通文本)
Org-mode is implemented on top of outline-mode, which makes it possible to keep the content of large files well structured.
org-mode是在大纲模式之上实现的,这使得维护大文件更结构化
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.
org-mode支持TODO条目,限期,时间戳和时刻表
It dynamically compiles entries into an agenda that utilizes and smoothly integrates much of the Emacs calendar and diary.
它动态的把条目编辑入议事日程(这议事日程应用和集成了emacs日历和日记功能)
Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects.
普通文本链接入网址,email,usenet信息,BBDB条目和任何与项目相关的项目
For printing and sharing of notes, an Org-mode file can be exported as a structured ASCII file, as HTML, or (todo and agenda items only) as an iCalendar file.
为了打印和共享notes,一个org-mode文件可以导出到一个结构化的ASCII文件,如HTML或iCalendar文件
It can also serve as a publishing tool for a set of linked webpages.
它也可以作为相互链接的网页集的发行工具
An important design aspect that distinguishes Org-mode from for example Planner/Muse is that it encourages to store every piece of information only once.
一个重要的设计方面,区分org-mode和其他如Planner/Muse的方面是,他鼓励每一点信息仅存储一次。
In Planner, you have project pages, day pages and possibly other files, duplicating some information such as tasks.
在Planner中,你要有项目页,日文档及其他可能的文件,重复的项目信息等。
In Org-mode, you only have notes files.
在org-mode中你只有notes文件
In your notes you mark entries as tasks, label them with tags and timestamps.
在你的notes中,你标记条目为任务,并给他们并用标记(tag)和时间戳(timestamp)加上标签
All necessary lists like a schedule for the day, the agenda for a meeting, tasks lists selected by tags etc are created dynamically when you need them.
所有需要的列表例如一日的时刻表,一个会议的议事日程,用标记选中的任务,这些权都是在你需要的时候动态创建的。
Org-mode keeps simple things simple.
org-mode使得简单的事情简单化
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-mode is a toolbox and can be used in different ways, for example as:
org-mode是一个工具箱并有多种应用方法,例如
• outline extension with visibility cycling and structure editing
大纲扩展具有循环可视及结构化编辑特性
• ASCII system and table editor for taking structured notes
ASCII系统 ,表格编辑编辑器为结构化的列表提供便利
• ASCII table editor with spreadsheet-like capabilities
ASCII表格编辑器具有电子表格一样的功能
• TODO list editor
TODO列表编辑器
• full agenda and planner with deadlines and work scheduling
全部的议事日程和PLANNER具有限期和工作日程功能
• environment to implement David Allen's GTD system
实现David Allen's GTD系统的环境
• a basic database application
一个基本的数据库应用程序
• simple hypertext system, with HTML export
简单的超文本系统具有HTML导出功能
• publishing tool to create a set of interlinked webpages
发行工具可以创建内连的网页
Org-mode's automatic, context sensitive table editor with spreadsheet capabilities can be integrated into any major mode by activating the minor Orgtbl-mode.
org-mode的自动,上下文感知表格编辑器具有电子表格的功能能够可以集成到任一个主模式(通过激活微型orgtbl-mode)
Using a translation step, it can be used to maintain tables in arbitrary file types, for example in LaTeX.
用翻译方式,它可以用来维护表格
The structure editing and list creation capabilities can be used outside Org-mode with the minor Orgstruct-mode.
结构编辑和列表编辑能力可以用在org-mode之外应用orgstruct-mode
There is a website for Org-mode which provides links to the newest version of Org-mode, as well as additional information, frequently asked questions (FAQ), links to tutorials etc. This page is located at http://www.astro.uva.nl/~dominik/Tools/org/. |
|