Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-08 Thread Rudolf Adamkovič
Christian and Ihor, Thank you folks for taking the time to explain the matter to me. Your messages made me realize that I completely misunderstood inline source blocks. It all makes sense, and I have no bug to report! Rudy -- "Programming reliably -- must be an activity of an undeniably

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-04 Thread Ihor Radchenko
Timothy writes: > Hi Ihor, > > Two comments on this: > >> The inline src block defaults should probably be documented. See >> >> Patches are welcome. > > I think it would also be nice if one could set inline header args with > `#+properties'

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-04 Thread Ihor Radchenko
Rudolf Adamkovič writes: > With #+PROPERTY: header-args+ :exports both, src_shell{ls} exports as > "ls". I did not expect that. Note that I executed a normal BEGIN_SRC > "shell" block seconds before, so Emacs must have loaded the relevant > Lisp code. I then started 'emacs -Q' and tried

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-03 Thread Timothy
Hi Ihor, Two comments on this: > The inline src block defaults should probably be documented. See > > Patches are welcome. I think it would also be nice if one could set inline header args with `#+properties' and `:PROPERTIES:' in the same

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-03 Thread Christian Heinrich
Hi Rudolf, as to your question when to use an inline src block: I use it particularly in documents that present results from data sets. For instance, when you calculate something (e.g., an average value), you can store it in a variable =foo= (e.g., in R, python etc., just make sure you use the

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-03 Thread Rudolf Adamkovič
Ihor Radchenko writes: > […] By default, unlike ordinary src blocks, inline src blocks are > only exported as results - code is not exported, only the result is > exported. […] Further, because Org is not always able to evaluate > src blocks (when the relevant ob-*.el is not loaded), inline

Re: [BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-03 Thread Ihor Radchenko
Rudolf Adamkovič writes: > the documentation at > > https://orgmode.org/manual/Structure-of-Code-Blocks.html > > says > > "Org offers two ways to structure source code in Org documents: in a > source code block, and directly inline. Both specifications are shown > below." > > and > > "An inline

[BUG] Inline src blocks do not work for LaTeX [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-07-03 Thread Rudolf Adamkovič
Hello folks, the documentation at https://orgmode.org/manual/Structure-of-Code-Blocks.html says "Org offers two ways to structure source code in Org documents: in a source code block, and directly inline. Both specifications are shown below." and "An inline code block conforms to this