[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: One vs many directories
From: |
Ihor Radchenko |
Subject: |
Re: One vs many directories |
Date: |
Wed, 25 Nov 2020 21:12:37 +0800 |
> ... It does
> evaluates and I get the result in the message buffer, but it does not
> expands in the Org buffer.
It is expected behaviour. According to the docstring of org-sbe, it only
returns the value, but does not actually change buffer.
If you want to replace the RESULTS, you need to use the following:
# Local Variables:
# eval: (let ((pos (org-babel-find-named-block "stages"))) (when pos
(save-excursion (org-with-point-at pos (org-babel-execute-src-block)))))
# End:
Best,
Ihor
Jean Louis <bugs@gnu.support> writes:
> * Eric S Fraga <e.fraga@ucl.ac.uk> [2020-11-24 12:46]:
>> On Tuesday, 24 Nov 2020 at 12:00, Jean Louis wrote:
>> > Can I automated the execution of Babel code upon opening of the Org
>> > file?
>>
>> You can, by using file local variables. For instance, for some files, I
>> do this:
>>
>> #+begin_src org
>> ,* local variables :noexport:
>> # Local Variables:
>> # eval: (org-sbe "startup")
>> # End:
>> #+end_src
>
> I have got it to work as I had to name the source block. It does
> evaluates and I get the result in the message buffer, but it does not
> expands in the Org buffer. That is what I wish to find out how.
>
> ** Stages
> #+NAME: stages
> #+BEGIN_SRC sql :engine postgresql :exports results :results replace
> SELECT 1 AS table;
> #+END_SRC
>
> # Local Variables:
> # eval: (org-sbe "stages")
> # End:
- Re: Local variables insecurities - Re: One vs many directories, (continued)
- org-sbe to automate some source block executions, Jean Louis, 2020/11/25
- Re: org-sbe to automate some source block executions, Ihor Radchenko, 2020/11/25
- Re: org-sbe to automate some source block executions, Jean Louis, 2020/11/25
- Re: One vs many directories, Jean Louis, 2020/11/25
- Re: One vs many directories, Eric S Fraga, 2020/11/25
- Re: One vs many directories, Jean Louis, 2020/11/25
- Re: One vs many directories,
Ihor Radchenko <=
- Re: One vs many directories, Jean Louis, 2020/11/25
- Re: One vs many directories, Dr. Arne Babenhauserheide, 2020/11/24
- Re: One vs many directories, Jean Louis, 2020/11/24
- Re: One vs many directories, Dr. Arne Babenhauserheide, 2020/11/25
- Re: One vs many directories, Jean Louis, 2020/11/25
- Re: One vs many directories, Ihor Radchenko, 2020/11/25
- Re: One vs many directories, Jean Louis, 2020/11/26
- Re: One vs many directories, Ihor Radchenko, 2020/11/26
- Re: One vs many directories, Ihor Radchenko, 2020/11/25
- Re: One vs many directories, Ihor Radchenko, 2020/11/25