Hi Alan,
Alan Schmitt writes:
> Hi Andreas,
>
> On 2015-09-24 14:14, Andreas Leha writes:
>
>> if all of this is for a single block, you can get away quite cheaply
>> with sth along (untested)
>>
>> #+begin_src emacs-lisp :results silent
>> (save-excursion
>> ;; tangle
>> (org-babel-go
Hi Rainer,
On 2015-09-24 13:17, Rainer M Krug writes:
> Alan Schmitt writes:
>
>> Hello,
>>
>> I have a question I feel is very basic but I did not find the answer in
>> the manual. How can I trigger the tangling of a block upon export.
>
> Tangling and exporting are two different paths (well -
Hi Andreas,
On 2015-09-24 14:14, Andreas Leha writes:
> if all of this is for a single block, you can get away quite cheaply
> with sth along (untested)
>
> #+begin_src emacs-lisp :results silent
> (save-excursion
> ;; tangle
> (org-babel-goto-named-src-block "hello")
> (org-babel-
Hi Alan,
Rainer M Krug writes:
> Alan Schmitt writes:
>
>> Hello,
>>
>> I have a question I feel is very basic but I did not find the answer in
>> the manual. How can I trigger the tangling of a block upon export.
>
> Tangling and exporting are two different paths (well - one could see
> tanglin
I would add a third Elisp block that calls org-babel-tangle. Assuming all
your code blocks execute on export that will make it tangle. Or I have also
made an Elisp block that does the tangle and then runs the export command.
I.e. Not using the keyboard shortcuts for export.
On Thursday, September
Alan Schmitt writes:
> Hello,
>
> I have a question I feel is very basic but I did not find the answer in
> the manual. How can I trigger the tangling of a block upon export.
Tangling and exporting are two different paths (well - one could see
tangling as a special case of exporting).
You have