comparison man/org.texi @ 70951:39f6e1889f85

(ASCII export): Omit command name. (HTML export): Add prefix to all lines in Local Variable example. (Acknowledgments): Typeset names in italics.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 26 May 2006 05:35:42 +0000
parents 68e63907ebfb
children 3c0830331524
comparison
equal deleted inserted replaced
70950:5b39adf3adb7 70951:39f6e1889f85
1 \input texinfo 1 \input texinfo
2 2
3 @c %**start of header 3 @c %**start of header
4 @c @setfilename org 4 @setfilename org
5 @setfilename ../info/org 5 @setfilename ../info/org
6 @settitle Org Mode Manual 6 @c @settitle Org Mode Manual
7 7
8 @set VERSION 4.33 8 @set VERSION 4.34
9 @set DATE May 2006 9 @set DATE May 2006
10 10
11 @dircategory Emacs 11 @dircategory Emacs
12 @direntry 12 @direntry
13 * Org Mode: (org). outline-based notes management and organizer 13 * Org Mode: (org). outline-based notes management and organizer
14 @end direntry 14 @end direntry
15 15
16 @c Version and Contact Info 16 @c Version and Contact Info
17 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/org/,maintainers webpage} 17 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/org/,maintainers webpage}
18 @set AUTHOR Carsten Dominik
18 @set MAINTAINER Carsten Dominik 19 @set MAINTAINER Carsten Dominik
19 @set MAINTAINEREMAIL @email{dominik@@science.uva.nl} 20 @set MAINTAINEREMAIL @email{dominik@@science.uva.nl}
20 @set MAINTAINERCONTACT @uref{mailto:dominik@@science.uva.nl,contact the maintainer} 21 @set MAINTAINERCONTACT @uref{mailto:dominik@@science.uva.nl,contact the maintainer}
21 @c %**end of header 22 @c %**end of header
22 @finalout 23 @finalout
356 @cindex bug reports 357 @cindex bug reports
357 @cindex maintainer 358 @cindex maintainer
358 @cindex author 359 @cindex author
359 360
360 If you find problems with Org-mode, or if you have questions, remarks, 361 If you find problems with Org-mode, or if you have questions, remarks,
361 or ideas about it, please contact the maintainer Carsten Dominik at 362 or ideas about it, please contact the maintainer @value{MAINTAINER} at
362 @value{MAINTAINEREMAIL}. 363 @value{MAINTAINEREMAIL}.
363 364
364 For bug reports, please provide as much information as possible, 365 For bug reports, please provide as much information as possible,
365 including the version information of Emacs (@kbd{C-h v emacs-version 366 including the version information of Emacs (@kbd{C-h v emacs-version
366 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as 367 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as
2812 @item C-c a t 2813 @item C-c a t
2813 Show the global TODO list. This collects the TODO items from all 2814 Show the global TODO list. This collects the TODO items from all
2814 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in 2815 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in
2815 @code{agenda-mode}, so there are commands to examine and manipulate 2816 @code{agenda-mode}, so there are commands to examine and manipulate
2816 the TODO entries directly from that buffer (@pxref{Agenda commands}). 2817 the TODO entries directly from that buffer (@pxref{Agenda commands}).
2817 @xref{Global TODO list}, for more information.
2818 @kindex C-c a T 2818 @kindex C-c a T
2819 @item C-c a T 2819 @item C-c a T
2820 Like the above, but allows selection of a specific TODO keyword. You can 2820 Like the above, but allows selection of a specific TODO keyword. You can
2821 also do this by specifying a prefix argument to @kbd{C-c a t}. With a 2821 also do this by specifying a prefix argument to @kbd{C-c a t}. With a
2822 @kbd{C-u} prefix you are prompted for a keyword. With a numeric 2822 @kbd{C-u} prefix you are prompted for a keyword. With a numeric
3164 headlines, defining a general document structure. Additional levels 3164 headlines, defining a general document structure. Additional levels
3165 will be exported as itemized lists. If you want that transition to occur 3165 will be exported as itemized lists. If you want that transition to occur
3166 at a different level, specify it with a prefix argument. For example, 3166 at a different level, specify it with a prefix argument. For example,
3167 3167
3168 @example 3168 @example
3169 @kbd{C-1 C-c C-x a org-export-as-ascii} 3169 @kbd{C-1 C-c C-x a}
3170 @end example 3170 @end example
3171 3171
3172 @noindent 3172 @noindent
3173 creates only top level headlines and does the rest as items. 3173 creates only top level headlines and does the rest as items.
3174 3174
3248 @example 3248 @example
3249 * COMMENT HTML style specifications 3249 * COMMENT HTML style specifications
3250 3250
3251 # Local Variables: 3251 # Local Variables:
3252 # org-export-html-style: " <style type=\"text/css\"> 3252 # org-export-html-style: " <style type=\"text/css\">
3253 p @{font-weight: normal; color: gray; @} 3253 # p @{font-weight: normal; color: gray; @}
3254 h1 @{color: black; @} 3254 # h1 @{color: black; @}
3255 </style>" 3255 # </style>"
3256 # End: *** 3256 # End:
3257 @end example 3257 @end example
3258 3258
3259 Remember to execute @kbd{M-x normal-mode} after changing this to make 3259 Remember to execute @kbd{M-x normal-mode} after changing this to make
3260 the new style visible to Emacs. This command restarts org-mode for the 3260 the new style visible to Emacs. This command restarts org-mode for the
3261 current buffer and forces Emacs to re-evaluate the local variables 3261 current buffer and forces Emacs to re-evaluate the local variables
3866 @cindex special keywords 3866 @cindex special keywords
3867 3867
3868 Org-mode uses special lines in the buffer to define settings on a 3868 Org-mode uses special lines in the buffer to define settings on a
3869 per-file basis. These lines start with a @samp{#+} followed by a 3869 per-file basis. These lines start with a @samp{#+} followed by a
3870 keyword, a colon, and then individual words defining a setting. Several 3870 keyword, a colon, and then individual words defining a setting. Several
3871 settings words con be in the same line, but you can also have multiple 3871 setting words can be in the same line, but you can also have multiple
3872 lines for the keyword. While these settings are described throughout 3872 lines for the keyword. While these settings are described throughout
3873 the manual, here is a summary. After changing any of those lines in the 3873 the manual, here is a summary. After changing any of those lines in the
3874 buffer, press @kbd{C-c C-c} with the cursor still in the line to 3874 buffer, press @kbd{C-c C-c} with the cursor still in the line to
3875 activate the changes immediately. Otherwise they become effective only 3875 activate the changes immediately. Otherwise they become effective only
3876 when the file is visited again in a new Emacs session. 3876 when the file is visited again in a new Emacs session.
3910 showstars @r{show all stars starting a headline} 3910 showstars @r{show all stars starting a headline}
3911 odd @r{allow only odd outline levels (1,3,...)} 3911 odd @r{allow only odd outline levels (1,3,...)}
3912 oddeven @r{allow all outline levels} 3912 oddeven @r{allow all outline levels}
3913 @end example 3913 @end example
3914 @item #+SEQ_TODO: #+TYP_TODO: 3914 @item #+SEQ_TODO: #+TYP_TODO:
3915 These lines that the TODO keywords and their interpretation in the 3915 These lines set the TODO keywords and their interpretation in the
3916 current file. The corresponding variables are @code{org-todo-keywords} 3916 current file. The corresponding variables are @code{org-todo-keywords}
3917 and @code{org-todo-interpretation}. 3917 and @code{org-todo-interpretation}.
3918 @item #+TAGS: TAG1(c1) TAG2(c2) 3918 @item #+TAGS: TAG1(c1) TAG2(c2)
3919 These lines (several such lines are allowed) specify the legal tags in 3919 These lines (several such lines are allowed) specify the legal tags in
3920 this file, and (potionally) the corresponding @emph{fast tag selection} 3920 this file, and (potionally) the corresponding @emph{fast tag selection}
4487 @node Acknowledgments, , Bugs, Miscellaneous 4487 @node Acknowledgments, , Bugs, Miscellaneous
4488 @section Acknowledgments 4488 @section Acknowledgments
4489 @cindex acknowledgments 4489 @cindex acknowledgments
4490 @cindex thanks 4490 @cindex thanks
4491 4491
4492 Org-mode was written by Carsten Dominik, who still maintains it at the 4492 Org-mode was created by @value{AUTHOR}, who still maintains it at the
4493 Org-mode homepage @uref{http://www.astro.uva.nl/~dominik/Tools/org/}. 4493 Org-mode homepage @uref{http://www.astro.uva.nl/~dominik/Tools/org/}.
4494 The following people (in alphabetic order) have helped the development 4494 The following people (in alphabetic order) have helped the development
4495 along with ideas, suggestions and patches. Many thanks to all of you, 4495 along with ideas, suggestions and patches. Many thanks to all of you,
4496 Org-mode would not be what it is without your input. 4496 Org-mode would not be what it is without your input.
4497 4497
4498 @itemize @bullet 4498 @itemize @bullet
4499 @item 4499 @item
4500 Thomas Baumann contributed the code for links to the MH-E email system. 4500 @i{Thomas Baumann} contributed the code for links to the MH-E email
4501 @item 4501 system.
4502 Alex Bochannek provided a patch for rounding time stamps. 4502 @item
4503 @item 4503 @i{Alex Bochannek} provided a patch for rounding time stamps.
4504 Charles Caves' suggestion sparked the implementation of templates for 4504 @item
4505 Remember. 4505 @i{Charles Cave}'s suggestion sparked the implementation of templates
4506 @item 4506 for Remember.
4507 Pavel Chalmoviansky influenced the agenda treatment of items with 4507 @item
4508 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
4508 specified time. 4509 specified time.
4509 @item 4510 @item
4510 Gregory Chenov patched support for lisp forms into table calculations 4511 @i{Gregory Chenov} patched support for lisp forms into table
4511 and improved XEmacs compatibility. 4512 calculations and improved XEmacs compatibility.
4512 @item 4513 @item
4513 Sacha Chua suggested to copy some linking code from Planner. 4514 @i{Sacha Chua} suggested to copy some linking code from Planner.
4514 @item 4515 @item
4515 Kees Dullemond inspired the use of narrowed tabled columns. 4516 @i{Kees Dullemond} inspired the use of narrowed tabled columns.
4516 @item 4517 @item
4517 Christian Egli converted the documentation into TeXInfo format, patched 4518 @i{Christian Egli} converted the documentation into TeXInfo format,
4518 CSS formatting into the HTML exporter, and inspired the agenda. 4519 patched CSS formatting into the HTML exporter, and inspired the agenda.
4519 @item 4520 @item
4520 Nic Ferrier contributed mailcap and XOXO support. 4521 @i{Nic Ferrier} contributed mailcap and XOXO support.
4521 @item 4522 @item
4522 Kai Grossjohann pointed out key-binding conflicts caused by Org-mode. 4523 @i{Kai Grossjohann} pointed out key-binding conflicts caused by
4523 @item 4524 Org-mode.
4524 Stefan Monnier provided a patch to keep the Emacs-Lisp compiler happy. 4525 @item
4525 @item 4526 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
4526 Todd Neal provided patches for links to Info files and elisp forms. 4527 happy.
4527 @item 4528 @item
4528 Tim O'Callaghan suggested in-file links, search options for 4529 @i{Todd Neal} provided patches for links to Info files and elisp forms.
4529 general file links, and TAGS. 4530 @item
4530 @item 4531 @i{Tim O'Callaghan} suggested in-file links, search options for general
4531 Oliver Oppitz suggested multi-state TODO items. 4532 file links, and TAGS.
4532 @item 4533 @item
4533 Scott Otterson sparked the introduction of descriptive text for links, 4534 @i{Oliver Oppitz} suggested multi-state TODO items.
4534 among other things. 4535 @item
4535 @item 4536 @i{Scott Otterson} sparked the introduction of descriptive text for
4536 Pete Phillips helped the development of the TAGS feature. 4537 links, among other things.
4537 @item 4538 @item
4538 T.V. Raman reported bugs and suggested improvements. 4539 @i{Pete Phillips} helped the development of the TAGS feature.
4539 @item 4540 @item
4540 Matthias Rempe (Oelde) provided ideas, Windows support, and quality 4541 @i{T.V. Raman} reported bugs and suggested improvements.
4542 @item
4543 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
4541 control. 4544 control.
4542 @item 4545 @item
4543 Kevin Rogers contributed code to access VM files on remote hosts. 4546 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
4544 @item 4547 @item
4545 Frank Ruell solved the mystery of the @code{keymapp nil} bug, a conflict 4548 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
4546 with @file{allout.el}. 4549 conflict with @file{allout.el}.
4547 @item 4550 @item
4548 Philip Rooke created the Org-mode reference card and provided lots of feedback. 4551 @i{Philip Rooke} created the Org-mode reference card and provided lots
4549 @item 4552 of feedback.
4550 Christian Schlauer proposed angular brackets around links, among other 4553 @item
4551 things. 4554 @i{Christian Schlauer} proposed angular brackets around links, among
4552 @item 4555 other things.
4553 Linking to VM/BBDB/GNUS was inspired by Tom Shannon's 4556 @item
4557 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
4554 @file{organizer-mode.el}. 4558 @file{organizer-mode.el}.
4555 @item 4559 @item
4556 David O'Toole wrote @file{org-publish.el} and came up with lots is ideas 4560 @i{David O'Toole} wrote @file{org-publish.el} and came up with lots is
4557 for small changes. 4561 ideas for small changes.
4558 @item 4562 @item
4559 J@"urgen Vollmer contributed code generating the table of contents 4563 @i{J@"urgen Vollmer} contributed code generating the table of contents
4560 in HTML output. 4564 in HTML output.
4561 @item 4565 @item
4562 Chris Wallace provided a patch implementing the @samp{QUOTE} keyword. 4566 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
4563 @item 4567 keyword.
4564 David Wainberg suggested archiving, and improvements to the linking 4568 @item
4569 @i{David Wainberg} suggested archiving, and improvements to the linking
4565 system. 4570 system.
4566 @item 4571 @item
4567 John Wiegley wrote @file{emacs-wiki.el} and @file{planner.el}. The 4572 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}. The
4568 development of Org-mode was fully independent, and both systems are 4573 development of Org-mode was fully independent, and both systems are
4569 really different beasts in their basic ideas and implementation details. 4574 really different beasts in their basic ideas and implementation details.
4570 I later looked at John's code, however, and learned from his 4575 I later looked at John's code, however, and learned from his
4571 implementation of (i) links where the link itself is hidden and only a 4576 implementation of (i) links where the link itself is hidden and only a
4572 description is shown, and (ii) popping up a calendar to select a date. 4577 description is shown, and (ii) popping up a calendar to select a date.
4573 @item 4578 @item
4574 Carsten Wimmer suggested some changes and helped fix a bug in linking 4579 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
4575 to GNUS. 4580 linking to GNUS.
4576 @item 4581 @item
4577 Roland Winkler requested additional keybindings to make Org-mode 4582 @i{Roland Winkler} requested additional keybindings to make Org-mode
4578 work on a tty. 4583 work on a tty.
4579 @item 4584 @item
4580 Piotr Zielinski wrote @file{org-mouse.el} and showed how to follow links 4585 @i{Piotr Zielinski} wrote @file{org-mouse.el} and showed how to follow
4581 with mouse-1. 4586 links with mouse-1.
4582 @end itemize 4587 @end itemize
4583 4588
4584 @node Index, Key Index, Miscellaneous, Top 4589 @node Index, Key Index, Miscellaneous, Top
4585 @chapter Index 4590 @chapter Index
4586 4591