update packages and add valign
This commit is contained in:
@@ -233,6 +233,11 @@ With optional prefix argument ARG, jump backward ARG many source blocks.
|
||||
Mark current source block." t)
|
||||
(register-definition-prefixes "ob-core" '("org-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from ob-csharp.el
|
||||
|
||||
(register-definition-prefixes "ob-csharp" '("org-babel-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from ob-css.el
|
||||
|
||||
@@ -241,7 +246,7 @@ Mark current source block." t)
|
||||
|
||||
;;; Generated autoloads from ob-ditaa.el
|
||||
|
||||
(register-definition-prefixes "ob-ditaa" '("org-"))
|
||||
(register-definition-prefixes "ob-ditaa" '("ob-ditaa--ensure-jar-file" "org-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from ob-dot.el
|
||||
@@ -340,6 +345,12 @@ remote variable references; a process which could likely result
|
||||
in the execution of other code blocks, and do not evaluate Lisp
|
||||
values in parameters.
|
||||
|
||||
The evaluation happens in the context of DATUM (babel call or inline
|
||||
babel call) for its local arguments, while evaluation of the references
|
||||
code block happens in the context (with point at) of that block.
|
||||
`org-babel-current-src-block-location' is bound to DATUM position
|
||||
during evaluation.
|
||||
|
||||
Return nil when not on an appropriate location. Otherwise return
|
||||
a list compatible with `org-babel-get-src-block-info', which
|
||||
see.
|
||||
@@ -502,7 +513,7 @@ ARG is the prefix argument received when calling interactively the function.
|
||||
|
||||
;;; Generated autoloads from oc-bibtex.el
|
||||
|
||||
(register-definition-prefixes "oc-bibtex" '("org-cite-bibtex-export-"))
|
||||
(register-definition-prefixes "oc-bibtex" '("org-cite-bibtex-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from oc-csl.el
|
||||
@@ -517,6 +528,35 @@ ARG is the prefix argument received when calling interactively the function.
|
||||
|
||||
;;; Generated autoloads from ol.el
|
||||
|
||||
(autoload 'org-link-preview "ol" "\
|
||||
Toggle display of link previews in the buffer.
|
||||
|
||||
When region BEG..END is active, preview links in the
|
||||
region.
|
||||
|
||||
When point is at a link, display a preview for that link only.
|
||||
Otherwise, display previews for links in current entry.
|
||||
|
||||
With numeric prefix ARG 1, also preview links with description in
|
||||
the active region, at point or in the current section.
|
||||
|
||||
With prefix ARG `\\[universal-argument]', clear link previews at
|
||||
point or in the current entry.
|
||||
|
||||
With prefix ARG `\\[universal-argument] \\[universal-argument]',
|
||||
display link previews in the accessible portion of the
|
||||
buffer. With numeric prefix ARG 11, do the same, but include
|
||||
links with descriptions.
|
||||
|
||||
With prefix ARG `\\[universal-argument] \\[universal-argument] \\[universal-argument]',
|
||||
hide all link previews in the accessible portion of the buffer.
|
||||
|
||||
This command is designed for interactive use. From Elisp, you can
|
||||
also use `org-link-preview-region'.
|
||||
|
||||
(fn &optional ARG BEG END)" t)
|
||||
(autoload 'org-link-preview-refresh "ol" "\
|
||||
Assure display of link previews in buffer and refresh them." t)
|
||||
(autoload 'org-next-link "ol" "\
|
||||
Move forward to the next link.
|
||||
If the link is in hidden text, expose it. When SEARCH-BACKWARD
|
||||
@@ -774,11 +814,14 @@ If the file does not exist, throw an error.
|
||||
(fn PATH &optional IN-EMACS LINE SEARCH)")
|
||||
(autoload 'org-open-at-point-global "org" "\
|
||||
Follow a link or a timestamp like Org mode does.
|
||||
Pass ARG to `org-link-open-to-string'.
|
||||
Also follow links and emails as seen by `thing-at-point'.
|
||||
This command can be called in any mode to follow an external
|
||||
link or a timestamp that has Org mode syntax. Its behavior
|
||||
is undefined when called on internal links like fuzzy links.
|
||||
Raise a user error when there is nothing to follow." t)
|
||||
Raise a user error when there is nothing to follow.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(autoload 'org-offer-links-in-entry "org" "\
|
||||
Offer links in the current entry and return the selected link.
|
||||
If there is only one link, return it.
|
||||
@@ -1561,7 +1604,7 @@ will be built under the headline at point.
|
||||
(autoload 'org-datetree-find-month-create "org-datetree" "\
|
||||
Find or create a month entry for date D.
|
||||
Compared to `org-datetree-find-date-create' this function creates
|
||||
entries grouped by month instead of days.
|
||||
entries grouped by year-month instead of year-month-day.
|
||||
If KEEP-RESTRICTION is non-nil, do not widen the buffer.
|
||||
When it is nil, the buffer will be widened to make sure an existing date
|
||||
tree can be found. If it is the symbol `subtree-at-point', then the tree
|
||||
@@ -1571,12 +1614,36 @@ will be built under the headline at point.
|
||||
(autoload 'org-datetree-find-iso-week-create "org-datetree" "\
|
||||
Find or create an ISO week entry for date D.
|
||||
Compared to `org-datetree-find-date-create' this function creates
|
||||
entries ordered by week instead of months.
|
||||
When it is nil, the buffer will be widened to make sure an existing date
|
||||
tree can be found. If it is the symbol `subtree-at-point', then the tree
|
||||
will be built under the headline at point.
|
||||
entries grouped by year-week-day instead of year-month-day. If
|
||||
KEEP-RESTRICTION is non-nil, do not widen the buffer. When it is
|
||||
nil, the buffer will be widened to make sure an existing date
|
||||
tree can be found. If it is the symbol `subtree-at-point', then
|
||||
the tree will be built under the headline at point.
|
||||
|
||||
(fn D &optional KEEP-RESTRICTION)")
|
||||
(autoload 'org-datetree-find-create-entry "org-datetree" "\
|
||||
Find or create an entry for date D.
|
||||
Moves point to the beginning of the entry.
|
||||
|
||||
TIME-GROUPING specifies the grouping levels of the datetree, and
|
||||
should be a subset of `(year quarter month week day)'. Weeks are
|
||||
assigned to years according to ISO-8601. If TIME-GROUPING
|
||||
contains both `month' and `week', then weeks are assigned to the
|
||||
month containing Thursday, for consistency with the ISO-8601
|
||||
year-week rule. If TIME-GROUPING contains `quarter' and `week'
|
||||
but not `month', quarters are defined as 13-week periods;
|
||||
otherwise they are defined as 3-month periods.
|
||||
|
||||
If KEEP-RESTRICTION is non-nil, do not widen the buffer. When it
|
||||
is nil, the buffer will be widened to make sure an existing date
|
||||
tree can be found. If it is the symbol `subtree-at-point', then
|
||||
the tree will be built under the headline at point.
|
||||
|
||||
If `org-datetree-add-timestamp' is non-nil and TIME-GROUPING
|
||||
includes `day' and a new entry is created, adds a time stamp
|
||||
after the new headline.
|
||||
|
||||
(fn TIME-GROUPING D &optional KEEP-RESTRICTION)")
|
||||
(register-definition-prefixes "org-datetree" '("org-datetree-"))
|
||||
|
||||
|
||||
@@ -1745,12 +1812,14 @@ element ending there.
|
||||
This function may modify the match data.
|
||||
|
||||
(fn &optional EPOM CACHED-ONLY)")
|
||||
(defsubst org-element-at-point-no-context (&optional pom) "\
|
||||
(autoload 'org-element-at-point-no-context "org-element" "\
|
||||
Quickly find element at point or POM.
|
||||
|
||||
It is a faster version of `org-element-at-point' that is not
|
||||
guaranteed to return cached element. `:parent' element may be
|
||||
deferred and slow to retrieve." (or (org-element-at-point pom 'cached-only) (org-element-with-disabled-cache (org-element-at-point pom))))
|
||||
deferred and slow to retrieve.
|
||||
|
||||
(fn &optional POM)")
|
||||
(autoload 'org-element-context "org-element" "\
|
||||
Return smallest element or object around point.
|
||||
|
||||
@@ -2061,6 +2130,12 @@ checker. Currently, two properties are supported:
|
||||
|
||||
(fn NAME SUMMARY FUN &rest PROPS)")
|
||||
(function-put 'org-lint-add-checker 'lisp-indent-function 1)
|
||||
(autoload 'org-lint-remove-checker "org-lint" "\
|
||||
Remove checker(s) from linter.
|
||||
NAME is the unique check identifier, as a non-nil symbol. NAMES
|
||||
are additional check identifiers to be removed.
|
||||
|
||||
(fn NAME &rest NAMES)")
|
||||
(autoload 'org-lint "org-lint" "\
|
||||
Check current Org buffer for syntax mistakes.
|
||||
|
||||
@@ -2648,8 +2723,10 @@ beginning and end position of the current table.
|
||||
(fn &optional BEGIN END)" t)
|
||||
(autoload 'org-table-map-tables "org-table" "\
|
||||
Apply function F to the start of all tables in the buffer.
|
||||
When TYPE is non-nil, only consider Org tables of that type (symbol
|
||||
`org' or symbol `table.el'.
|
||||
|
||||
(fn F &optional QUIETLY)")
|
||||
(fn F &optional QUIETLY TYPE)")
|
||||
(autoload 'org-table-export "org-table" "\
|
||||
Export table to a file, with configurable format.
|
||||
Such a file can be imported into usual spreadsheet programs.
|
||||
@@ -2669,9 +2746,10 @@ extension of the given file name, and finally on the variable
|
||||
(autoload 'org-table--align-field "org-table" "\
|
||||
Format FIELD according to column WIDTH and alignment ALIGN.
|
||||
FIELD is a string. WIDTH is a number. ALIGN is either \"c\",
|
||||
\"l\" or\"r\".
|
||||
\"l\" or\"r\". If FIELD-WIDTH is non-nil, then it's used as
|
||||
FIELD's width. Otherwise, it's calculated.
|
||||
|
||||
(fn FIELD WIDTH ALIGN)")
|
||||
(fn FIELD WIDTH ALIGN &optional FIELD-WIDTH)")
|
||||
(autoload 'org-table-justify-field-maybe "org-table" "\
|
||||
Justify the current field, text to left, number to right.
|
||||
Optional argument NEW may specify text to replace the current field content.
|
||||
@@ -2805,7 +2883,8 @@ a horizontal separator line, or a list of fields for that
|
||||
line. PARAMS is a property list of parameters that can
|
||||
influence the conversion.
|
||||
|
||||
Valid parameters are:
|
||||
Valid parameters are all the export options understood by the export
|
||||
backend and also:
|
||||
|
||||
:backend, :raw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user