aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorRasmus2017-10-05 21:30:05 +0200
committerRasmus2017-10-05 21:30:05 +0200
commit2a32ee1fbc148d440fc12aa390ed3d2cc7d6fe3b (patch)
tree43c391f7c71899e5feca84749c29e874c4d3c8bc /doc/misc
parent57ab49f7da6e7c978932b565ed63d66c07ce8c30 (diff)
downloademacs-2a32ee1fbc148d440fc12aa390ed3d2cc7d6fe3b.tar.gz
emacs-2a32ee1fbc148d440fc12aa390ed3d2cc7d6fe3b.zip
Update Org to v9.1.2
Please note this is a bugfix release. See etc/ORG-NEWS for details.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/org.texi19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index b6a4fa23557..72fbbade59e 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -4,7 +4,7 @@
4@settitle The Org Manual 4@settitle The Org Manual
5@include docstyle.texi 5@include docstyle.texi
6 6
7@set VERSION 9.1.1 7@set VERSION 9.1.2
8@set DATE 2017-09-17 8@set DATE 2017-09-17
9 9
10@c Version and Contact Info 10@c Version and Contact Info
@@ -1257,13 +1257,8 @@ Org uses just two commands, bound to @key{TAB} and
1257@end example 1257@end example
1258 1258
1259@vindex org-cycle-emulate-tab 1259@vindex org-cycle-emulate-tab
1260@vindex org-cycle-global-at-bob
1261The cursor must be on a headline for this to work@footnote{see, however, 1260The cursor must be on a headline for this to work@footnote{see, however,
1262the option @code{org-cycle-emulate-tab}.}. When the cursor is at the 1261the option @code{org-cycle-emulate-tab}.}.
1263beginning of the buffer and the first line is not a headline, then
1264@key{TAB} actually runs global cycling (see below)@footnote{see the
1265option @code{org-cycle-global-at-bob}.}. Also when called with a prefix
1266argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
1267 1262
1268@cindex global visibility states 1263@cindex global visibility states
1269@cindex global cycling 1264@cindex global cycling
@@ -1283,6 +1278,11 @@ When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
1283CONTENTS view up to headlines of level N will be shown. Note that inside 1278CONTENTS view up to headlines of level N will be shown. Note that inside
1284tables, @kbd{S-@key{TAB}} jumps to the previous field. 1279tables, @kbd{S-@key{TAB}} jumps to the previous field.
1285 1280
1281@vindex org-cycle-global-at-bob
1282You can run global cycling using @key{TAB} only if point is at the very
1283beginning of the buffer, but not on a headline, and
1284@code{org-cycle-global-at-bob} is set to a non-@code{nil} value.
1285
1286@cindex set startup visibility, command 1286@cindex set startup visibility, command
1287@orgcmd{C-u C-u @key{TAB},org-set-startup-visibility} 1287@orgcmd{C-u C-u @key{TAB},org-set-startup-visibility}
1288Switch back to the startup visibility of the buffer (@pxref{Initial visibility}). 1288Switch back to the startup visibility of the buffer (@pxref{Initial visibility}).
@@ -1659,11 +1659,9 @@ line. In particular, if an ordered list reaches number @samp{10.}, then the
1659list. An item ends before the next line that is less or equally indented 1659list. An item ends before the next line that is less or equally indented
1660than its bullet/number. 1660than its bullet/number.
1661 1661
1662@vindex org-list-empty-line-terminates-plain-lists
1663A list ends whenever every item has ended, which means before any line less 1662A list ends whenever every item has ended, which means before any line less
1664or equally indented than items at top level. It also ends before two blank 1663or equally indented than items at top level. It also ends before two blank
1665lines@footnote{See also @code{org-list-empty-line-terminates-plain-lists}.}. 1664lines. In that case, all items are closed. Here is an example:
1666In that case, all items are closed. Here is an example:
1667 1665
1668@example 1666@example
1669@group 1667@group
@@ -14991,6 +14989,7 @@ directory on the local machine.
14991 '(("org" 14989 '(("org"
14992 :base-directory "~/org/" 14990 :base-directory "~/org/"
14993 :publishing-directory "~/public_html" 14991 :publishing-directory "~/public_html"
14992 :publishing-function org-html-publish-to-html
14994 :section-numbers nil 14993 :section-numbers nil
14995 :with-toc nil 14994 :with-toc nil
14996 :html-head "<link rel=\"stylesheet\" 14995 :html-head "<link rel=\"stylesheet\"