diff options
| author | Juanma Barranquero | 2005-06-23 01:15:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-23 01:15:19 +0000 |
| commit | 8485a053325503aceb13c3941b9faab3f8231cdf (patch) | |
| tree | 19a025e7422bc8a3a23af20e11ef4ec12116811a | |
| parent | ae24815bba553657f1d311d1d812a758304460fa (diff) | |
| download | emacs-8485a053325503aceb13c3941b9faab3f8231cdf.tar.gz emacs-8485a053325503aceb13c3941b9faab3f8231cdf.zip | |
(Remember): Texinfo usage fix.
| -rw-r--r-- | man/org.texi | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/man/org.texi b/man/org.texi index 69c323c5eba..e3d35cf19fa 100644 --- a/man/org.texi +++ b/man/org.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | @dircategory Emacs | 10 | @dircategory Emacs |
| 11 | @direntry | 11 | @direntry |
| 12 | * Org Mode: (org). Outline-based notes management and organizer | 12 | * Org Mode: (org). Outline-based notes management and organizer |
| 13 | @end direntry | 13 | @end direntry |
| 14 | 14 | ||
| 15 | @c Version and Contact Info | 15 | @c Version and Contact Info |
| @@ -264,7 +264,7 @@ MY PROJECTS -*- mode: org; -*- | |||
| 264 | 264 | ||
| 265 | @noindent which will select Org-mode for this buffer no matter what | 265 | @noindent which will select Org-mode for this buffer no matter what |
| 266 | the file's name is. See also the variable | 266 | the file's name is. See also the variable |
| 267 | @code{org-insert-mode-line-in-empty-file'}. | 267 | @code{org-insert-mode-line-in-empty-file'}. |
| 268 | 268 | ||
| 269 | @node Feedback, , Installation and Activation, Introduction | 269 | @node Feedback, , Installation and Activation, Introduction |
| 270 | @section Feedback | 270 | @section Feedback |
| @@ -710,7 +710,7 @@ above. | |||
| 710 | @kindex C-c ? | 710 | @kindex C-c ? |
| 711 | @item C-c ? | 711 | @item C-c ? |
| 712 | Which table column is the cursor in? Displays number >0 in echo | 712 | Which table column is the cursor in? Displays number >0 in echo |
| 713 | area. | 713 | area. |
| 714 | 714 | ||
| 715 | @cindex region, active | 715 | @cindex region, active |
| 716 | @cindex active region | 716 | @cindex active region |
| @@ -721,8 +721,8 @@ Sum the numbers in the current column, or in the rectangle defined by | |||
| 721 | the active region. The result is displayed in the echo area and can | 721 | the active region. The result is displayed in the echo area and can |
| 722 | be inserted with @kbd{C-y}. | 722 | be inserted with @kbd{C-y}. |
| 723 | 723 | ||
| 724 | @kindex S-@key{RET} | 724 | @kindex S-@key{RET} |
| 725 | @item S-@key{RET} | 725 | @item S-@key{RET} |
| 726 | When current field is empty, copy from first non-empty field above. | 726 | When current field is empty, copy from first non-empty field above. |
| 727 | When not empty, copy current field down to next row and move cursor | 727 | When not empty, copy current field down to next row and move cursor |
| 728 | along with it. Depending on the variable | 728 | along with it. Depending on the variable |
| @@ -954,7 +954,7 @@ cycling (@key{TAB}) to find a better place. Pressing @key{RET} or | |||
| 954 | @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor | 954 | @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor |
| 955 | @item @tab @key{left} @tab as same level, before current heading | 955 | @item @tab @key{left} @tab as same level, before current heading |
| 956 | @item @tab @key{right} @tab as same level, after current heading | 956 | @item @tab @key{right} @tab as same level, after current heading |
| 957 | @item not on headline @tab @key{RET} | 957 | @item not on headline @tab @key{RET} |
| 958 | @tab at cursor position, level taken from context. | 958 | @tab at cursor position, level taken from context. |
| 959 | Or use prefix arg to specify level manually. | 959 | Or use prefix arg to specify level manually. |
| 960 | @end multitable | 960 | @end multitable |
| @@ -969,8 +969,8 @@ Before inserting the text into a tree, the function ensures that the | |||
| 969 | text has a headline, i.e. a first line that starts with a @samp{*}. | 969 | text has a headline, i.e. a first line that starts with a @samp{*}. |
| 970 | If not, a headline is constructed from the current date and some | 970 | If not, a headline is constructed from the current date and some |
| 971 | additional data. If the variable @code{org-adapt-indentation} is | 971 | additional data. If the variable @code{org-adapt-indentation} is |
| 972 | non-nil, the entire text is also indented so that it starts in the | 972 | non-@code{nil}, the entire text is also indented so that it starts in |
| 973 | same column as the headline (after the asterisks). | 973 | the same column as the headline (after the asterisks). |
| 974 | 974 | ||
| 975 | @node TODO items, Timestamps, Hyperlinks, Top | 975 | @node TODO items, Timestamps, Hyperlinks, Top |
| 976 | @chapter TODO items | 976 | @chapter TODO items |
| @@ -1125,7 +1125,7 @@ in the line to make the changes known to Org-mode@footnote{Org-mode | |||
| 1125 | parses these lines only when Org-mode is activated after visiting a | 1125 | parses these lines only when Org-mode is activated after visiting a |
| 1126 | file. @kbd{C-c C-c} with the cursor in a line starting with @samp{#-} | 1126 | file. @kbd{C-c C-c} with the cursor in a line starting with @samp{#-} |
| 1127 | is simply restarting Org-mode, making sure that these changes will be | 1127 | is simply restarting Org-mode, making sure that these changes will be |
| 1128 | respected.}. | 1128 | respected.}. |
| 1129 | 1129 | ||
| 1130 | If you want to use very many keywords, for example when working with a | 1130 | If you want to use very many keywords, for example when working with a |
| 1131 | large group of people, you may split the names over several lines: | 1131 | large group of people, you may split the names over several lines: |
| @@ -1578,7 +1578,7 @@ Previous line (same as @key{down}). | |||
| 1578 | @kindex mouse-3 | 1578 | @kindex mouse-3 |
| 1579 | @kindex @key{SPC} | 1579 | @kindex @key{SPC} |
| 1580 | @item mouse-3 | 1580 | @item mouse-3 |
| 1581 | @itemx @key{SPC} | 1581 | @itemx @key{SPC} |
| 1582 | Display the original location of the item in another window. | 1582 | Display the original location of the item in another window. |
| 1583 | 1583 | ||
| 1584 | @kindex l | 1584 | @kindex l |
| @@ -1680,7 +1680,7 @@ Change the time stamp associated with the current line by one day into | |||
| 1680 | the future. With prefix argument, change it by that many days. For | 1680 | the future. With prefix argument, change it by that many days. For |
| 1681 | example, @kbd{3 6 5 S-@key{right}} will change it by a year. The | 1681 | example, @kbd{3 6 5 S-@key{right}} will change it by a year. The |
| 1682 | stamp is changed in the original org file, but the change is not | 1682 | stamp is changed in the original org file, but the change is not |
| 1683 | directly reflected in the agenda buffer. Use the | 1683 | directly reflected in the agenda buffer. Use the |
| 1684 | @kbd{r} key to update the buffer. | 1684 | @kbd{r} key to update the buffer. |
| 1685 | 1685 | ||
| 1686 | @kindex S-@key{left} | 1686 | @kindex S-@key{left} |
| @@ -1859,16 +1859,16 @@ creates only top level headlines and does the rest as items. | |||
| 1859 | @cindex active region | 1859 | @cindex active region |
| 1860 | @cindex transient-mark-mode | 1860 | @cindex transient-mark-mode |
| 1861 | @table @kbd | 1861 | @table @kbd |
| 1862 | @kindex C-c C-x a | 1862 | @kindex C-c C-x a |
| 1863 | @item C-c C-x a | 1863 | @item C-c C-x a |
| 1864 | Export as ASCII file. If there is an active region, only the region | 1864 | Export as ASCII file. If there is an active region, only the region |
| 1865 | will be exported. For an org file @file{myfile.org}, the ASCII file | 1865 | will be exported. For an org file @file{myfile.org}, the ASCII file |
| 1866 | will be @file{myfile.txt}. The file will be overwritten without | 1866 | will be @file{myfile.txt}. The file will be overwritten without |
| 1867 | warning. | 1867 | warning. |
| 1868 | @kindex C-c C-x h | 1868 | @kindex C-c C-x h |
| 1869 | @item C-c C-x h | 1869 | @item C-c C-x h |
| 1870 | Export as HTML file @file{myfile.html}. | 1870 | Export as HTML file @file{myfile.html}. |
| 1871 | @kindex C-c C-x C-h | 1871 | @kindex C-c C-x C-h |
| 1872 | @item C-c C-x C-h | 1872 | @item C-c C-x C-h |
| 1873 | Export as HTML file and open it with a browser. | 1873 | Export as HTML file and open it with a browser. |
| 1874 | @kindex C-c C-x t | 1874 | @kindex C-c C-x t |
| @@ -1914,7 +1914,7 @@ horizontal separator line will be formatted as table header fields. | |||
| 1914 | @cindex fixed width | 1914 | @cindex fixed width |
| 1915 | @item | 1915 | @item |
| 1916 | Lines starting with @samp{:} are typeset in a fixed-width font, to | 1916 | Lines starting with @samp{:} are typeset in a fixed-width font, to |
| 1917 | allow quoting of computer code etc. | 1917 | allow quoting of computer code etc. |
| 1918 | 1918 | ||
| 1919 | @cindex HTML tags | 1919 | @cindex HTML tags |
| 1920 | @item | 1920 | @item |
| @@ -1936,7 +1936,7 @@ additional information. These lines may be put anywhere in the file. | |||
| 1936 | The whole set of lines can be inserted into the buffer with @kbd{C-c | 1936 | The whole set of lines can be inserted into the buffer with @kbd{C-c |
| 1937 | C-x t}. For individual lines, a good way to make sure the keyword is | 1937 | C-x t}. For individual lines, a good way to make sure the keyword is |
| 1938 | correct it to type @samp{#+} and then use @kbd{M-@key{TAB}} completion | 1938 | correct it to type @samp{#+} and then use @kbd{M-@key{TAB}} completion |
| 1939 | (@pxref{Completion}). | 1939 | (@pxref{Completion}). |
| 1940 | 1940 | ||
| 1941 | @example | 1941 | @example |
| 1942 | #+TITLE: the title to be shown (default is the buffer name) | 1942 | #+TITLE: the title to be shown (default is the buffer name) |
| @@ -2162,7 +2162,7 @@ S-RET -> C-S-RET | |||
| 2162 | @end example | 2162 | @end example |
| 2163 | Yes, these are unfortunately more difficult to remember. If you want | 2163 | Yes, these are unfortunately more difficult to remember. If you want |
| 2164 | to have other replacement keys, look at the variable | 2164 | to have other replacement keys, look at the variable |
| 2165 | @code{org-disputed-keys}. | 2165 | @code{org-disputed-keys}. |
| 2166 | 2166 | ||
| 2167 | @end table | 2167 | @end table |
| 2168 | 2168 | ||
| @@ -2174,30 +2174,30 @@ Here is a list of things which should work differently, but which I | |||
| 2174 | have found too hard to fix. | 2174 | have found too hard to fix. |
| 2175 | 2175 | ||
| 2176 | @itemize @bullet | 2176 | @itemize @bullet |
| 2177 | @item | 2177 | @item |
| 2178 | If you call @code{fill-paragraph} (bound to @kbd{M-q}) in a table, the | 2178 | If you call @code{fill-paragraph} (bound to @kbd{M-q}) in a table, the |
| 2179 | filling is correctly disabled. However, if some text directly | 2179 | filling is correctly disabled. However, if some text directly |
| 2180 | (without an empty line in between) preceeds or follws a table, calling | 2180 | (without an empty line in between) preceeds or follws a table, calling |
| 2181 | @code{fill-paragraph} in that text will also fill the table like | 2181 | @code{fill-paragraph} in that text will also fill the table like |
| 2182 | normal text. Also, @code{fill-region} does bypass the | 2182 | normal text. Also, @code{fill-region} does bypass the |
| 2183 | @code{fill-paragraph} code and will fill tables like normal text. | 2183 | @code{fill-paragraph} code and will fill tables like normal text. |
| 2184 | @item | 2184 | @item |
| 2185 | When the application called by @kbd{C-c C-o} to open a file link fails | 2185 | When the application called by @kbd{C-c C-o} to open a file link fails |
| 2186 | (for example because the application does not exits or refuses to open | 2186 | (for example because the application does not exits or refuses to open |
| 2187 | the file), it does so silently. No error message is displayed. | 2187 | the file), it does so silently. No error message is displayed. |
| 2188 | @item | 2188 | @item |
| 2189 | Under XEmacs, if Org-mode entries are included into the diary, it is | 2189 | Under XEmacs, if Org-mode entries are included into the diary, it is |
| 2190 | not possible to jump back from the diary to the org file. Apparently, | 2190 | not possible to jump back from the diary to the org file. Apparently, |
| 2191 | the text properties are lost when the fancy-diary-display is used. | 2191 | the text properties are lost when the fancy-diary-display is used. |
| 2192 | However, from Org-mode's timeline and agenda buffers (created with | 2192 | However, from Org-mode's timeline and agenda buffers (created with |
| 2193 | @kbd{C-c C-r} and @kbd{C-c a}), things do work correctly. | 2193 | @kbd{C-c C-r} and @kbd{C-c a}), things do work correctly. |
| 2194 | @item | 2194 | @item |
| 2195 | Linux should also have a default viewer application, using mailcap. | 2195 | Linux should also have a default viewer application, using mailcap. |
| 2196 | Maybe we can use GNUS or VM mime code? Or dired's guessing commands? | 2196 | Maybe we can use GNUS or VM mime code? Or dired's guessing commands? |
| 2197 | Any hints (or even patches) are appreciated. | 2197 | Any hints (or even patches) are appreciated. |
| 2198 | @item | 2198 | @item |
| 2199 | When you write @samp{x = a /b/ c}, b will be exported in italics. | 2199 | When you write @samp{x = a /b/ c}, b will be exported in italics. |
| 2200 | @item | 2200 | @item |
| 2201 | The exporters work well, but could be made more efficient. | 2201 | The exporters work well, but could be made more efficient. |
| 2202 | @end itemize | 2202 | @end itemize |
| 2203 | 2203 | ||