diff options
| author | Bastien Guerry | 2013-02-07 08:11:59 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-02-07 08:11:59 +0100 |
| commit | d351707783bbc9b42168d14f566dd63a8ecd9a1c (patch) | |
| tree | 905c5ce57b8f5e2c2baa3112e3017f3ce58b8b58 /doc | |
| parent | e364bc673cfb92194c7d4a034e3c65ea9137d7ff (diff) | |
| download | emacs-d351707783bbc9b42168d14f566dd63a8ecd9a1c.tar.gz emacs-d351707783bbc9b42168d14f566dd63a8ecd9a1c.zip | |
Merge Org 7.9.3e (commit b07a9bb).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/org.texi | 27 |
2 files changed, 22 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 49ef90d3da1..1b454741fc0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-02-07 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * org.texi (References): Clarify an example. | ||
| 4 | (Installation): Fix instructions. | ||
| 5 | (Org-Plot): Fix link. | ||
| 6 | (Checkboxes, Radio lists): Fix typos. | ||
| 7 | |||
| 1 | 2013-02-06 Glenn Morris <rgm@gnu.org> | 8 | 2013-02-06 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * cl.texi (Equality Predicates): Mention memql. | 10 | * cl.texi (Equality Predicates): Mention memql. |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index d41d2848cc6..7b880fc386c 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c %**start of header | 2 | @c %**start of header |
| 3 | @setfilename ../../info/org | 3 | @setfilename ../../info/org |
| 4 | @settitle The Org Manual | 4 | @settitle The Org Manual |
| 5 | @set VERSION 7.9.3d (GNU Emacs 24.3) | 5 | @set VERSION 7.9.3e (GNU Emacs 24.3) |
| 6 | 6 | ||
| 7 | @c Use proper quote and backtick for code sections in PDF output | 7 | @c Use proper quote and backtick for code sections in PDF output |
| 8 | @c Cf. Texinfo manual 14.2 | 8 | @c Cf. Texinfo manual 14.2 |
| @@ -903,17 +903,20 @@ $ git clone git://orgmode.org/org-mode.git | |||
| 903 | $ make autoloads | 903 | $ make autoloads |
| 904 | @end example | 904 | @end example |
| 905 | 905 | ||
| 906 | Note that @code{make autoloads} is mandatory: it defines Org's version and | 906 | Note that in this case, @code{make autoloads} is mandatory: it defines Org's |
| 907 | Org's autoloaded functions, respectively in @file{org-version.el} and in | 907 | version in @file{org-version.el} and Org's autoloads in |
| 908 | @file{org-loaddefs.el}. | 908 | @file{org-loaddefs.el}. |
| 909 | 909 | ||
| 910 | Remember to add the correct load-path as described in the method above. | 910 | Remember to add the correct load-path as described in the method above. |
| 911 | 911 | ||
| 912 | You can also compile and install Org from this git repository: check | 912 | You can also compile with @code{make}, generate the documentation with |
| 913 | @code{make help} to get the list of compilation/installation options. | 913 | @code{make doc}, create a local configuration with @code{make config} and |
| 914 | install Org with @code{make install}. Please run @code{make help} to get | ||
| 915 | the list of compilation/installation options. | ||
| 914 | 916 | ||
| 915 | For more detailed explanations on Org's build system, please check the Org | 917 | For more detailed explanations on Org's build system, please check the Org |
| 916 | Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html, Worg}. | 918 | Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html, |
| 919 | Worg}. | ||
| 917 | 920 | ||
| 918 | @node Activation, Feedback, Installation, Introduction | 921 | @node Activation, Feedback, Installation, Introduction |
| 919 | @section Activation | 922 | @section Activation |
| @@ -2444,7 +2447,7 @@ $1..$3 @r{first three fields in the current row} | |||
| 2444 | $P..$Q @r{range, using column names (see under Advanced)} | 2447 | $P..$Q @r{range, using column names (see under Advanced)} |
| 2445 | $<<<..$>> @r{start in third column, continue to the one but last} | 2448 | $<<<..$>> @r{start in third column, continue to the one but last} |
| 2446 | @@2$1..@@4$3 @r{6 fields between these two fields (same as @code{A2..C4})} | 2449 | @@2$1..@@4$3 @r{6 fields between these two fields (same as @code{A2..C4})} |
| 2447 | @@-1$-2..@@-1 @r{3 numbers from the column to the left, 2 up to current row} | 2450 | @@-1$-2..@@-1 @r{in the first row up, 3 fields from 2 columns on the left} |
| 2448 | @@I..II @r{between first and second hline, short for @code{@@I..@@II}} | 2451 | @@I..II @r{between first and second hline, short for @code{@@I..@@II}} |
| 2449 | @end example | 2452 | @end example |
| 2450 | 2453 | ||
| @@ -3023,9 +3026,9 @@ functions. | |||
| 3023 | 3026 | ||
| 3024 | Org-Plot can produce 2D and 3D graphs of information stored in org tables | 3027 | Org-Plot can produce 2D and 3D graphs of information stored in org tables |
| 3025 | using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode} | 3028 | using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode} |
| 3026 | @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}. To see | 3029 | @uref{http://xafs.org/BruceRavel/GnuplotMode}. To see this in action, ensure |
| 3027 | this in action, ensure that you have both Gnuplot and Gnuplot mode installed | 3030 | that you have both Gnuplot and Gnuplot mode installed on your system, then |
| 3028 | on your system, then call @code{org-plot/gnuplot} on the following table. | 3031 | call @code{org-plot/gnuplot} on the following table. |
| 3029 | 3032 | ||
| 3030 | @example | 3033 | @example |
| 3031 | @group | 3034 | @group |
| @@ -4486,7 +4489,7 @@ off a box while there are unchecked boxes above it. | |||
| 4486 | @orgcmd{C-c C-c,org-toggle-checkbox} | 4489 | @orgcmd{C-c C-c,org-toggle-checkbox} |
| 4487 | Toggle checkbox status or (with prefix arg) checkbox presence at point. | 4490 | Toggle checkbox status or (with prefix arg) checkbox presence at point. |
| 4488 | With a single prefix argument, add an empty checkbox or remove the current | 4491 | With a single prefix argument, add an empty checkbox or remove the current |
| 4489 | one@footnote{`C-u C-c C-c' on the @emph{first} item of a list with no checkbox | 4492 | one@footnote{@kbd{C-u C-c C-c} on the @emph{first} item of a list with no checkbox |
| 4490 | will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is | 4493 | will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is |
| 4491 | considered to be an intermediate state. | 4494 | considered to be an intermediate state. |
| 4492 | @orgcmd{C-c C-x C-b,org-toggle-checkbox} | 4495 | @orgcmd{C-c C-x C-b,org-toggle-checkbox} |
| @@ -15987,7 +15990,7 @@ Here is a @LaTeX{} example. Let's say that you have this in your | |||
| 15987 | \end@{comment@} | 15990 | \end@{comment@} |
| 15988 | @end example | 15991 | @end example |
| 15989 | 15992 | ||
| 15990 | Pressing `C-c C-c' on @code{a new house} and will insert the converted | 15993 | Pressing @kbd{C-c C-c} on @code{a new house} and will insert the converted |
| 15991 | @LaTeX{} list between the two marker lines. | 15994 | @LaTeX{} list between the two marker lines. |
| 15992 | 15995 | ||
| 15993 | @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking | 15996 | @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking |