aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJoakim Verona2013-03-01 00:04:00 +0100
committerJoakim Verona2013-03-01 00:04:00 +0100
commit1fb561e710e892d96da2681824984d2d4f106487 (patch)
treecb82521e46906e064b3688867a3ca5c18349ec14 /doc/misc
parentaa1ff60c7bba6f944522ca2f75f688c1323bdb39 (diff)
parent9d232fc451d9abc3e3ee3eead61176067470b24e (diff)
downloademacs-1fb561e710e892d96da2681824984d2d4f106487.tar.gz
emacs-1fb561e710e892d96da2681824984d2d4f106487.zip
auto upstream
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog16
-rw-r--r--doc/misc/org.texi13
-rw-r--r--doc/misc/tramp.texi34
3 files changed, 56 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 632f06d22b1..48561089dc0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,19 @@
12013-02-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (External methods): Mention `tramp-adb-program'.
4
52013-02-28 Bastien Guerry <bzg@gnu.org>
6
7 * org.texi (Visibility cycling): Suggest to set
8 `org-agenda-inhibit-startup' to nil if user wants the startup
9 visibility settings to be honored in any circumstances.
10 (Progress logging, Checkboxes): Fix typos.
11
122013-02-28 Michael Albinus <michael.albinus@gmx.de>
13
14 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
15 the macros, for Texinfo 4.13 and 5.0.
16
12013-02-24 Michael Albinus <michael.albinus@gmx.de> 172013-02-24 Michael Albinus <michael.albinus@gmx.de>
2 18
3 Port Tramp documentation to Texinfo 5.0. 19 Port Tramp documentation to Texinfo 5.0.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 16015e49362..1d7de18ada6 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.3e (GNU Emacs 24.3) 5@set VERSION 7.9.3f (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
@@ -1296,6 +1296,7 @@ Copy the @i{visible} text in the region into the kill ring.
1296@end table 1296@end table
1297 1297
1298@vindex org-startup-folded 1298@vindex org-startup-folded
1299@vindex org-agenda-inhibit-startup
1299@cindex @code{overview}, STARTUP keyword 1300@cindex @code{overview}, STARTUP keyword
1300@cindex @code{content}, STARTUP keyword 1301@cindex @code{content}, STARTUP keyword
1301@cindex @code{showall}, STARTUP keyword 1302@cindex @code{showall}, STARTUP keyword
@@ -1314,6 +1315,10 @@ buffer:
1314#+STARTUP: showeverything 1315#+STARTUP: showeverything
1315@end example 1316@end example
1316 1317
1318The startup visibility options are ignored when the file is open for the
1319first time during the agenda generation: if you want the agenda to honor
1320the startup visibility, set @code{org-agenda-inhibit-startup} to nil.
1321
1317@cindex property, VISIBILITY 1322@cindex property, VISIBILITY
1318@noindent 1323@noindent
1319Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties 1324Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
@@ -2439,7 +2444,7 @@ You may reference a rectangular range of fields by specifying two field
2439references connected by two dots @samp{..}. If both fields are in the 2444references connected by two dots @samp{..}. If both fields are in the
2440current row, you may simply use @samp{$2..$7}, but if at least one field 2445current row, you may simply use @samp{$2..$7}, but if at least one field
2441is in a different row, you need to use the general @code{@@row$column} 2446is in a different row, you need to use the general @code{@@row$column}
2442format at least for the first field (i.e., the reference must start with 2447format at least for the first field (i.e the reference must start with
2443@samp{@@} in order to be interpreted correctly). Examples: 2448@samp{@@} in order to be interpreted correctly). Examples:
2444 2449
2445@example 2450@example
@@ -4075,7 +4080,7 @@ module @file{org-depend.el}.
4075 4080
4076Org mode can automatically record a timestamp and possibly a note when 4081Org mode can automatically record a timestamp and possibly a note when
4077you mark a TODO item as DONE, or even each time you change the state of 4082you mark a TODO item as DONE, or even each time you change the state of
4078a TODO item. This system is highly configurable, settings can be on a 4083a TODO item. This system is highly configurable; settings can be on a
4079per-keyword basis and can be localized to a file or even a subtree. For 4084per-keyword basis and can be localized to a file or even a subtree. For
4080information on how to clock working time for a task, see @ref{Clocking 4085information on how to clock working time for a task, see @ref{Clocking
4081work time}. 4086work time}.
@@ -4431,7 +4436,7 @@ lists. But you can allow it by modifying @code{org-list-automatic-rules}
4431accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting 4436accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting
4432it with the string @samp{[ ]}. This feature is similar to TODO items 4437it with the string @samp{[ ]}. This feature is similar to TODO items
4433(@pxref{TODO Items}), but is more lightweight. Checkboxes are not included 4438(@pxref{TODO Items}), but is more lightweight. Checkboxes are not included
4434into the global TODO list, so they are often great to split a task into a 4439in the global TODO list, so they are often great to split a task into a
4435number of simple steps. Or you can use them in a shopping list. To toggle a 4440number of simple steps. Or you can use them in a shopping list. To toggle a
4436checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's 4441checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's
4437@file{org-mouse.el}). 4442@file{org-mouse.el}).
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 00b5e1e8dc1..1052b030691 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -20,6 +20,11 @@
20@c xxx and yyy are auxiliary macros in order to omit leading and 20@c xxx and yyy are auxiliary macros in order to omit leading and
21@c trailing whitespace. Not very elegant, but I don't know it better. 21@c trailing whitespace. Not very elegant, but I don't know it better.
22 22
23@c There are subtle differences between texinfo 4.13 and 5.0. We must
24@c declare two versions of the macro. This will be improved, hopefully.
25
26@c Texinfo 5.0.
27@ifset txicommandconditionals
23@macro xxx {one} 28@macro xxx {one}
24@set \one\ 29@set \one\
25@end macro 30@end macro
@@ -38,6 +43,26 @@
38@yyy{\user\,@@}@c 43@yyy{\user\,@@}@c
39\host\@value{postfix}\localname\ 44\host\@value{postfix}\localname\
40@end macro 45@end macro
46@end ifset
47
48@c Texinfo 4.13.
49@ifclear txicommandconditionals
50@macro xxx {one}@c
51@set \one\@c
52@end macro
53
54@macro yyy {one, two}@c
55@xxx{x\one\}@c
56@ifclear x@c
57\one\@w{}\two\@c
58@end ifclear
59@clear x\one\@c
60@end macro
61
62@macro trampfn {method, user, host, localname}@c
63@value{prefix}@yyy{\method\,@value{postfixhop}}@yyy{\user\,@@}\host\@value{postfix}\localname\@c
64@end macro
65@end ifclear
41 66
42@copying 67@copying
43Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. 68Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
@@ -998,9 +1023,11 @@ name.
998@cindex adb method 1023@cindex adb method
999 1024
1000This special method uses the Android Debug Bridge for connecting 1025This special method uses the Android Debug Bridge for connecting
1001Android devices. The Android Debug Bridge, part of the Android SDK, 1026Android devices. The Android Debug Bridge must be installed locally.
1002must be installed locally. The variable @var{tramp-adb-sdk-dir} must 1027Some GNU/Linux distributions offer it for installation, otherwise it
1003be set to its installation directory. 1028can be installed as part of the Android SDK. If @command{adb} is not
1029found via the @code{$PATH} environment variable, the variable
1030@var{tramp-adb-program} must point to its absolute path.
1004 1031
1005@end table 1032@end table
1006 1033
@@ -3892,3 +3919,4 @@ for @value{emacsothername}.
3892@c * Use `filename' resp. `file name' consistently. 3919@c * Use `filename' resp. `file name' consistently.
3893@c * Use `host' resp. `machine' consistently. 3920@c * Use `host' resp. `machine' consistently.
3894@c * Consistent small or capitalized words especially in menus. 3921@c * Consistent small or capitalized words especially in menus.
3922@c * Make a unique declaration of @trampfn.