emacs-orgmode
[Top][All Lists]
Advanced

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

Re: execute src block during export (Re: Worg HTML export problem?)


From: Max Nikulin
Subject: Re: execute src block during export (Re: Worg HTML export problem?)
Date: Fri, 12 Nov 2021 21:26:06 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 12/11/2021 00:24, Thomas S. Dye wrote:

The original problem is likely due to the default header arguments in ob-org.el, which are unusual.

It is great that the problem is solved. I do not think however that something inside ob-org.el may affect processing of a file before this package is loaded.

If I export both, then all is well.

#+begin_src emacs-lisp :results value none :exports both
  (org-babel-do-load-languages
   'org-babel-load-languages
   '((org . t)))
#+end_src

I feel that I have missed something. I do not see the purpose to include this source block in user docs. I expect that for accidental usage it is more convenient to type (require 'ob-org), while as a permanent settings it is possible to do customize-variable org-babel-load-languages or to use `add-to-list'.





reply via email to

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