mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-11 16:08:15 +00:00
Backport r115828 from Emacs trunk
This commit is contained in:
parent
a66028dfc5
commit
03ce57e7db
@ -13112,7 +13112,7 @@ channel."
|
|||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
The @code{my-ascii-src-block} function looks at the attribute above the
|
The @code{my-ascii-src-block} function looks at the attribute above the
|
||||||
element. If it isn’t true, it gives hand to the @code{ascii} back-end.
|
element. If it isn't true, it gives hand to the @code{ascii} back-end.
|
||||||
Otherwise, it creates a box around the code, leaving room for the language.
|
Otherwise, it creates a box around the code, leaving room for the language.
|
||||||
A new back-end is then created. It only changes its behaviour when
|
A new back-end is then created. It only changes its behaviour when
|
||||||
translating @code{src-block} type element. Now, all it takes to use the new
|
translating @code{src-block} type element. Now, all it takes to use the new
|
||||||
@ -13827,7 +13827,7 @@ ensure that no code blocks are evaluated as part of the export process. This
|
|||||||
can be useful in situations where potentially untrusted Org mode files are
|
can be useful in situations where potentially untrusted Org mode files are
|
||||||
exported in an automated fashion, for example when Org mode is used as the
|
exported in an automated fashion, for example when Org mode is used as the
|
||||||
markup language for a wiki. It is also possible to set this variable to
|
markup language for a wiki. It is also possible to set this variable to
|
||||||
@code{‘inline-only}. In that case, only inline code blocks will be
|
@code{'inline-only}. In that case, only inline code blocks will be
|
||||||
evaluated, in order to insert their results. Non-inline code blocks are
|
evaluated, in order to insert their results. Non-inline code blocks are
|
||||||
assumed to have their results already inserted in the buffer by manual
|
assumed to have their results already inserted in the buffer by manual
|
||||||
evaluation. This setting is useful to avoid expensive recalculations during
|
evaluation. This setting is useful to avoid expensive recalculations during
|
||||||
|
Loading…
Reference in New Issue
Block a user