Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-11-12 01:45:46 +01:00
commit 3375671e83
2 changed files with 4 additions and 3 deletions

View File

@ -17355,7 +17355,7 @@ If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
the entire table. the entire table.
@item @item
If the current buffer is a capture buffer, close the note and file it. With If the current buffer is a capture buffer, close the note and file it. With
a prefix argument, jump to the target location, without capturing anything. a prefix argument, also jump to the target location upon storing the note.
@item @item
If the cursor is on a @code{<<<target>>>}, update radio targets and If the cursor is on a @code{<<<target>>>}, update radio targets and
corresponding links in this buffer. corresponding links in this buffer.

View File

@ -932,8 +932,9 @@ the following lines anywhere in the buffer:
#+STARTUP: content #+STARTUP: content
#+STARTUP: showeverything #+STARTUP: showeverything
Set `org-agenda-inhibit-startup' to a non-nil value so as to Set `org-agenda-inhibit-startup' to a non-nil value if you want
ignore this option when Org opens agenda files for the first time." to ignore this option when Org opens agenda files for the first
time."
:group 'org-startup :group 'org-startup
:type '(choice :type '(choice
(const :tag "nofold: show all" nil) (const :tag "nofold: show all" nil)