diff options
| author | Rasmus | 2017-12-06 15:02:15 +0100 |
|---|---|---|
| committer | Rasmus | 2017-12-06 15:37:41 +0100 |
| commit | 445eefd238eb7c3843e18cd265c05f07233f8aff (patch) | |
| tree | 1b80ecda2301629cf8e1f0b2941e1f729952ca84 /doc/misc | |
| parent | 5381c70b7a9d46fe4de205363b99f761e2475f1f (diff) | |
| download | emacs-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.texi | 48 |
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 | |||
| 1299 | entire subtree of the parent. | 1299 | entire 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} |
| 1302 | Expose all the headings of the subtree, CONTENT view for just one subtree. | 1302 | Expose 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} |
| 1305 | Expose all direct children of the subtree. With a numeric prefix argument N, | 1305 | Expose all direct children of the subtree. With a numeric prefix argument N, |
| @@ -1461,10 +1461,10 @@ Demote current heading by one level. | |||
| 1461 | Promote the current subtree by one level. | 1461 | Promote the current subtree by one level. |
| 1462 | @orgcmd{M-S-@key{right},org-demote-subtree} | 1462 | @orgcmd{M-S-@key{right},org-demote-subtree} |
| 1463 | Demote the current subtree by one level. | 1463 | Demote 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} |
| 1465 | Move subtree up (swap with previous subtree of same | 1465 | Move subtree up (swap with previous subtree of same |
| 1466 | level). | 1466 | level). |
| 1467 | @orgcmd{M-S-@key{down},org-move-subtree-down} | 1467 | @orgcmd{M-@key{down},org-move-subtree-down} |
| 1468 | Move subtree down (swap with next subtree of same level). | 1468 | Move subtree down (swap with next subtree of same level). |
| 1469 | @orgcmd{M-h,org-mark-element} | 1469 | @orgcmd{M-h,org-mark-element} |
| 1470 | Mark the element at point. Hitting repeatedly will mark subsequent elements | 1470 | Mark the element at point. Hitting repeatedly will mark subsequent elements |
| @@ -5818,8 +5818,7 @@ The following commands insert or update the dynamic block: | |||
| 5818 | Insert a dynamic block capturing a column view. You will be prompted | 5818 | Insert a dynamic block capturing a column view. You will be prompted |
| 5819 | for the scope or ID of the view. | 5819 | for 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} |
| 5821 | Update dynamic block at point. The cursor needs to be in the | 5821 | Update 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} |
| 5824 | Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if | 5823 | Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if |
| 5825 | you have several clock table blocks, column-capturing blocks or other dynamic | 5824 | you 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 | |||
| 6604 | update it. The clock table always includes also trees with | 6603 | update 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} |
| 6607 | Update dynamic block at point. The cursor needs to be in the | 6606 | Update 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} |
| 6610 | Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if | 6608 | Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if |
| 6611 | you have several clock table blocks in a buffer. | 6609 | you have several clock table blocks in a buffer. |
| @@ -7352,6 +7350,7 @@ gnus | %:group, @r{for messages also all email fiel | |||
| 7352 | eww, w3, w3m | %:url | 7350 | eww, w3, w3m | %:url |
| 7353 | info | %:file %:node | 7351 | info | %:file %:node |
| 7354 | calendar | %:date | 7352 | calendar | %:date |
| 7353 | org-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 | ||
| 7600 | Activating @code{capture} handler pops up a @samp{Capture} buffer and fills | 7595 | Activating @code{capture} handler pops up a @samp{Capture} buffer and fills |
| 7601 | the capture template associated to the @samp{X} key with them. The template | 7596 | the capture template associated to the @samp{X} key with them. |
| 7602 | refers to the data through @code{%:url} and @code{%:title} placeholders. | ||
| 7603 | Moreover, any selected text in the browser is appended to the body of the | ||
| 7604 | entry. | ||
| 7605 | 7597 | ||
| 7606 | @example | 7598 | @example |
| 7607 | emacsclient org-protocol://capture?template=X?url=URL?title=TITLE?body=BODY | 7599 | emacsclient org-protocol://capture?template=X?url=URL?title=TITLE?body=BODY |
| 7608 | @end example | 7600 | @end example |
| 7609 | 7601 | ||
| 7610 | To use this feature, add a bookmark with an arbitrary name, e.g. | 7602 | To use this feature, add a bookmark with an arbitrary name, e.g. @samp{Org: |
| 7611 | @samp{Org: capture} and enter this as @samp{Location}: | 7603 | capture} and enter this as @samp{Location}: |
| 7612 | 7604 | ||
| 7613 | @example | 7605 | @example |
| 7614 | javascript:location.href='org-protocol://template=x'+ | 7606 | javascript:location.href='org-protocol://template=x'+ |
| @@ -7622,6 +7614,21 @@ The result depends on the capture template used, which is set in the bookmark | |||
| 7622 | itself, as in the example above, or in | 7614 | itself, 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 | ||
| 7623 | The 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 |
| 10783 | Toggle section-numbers (@code{org-export-with-section-numbers}). When set to | 10790 | Toggle section-numbers (@code{org-export-with-section-numbers}). When set to |
| 10784 | number @samp{n}, Org numbers only those headlines at level @samp{n} or above. | 10791 | number @samp{n}, Org numbers only those headlines at level @samp{n} or above. |
| 10785 | Set @code{UNNUMBERED} property to non-@code{nil} to disable numbering of | 10792 | Setting @code{UNNUMBERED} property to non-@code{nil} disables numbering of |
| 10786 | heading and subheadings entirely. | 10793 | a heading. Since subheadings inherit from this property, it affects their |
| 10794 | numbering, too. | ||
| 10787 | 10795 | ||
| 10788 | @item p: | 10796 | @item p: |
| 10789 | @vindex org-export-with-planning | 10797 | @vindex org-export-with-planning |