aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorRasmus2017-12-06 15:02:15 +0100
committerRasmus2017-12-06 15:37:41 +0100
commit445eefd238eb7c3843e18cd265c05f07233f8aff (patch)
tree1b80ecda2301629cf8e1f0b2941e1f729952ca84 /doc/misc
parent5381c70b7a9d46fe4de205363b99f761e2475f1f (diff)
downloademacs-445eefd238eb7c3843e18cd265c05f07233f8aff.tar.gz
emacs-445eefd238eb7c3843e18cd265c05f07233f8aff.zip
Backport: Update Org to v9.1.4
Please note this is a bugfix release. See etc/ORG-NEWS for details. (cherry picked from commit 567b5efe1f338c10c574758fb968915c5c34c909)
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/org.texi48
1 files changed, 28 insertions, 20 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 72fbbade59e..1f6e10287d1 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.2 7@set VERSION 9.1.4
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
@@ -1299,7 +1299,7 @@ level, all sibling headings. With a double prefix argument, also show the
1299entire subtree of the parent. 1299entire subtree of the parent.
1300@cindex show branches, command 1300@cindex show branches, command
1301@orgcmd{C-c C-k,outline-show-branches} 1301@orgcmd{C-c C-k,outline-show-branches}
1302Expose all the headings of the subtree, CONTENT view for just one subtree. 1302Expose all the headings of the subtree, CONTENTS view for just one subtree.
1303@cindex show children, command 1303@cindex show children, command
1304@orgcmd{C-c @key{TAB},outline-show-children} 1304@orgcmd{C-c @key{TAB},outline-show-children}
1305Expose all direct children of the subtree. With a numeric prefix argument N, 1305Expose all direct children of the subtree. With a numeric prefix argument N,
@@ -1461,10 +1461,10 @@ Demote current heading by one level.
1461Promote the current subtree by one level. 1461Promote the current subtree by one level.
1462@orgcmd{M-S-@key{right},org-demote-subtree} 1462@orgcmd{M-S-@key{right},org-demote-subtree}
1463Demote the current subtree by one level. 1463Demote the current subtree by one level.
1464@orgcmd{M-S-@key{up},org-move-subtree-up} 1464@orgcmd{M-@key{up},org-move-subtree-up}
1465Move subtree up (swap with previous subtree of same 1465Move subtree up (swap with previous subtree of same
1466level). 1466level).
1467@orgcmd{M-S-@key{down},org-move-subtree-down} 1467@orgcmd{M-@key{down},org-move-subtree-down}
1468Move subtree down (swap with next subtree of same level). 1468Move subtree down (swap with next subtree of same level).
1469@orgcmd{M-h,org-mark-element} 1469@orgcmd{M-h,org-mark-element}
1470Mark the element at point. Hitting repeatedly will mark subsequent elements 1470Mark the element at point. Hitting repeatedly will mark subsequent elements
@@ -5818,8 +5818,7 @@ The following commands insert or update the dynamic block:
5818Insert a dynamic block capturing a column view. You will be prompted 5818Insert a dynamic block capturing a column view. You will be prompted
5819for the scope or ID of the view. 5819for the scope or ID of the view.
5820@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update} 5820@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
5821Update dynamic block at point. The cursor needs to be in the 5821Update dynamic block at point.
5822@code{#+BEGIN} line of the dynamic block.
5823@orgcmd{C-u C-c C-x C-u,org-update-all-dblocks} 5822@orgcmd{C-u C-c C-x C-u,org-update-all-dblocks}
5824Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if 5823Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
5825you have several clock table blocks, column-capturing blocks or other dynamic 5824you have several clock table blocks, column-capturing blocks or other dynamic
@@ -6604,8 +6603,7 @@ argument, jump to the first clock report in the current document and
6604update it. The clock table always includes also trees with 6603update it. The clock table always includes also trees with
6605@code{:ARCHIVE:} tag. 6604@code{:ARCHIVE:} tag.
6606@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update} 6605@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
6607Update dynamic block at point. The cursor needs to be in the 6606Update dynamic block at point.
6608@code{#+BEGIN} line of the dynamic block.
6609@orgkey{C-u C-c C-x C-u} 6607@orgkey{C-u C-c C-x C-u}
6610Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if 6608Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
6611you have several clock table blocks in a buffer. 6609you have several clock table blocks in a buffer.
@@ -7352,6 +7350,7 @@ gnus | %:group, @r{for messages also all email fiel
7352eww, w3, w3m | %:url 7350eww, w3, w3m | %:url
7353info | %:file %:node 7351info | %:file %:node
7354calendar | %:date 7352calendar | %:date
7353org-protocol | %:link %:description %:annotation
7355@end smallexample 7354@end smallexample
7356 7355
7357@noindent 7356@noindent
@@ -7593,22 +7592,15 @@ javascript:location.href='org-protocol://store-link?url='+
7593@cindex capture protocol 7592@cindex capture protocol
7594@cindex protocol, capture 7593@cindex protocol, capture
7595 7594
7596@cindex capture, %:url placeholder
7597@cindex %:url template expansion in capture
7598@cindex capture, %:title placeholder
7599@cindex %:title template expansion in capture
7600Activating @code{capture} handler pops up a @samp{Capture} buffer and fills 7595Activating @code{capture} handler pops up a @samp{Capture} buffer and fills
7601the capture template associated to the @samp{X} key with them. The template 7596the capture template associated to the @samp{X} key with them.
7602refers to the data through @code{%:url} and @code{%:title} placeholders.
7603Moreover, any selected text in the browser is appended to the body of the
7604entry.
7605 7597
7606@example 7598@example
7607emacsclient org-protocol://capture?template=X?url=URL?title=TITLE?body=BODY 7599emacsclient org-protocol://capture?template=X?url=URL?title=TITLE?body=BODY
7608@end example 7600@end example
7609 7601
7610To use this feature, add a bookmark with an arbitrary name, e.g. 7602To use this feature, add a bookmark with an arbitrary name, e.g. @samp{Org:
7611@samp{Org: capture} and enter this as @samp{Location}: 7603capture} and enter this as @samp{Location}:
7612 7604
7613@example 7605@example
7614javascript:location.href='org-protocol://template=x'+ 7606javascript:location.href='org-protocol://template=x'+
@@ -7622,6 +7614,21 @@ The result depends on the capture template used, which is set in the bookmark
7622itself, as in the example above, or in 7614itself, as in the example above, or in
7623@code{org-protocol-default-template-key}. 7615@code{org-protocol-default-template-key}.
7624 7616
7617@cindex capture, %:link placeholder
7618@cindex %:link template expansion in capture
7619@cindex capture, %:description placeholder
7620@cindex %:description template expansion in capture
7621@cindex capture, %:annotation placeholder
7622@cindex %:annotation template expansion in capture
7623The following template placeholders are available:
7624
7625@example
7626%:link The URL
7627%:description The webpage title
7628%:annotation Equivalent to [[%:link][%:description]]
7629%i The selected text
7630@end example
7631
7625@node @code{open-source} protocol 7632@node @code{open-source} protocol
7626@subsection @code{open-source} protocol 7633@subsection @code{open-source} protocol
7627@cindex open-source protocol 7634@cindex open-source protocol
@@ -10782,8 +10789,9 @@ Toggle inclusion of inlinetasks (@code{org-export-with-inlinetasks}).
10782@cindex property, UNNUMBERED 10789@cindex property, UNNUMBERED
10783Toggle section-numbers (@code{org-export-with-section-numbers}). When set to 10790Toggle section-numbers (@code{org-export-with-section-numbers}). When set to
10784number @samp{n}, Org numbers only those headlines at level @samp{n} or above. 10791number @samp{n}, Org numbers only those headlines at level @samp{n} or above.
10785Set @code{UNNUMBERED} property to non-@code{nil} to disable numbering of 10792Setting @code{UNNUMBERED} property to non-@code{nil} disables numbering of
10786heading and subheadings entirely. 10793a heading. Since subheadings inherit from this property, it affects their
10794numbering, too.
10787 10795
10788@item p: 10796@item p:
10789@vindex org-export-with-planning 10797@vindex org-export-with-planning