diff options
| author | Carsten Dominik | 2009-02-02 21:00:46 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2009-02-02 21:00:46 +0000 |
| commit | 55033558b53324f4a63b6887ea50d8a2f235f7aa (patch) | |
| tree | bc7064cc124df3fd47c07f8563397ae86f21f8bc | |
| parent | 5ace2fe5ec1ac286b69e3ec3db9a0fba6a295f49 (diff) | |
| download | emacs-55033558b53324f4a63b6887ea50d8a2f235f7aa.tar.gz emacs-55033558b53324f4a63b6887ea50d8a2f235f7aa.zip | |
2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Structure editing, Handling links)
(Fast access to TODO states, Javascript support): Make standard docs
correctly reflect default variable settings.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/org.texi | 35 |
2 files changed, 24 insertions, 17 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 7659efeb9e6..d67f4d3a1b8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-02-02 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi (Structure editing, Handling links) | ||
| 4 | (Fast access to TODO states, Javascript support): Make standard docs | ||
| 5 | correctly reflect default variable settings. | ||
| 6 | |||
| 1 | 2009-02-02 Glenn Morris <rgm@gnu.org> | 7 | 2009-02-02 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * org.texi: Fix typos. | 9 | * org.texi: Fix typos. |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 69381ae6295..102f8bcf6a0 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | @setfilename ../../info/org | 3 | @setfilename ../../info/org |
| 4 | @settitle The Org Manual | 4 | @settitle The Org Manual |
| 5 | 5 | ||
| 6 | @set VERSION 6.20h | 6 | @set VERSION 6.21b |
| 7 | @set DATE January 2009 | 7 | @set DATE February 2009 |
| 8 | 8 | ||
| 9 | @dircategory Emacs | 9 | @dircategory Emacs |
| 10 | @direntry | 10 | @direntry |
| @@ -968,12 +968,13 @@ headline marker like @samp{****}. | |||
| 968 | Depending on the variables @code{org-yank-adjusted-subtrees} and | 968 | Depending on the variables @code{org-yank-adjusted-subtrees} and |
| 969 | @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will | 969 | @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will |
| 970 | paste subtrees folded and in a clever way, using the same command as @kbd{C-c | 970 | paste subtrees folded and in a clever way, using the same command as @kbd{C-c |
| 971 | C-x C-y}. With the default settings, level adjustment will take place and | 971 | C-x C-y}. With the default settings, no level adjustment will take place, |
| 972 | yanked trees will be folded unless doing so would swallow text previously | 972 | but the yanked tree will be folded unless doing so would swallow text |
| 973 | visible. Any prefix argument to this command will force a normal @code{yank} | 973 | previously visible. Any prefix argument to this command will force a normal |
| 974 | to be executed, with the prefix passed along. A good way to force a normal | 974 | @code{yank} to be executed, with the prefix passed along. A good way to |
| 975 | yank is @kbd{C-u C-y}. If you use @code{yank-pop} after a yank, it will yank | 975 | force a normal yank is @kbd{C-u C-y}. If you use @code{yank-pop} after a |
| 976 | previous kill items plainly, without adjustment and folding. | 976 | yank, it will yank previous kill items plainly, without adjustment and |
| 977 | folding. | ||
| 977 | @kindex C-c C-w | 978 | @kindex C-c C-w |
| 978 | @item C-c C-w | 979 | @item C-c C-w |
| 979 | Refile entry or region to a different location. @xref{Refiling notes}. | 980 | Refile entry or region to a different location. @xref{Refiling notes}. |
| @@ -2794,7 +2795,8 @@ link and description parts of the link. | |||
| 2794 | @c | 2795 | @c |
| 2795 | @cindex following links | 2796 | @cindex following links |
| 2796 | @kindex C-c C-o | 2797 | @kindex C-c C-o |
| 2797 | @item C-c C-o | 2798 | @kindex RET |
| 2799 | @item C-c C-o @r{or} @key{RET} | ||
| 2798 | Open link at point. This will launch a web browser for URLs (using | 2800 | Open link at point. This will launch a web browser for URLs (using |
| 2799 | @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for | 2801 | @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for |
| 2800 | the corresponding links, and execute the command in a shell link. When the | 2802 | the corresponding links, and execute the command in a shell link. When the |
| @@ -3231,15 +3233,13 @@ key after each keyword, in parenthesis. For example: | |||
| 3231 | (sequence "|" "CANCELED(c)"))) | 3233 | (sequence "|" "CANCELED(c)"))) |
| 3232 | @end lisp | 3234 | @end lisp |
| 3233 | 3235 | ||
| 3234 | If you then press @code{C-u C-c C-t} followed by the selection key, the | 3236 | If you then press @code{C-c C-t} followed by the selection key, the entry |
| 3235 | entry will be switched to this state. @key{SPC} can be used to remove | 3237 | will be switched to this state. @key{SPC} can be used to remove any TODO |
| 3236 | any TODO keyword from an entry. Should you like this way of selecting | 3238 | keyword from an entry.@footnote{Check also the variable |
| 3237 | TODO states a lot, you might want to set the variable | ||
| 3238 | @code{org-use-fast-todo-selection} to @code{t} and make this behavior | ||
| 3239 | the default. Check also the variable | ||
| 3240 | @code{org-fast-tag-selection-include-todo}, it allows to change the TODO | 3239 | @code{org-fast-tag-selection-include-todo}, it allows to change the TODO |
| 3241 | state through the tags interface (@pxref{Setting tags}), in case you | 3240 | state through the tags interface (@pxref{Setting tags}), in case you like to |
| 3242 | like to mingle the two concepts. | 3241 | mingle the two concepts. Note that this means you need to come up with |
| 3242 | unique keys across both sets of keywords.} | ||
| 3243 | 3243 | ||
| 3244 | @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions | 3244 | @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions |
| 3245 | @subsection Setting up keywords for individual files | 3245 | @subsection Setting up keywords for individual files |
| @@ -8174,6 +8174,7 @@ tdepth: @r{The depth of the table of contents. The defaults are taken from} | |||
| 8174 | ftoc: @r{Does the css of the page specify a fixed position for the toc?} | 8174 | ftoc: @r{Does the css of the page specify a fixed position for the toc?} |
| 8175 | @r{If yes, the toc will never be displayed as a section.} | 8175 | @r{If yes, the toc will never be displayed as a section.} |
| 8176 | ltoc: @r{Should there be short contents (children) in each section?} | 8176 | ltoc: @r{Should there be short contents (children) in each section?} |
| 8177 | @r{Make this @code{above} it the section should be above initial text.} | ||
| 8177 | mouse: @r{Headings are highlighted when the mouse is over them. Should be} | 8178 | mouse: @r{Headings are highlighted when the mouse is over them. Should be} |
| 8178 | @r{@samp{underline} (default) or a background color like @samp{#cccccc}.} | 8179 | @r{@samp{underline} (default) or a background color like @samp{#cccccc}.} |
| 8179 | buttons: @r{Should view-toggle buttons be everywhere? When @code{nil} (the} | 8180 | buttons: @r{Should view-toggle buttons be everywhere? When @code{nil} (the} |