Mercurial > emacs
comparison man/org.texi @ 67353:38acc8bcb12f
Remove trailing whitespace.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 06 Dec 2005 18:26:50 +0000 |
parents | 7d938f699a43 |
children | 62adeda8b0dd |
comparison
equal
deleted
inserted
replaced
67352:7d938f699a43 | 67353:38acc8bcb12f |
---|---|
1064 a definition, any formula in the table may use @samp{$m1} to refer to | 1064 a definition, any formula in the table may use @samp{$m1} to refer to |
1065 the value @samp{10}. Also, named fields can have their own formula | 1065 the value @samp{10}. Also, named fields can have their own formula |
1066 associated with them. | 1066 associated with them. |
1067 @item _ | 1067 @item _ |
1068 Similar to @samp{^}, but defines names for the fields in the row | 1068 Similar to @samp{^}, but defines names for the fields in the row |
1069 @emph{below}. | 1069 @emph{below}. |
1070 @item $ | 1070 @item $ |
1071 Fields in this row can define @emph{parameters} for formulas. For | 1071 Fields in this row can define @emph{parameters} for formulas. For |
1072 example, if a field in a @samp{$} row contains @samp{max=50}, then | 1072 example, if a field in a @samp{$} row contains @samp{max=50}, then |
1073 formulas in this table can refer to the value 50 using @samp{$max}. | 1073 formulas in this table can refer to the value 50 using @samp{$max}. |
1074 Parameters work exactly like constants, only that they can be defined on | 1074 Parameters work exactly like constants, only that they can be defined on |
1081 lines will be left alone by this command. | 1081 lines will be left alone by this command. |
1082 @item * | 1082 @item * |
1083 Selects this line for global recalculation with @kbd{C-u C-c *}, but | 1083 Selects this line for global recalculation with @kbd{C-u C-c *}, but |
1084 not for automatic recalculation. Use this when automatic | 1084 not for automatic recalculation. Use this when automatic |
1085 recalculation slows down editing too much. | 1085 recalculation slows down editing too much. |
1086 @item | 1086 @item |
1087 Unmarked lines are exempted from recalculation with @kbd{C-u C-c *}. | 1087 Unmarked lines are exempted from recalculation with @kbd{C-u C-c *}. |
1088 All lines that should be recalculated should be marked with @samp{#} | 1088 All lines that should be recalculated should be marked with @samp{#} |
1089 or @samp{*}. | 1089 or @samp{*}. |
1090 @end table | 1090 @end table |
1091 | 1091 |
1115 @samp{#+TBLFM} line. | 1115 @samp{#+TBLFM} line. |
1116 | 1116 |
1117 @kindex C-c C-c | 1117 @kindex C-c C-c |
1118 You may edit the @samp{#+TBLFM} directly and re-apply | 1118 You may edit the @samp{#+TBLFM} directly and re-apply |
1119 the changed equations with @kbd{C-c C-c} in that line, or with the | 1119 the changed equations with @kbd{C-c C-c} in that line, or with the |
1120 normal recalculation commands in the table. | 1120 normal recalculation commands in the table. |
1121 | 1121 |
1122 @kindex C-c ' | 1122 @kindex C-c ' |
1123 @kindex C-c C-c | 1123 @kindex C-c C-c |
1124 @kindex C-c C-q | 1124 @kindex C-c C-q |
1125 @kindex C-c ? | 1125 @kindex C-c ? |
1794 and time. | 1794 and time. |
1795 | 1795 |
1796 @kindex C-c ! | 1796 @kindex C-c ! |
1797 @item C-c ! | 1797 @item C-c ! |
1798 Like @kbd{C-c .}, but insert an inactive time stamp not triggering the | 1798 Like @kbd{C-c .}, but insert an inactive time stamp not triggering the |
1799 agenda. | 1799 agenda. |
1800 | 1800 |
1801 @kindex C-c < | 1801 @kindex C-c < |
1802 @item C-c < | 1802 @item C-c < |
1803 Insert a time stamp corresponding to the cursor date in the Calendar. | 1803 Insert a time stamp corresponding to the cursor date in the Calendar. |
1804 | 1804 |
2568 end of the outline tree. For example: | 2568 end of the outline tree. For example: |
2569 | 2569 |
2570 @example | 2570 @example |
2571 * COMMENT HTML style specifications | 2571 * COMMENT HTML style specifications |
2572 | 2572 |
2573 # Local Variables: | 2573 # Local Variables: |
2574 # org-export-html-style: " <style type=\"text/css\"> | 2574 # org-export-html-style: " <style type=\"text/css\"> |
2575 p @{font-weight: normal; color: gray; @} | 2575 p @{font-weight: normal; color: gray; @} |
2576 h1 @{color: black; @} | 2576 h1 @{color: black; @} |
2577 </style>" | 2577 </style>" |
2578 # End: *** | 2578 # End: *** |
2990 Stefan Monnier provided a patch with lots of little fixes to keep the | 2990 Stefan Monnier provided a patch with lots of little fixes to keep the |
2991 Emacs-Lisp compiler happy. | 2991 Emacs-Lisp compiler happy. |
2992 @item | 2992 @item |
2993 Kai Grossjohann pointed out that a number of key bindings in Org-mode | 2993 Kai Grossjohann pointed out that a number of key bindings in Org-mode |
2994 conflict with other packages. | 2994 conflict with other packages. |
2995 @item | 2995 @item |
2996 Roland Winkler pointed out that additional keybindings are needed to | 2996 Roland Winkler pointed out that additional keybindings are needed to |
2997 use Org-mode on a tty. | 2997 use Org-mode on a tty. |
2998 @item | 2998 @item |
2999 Tim O'Callaghan suggested in-file links, and search options for | 2999 Tim O'Callaghan suggested in-file links, and search options for |
3000 general file links. | 3000 general file links. |