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

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

[elpa] externals/org 50a3558011 2/2: org-manual: Clarify auto-detection


From: ELPA Syncer
Subject: [elpa] externals/org 50a3558011 2/2: org-manual: Clarify auto-detection of code block result type
Date: Wed, 23 Nov 2022 20:57:58 -0500 (EST)

branch: externals/org
commit 50a35580112bfb63a61f0e33f741e7119b1065de
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-manual: Clarify auto-detection of code block result type
    
    * doc/org-manual.org (How to evaluate source code): Link to Results of
    evaluation section for details about the inserted code block result.
    (Type): Clarify that auto-detecting result type relies on specific
    language backend, linking to the relevant manual section.
    (Languages): Clarify that Worg is a website.
    
    Reported-by: Alain.Cochard@unistra.fr
    Link: https://orgmode.org/list/25461.4423.734070.149776@gargle.gargle.HOWL
---
 doc/org-manual.org | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index c2a5a0039f..760c1ee865 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18002,7 +18002,8 @@ see [[*Code Evaluation and Security Issues]].
 Org captures the results of the code block evaluation and inserts them
 in the Org file, right after the code block.  The insertion point is
 after a newline and the =RESULTS= keyword.  Org creates the =RESULTS=
-keyword if one is not already there.
+keyword if one is not already there.  More details in [[*Results of
+Evaluation]].
 
 By default, Org enables only Emacs Lisp code blocks for execution.
 See [[*Languages]] to enable other languages.
@@ -18257,8 +18258,12 @@ they are mutually exclusive.
 :END:
 
 Type tells what result types to expect from the execution of the code
-block.  Choose one of the options; they are mutually exclusive.  The
-default behavior is to automatically determine the result type.
+block.  Choose one of the options; they are mutually exclusive.
+
+The default behavior is to automatically determine the result type.
+The result type detection depends on the code block language, as
+described in the documentation for individual languages.  See
+[[*Languages]].
 
 #+attr_texinfo: :sep ,
 - =table=, =vector= ::
@@ -18865,8 +18870,8 @@ code block header arguments:
 #+cindex: source code, languages
 #+cindex: code block, languages
 
-Code blocks in dozens of languages are supported.  See Worg for
-[[https://orgmode.org/worg/org-contrib/babel/languages/index.html][language 
specific documentation]].
+Code blocks in dozens of languages are supported.  See Worg website
+for 
[[https://orgmode.org/worg/org-contrib/babel/languages/index.html][language 
specific documentation]].
 
 #+vindex: org-babel-load-languages
 By default, only Emacs Lisp is enabled for evaluation.  To enable or



reply via email to

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