emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 2d52741088 1/2: orgmanual-org: Mention results expo


From: ELPA Syncer
Subject: [elpa] externals/org 2d52741088 1/2: orgmanual-org: Mention results export as default for inline src blocks
Date: Sat, 2 Jul 2022 00:57:52 -0400 (EDT)

branch: externals/org
commit 2d52741088a7266f2b3299b502109185bd45dd35
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    orgmanual-org: Mention results export as default for inline src blocks
    
    * doc/org-manual.org (Exporting Code Blocks): Clarify that results are
    exported by default for inline source blocks.
    
    The issue has been reported in 
https://orgmode.org/list/CACJP=3n_8tqzBZ7GhmD+f44NPPTLBy31htxHxRHsELXTeMoy2Q@mail.gmail.com
---
 doc/org-manual.org | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 659edfa399..46e80aafac 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18183,10 +18183,11 @@ to pass data between code blocks.
 It is possible to export the /code/ of code blocks, the /results/ of
 code block evaluation, /both/ the code and the results of code block
 evaluation, or /none/.  Org defaults to exporting /code/ for most
-languages.  For some languages, such as ditaa, Org defaults to
-/results/.  To export just the body of code blocks, see [[*Literal
-Examples]].  To selectively export sub-trees of an Org document, see
-[[*Exporting]].
+languages and /results/ for inline code blocks.  For some languages,
+such as ditaa, Org defaults to /results/ both in ordinary source
+blocks and in inline source blocks.  To export just the body of code
+blocks, see [[*Literal Examples]].  To selectively export sub-trees of an
+Org document, see [[*Exporting]].
 
 #+cindex: @samp{exports}, header argument
 The =exports= header argument is to specify if that part of the Org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]