Re: processing of babel blocks and select_tags

2022-10-23 Thread Ihor Radchenko
Eric S Fraga writes: > On Saturday, 19 Feb 2022 at 08:54, Jeremie Juste wrote: >> If I change eval: no_export to :eval no, Only the =Description= section >> is evaluated and exported. > > Interesting. I hadn't considered trying just "no". What a difference > this makes! The book compiles in

Re: processing of babel blocks and select_tags

2022-02-19 Thread Eric S Fraga
Dear Jeremie, On Saturday, 19 Feb 2022 at 08:54, Jeremie Juste wrote: > If I change eval: no_export to :eval no, Only the =Description= section > is evaluated and exported. Interesting. I hadn't considered trying just "no". What a difference this makes! The book compiles in seconds instead

Re: processing of babel blocks and select_tags

2022-02-18 Thread Jeremie Juste
Hello Eric, On Friday, 18 Feb 2022 at 11:57, Eric S Fraga wrote: > TL;DR: can I have org completely ignore src blocks in non-selected > sections during export without using COMMENT? If I change eval: no_export to :eval no, Only the =Description= section is evaluated and exported. That said, I

Re: processing of babel blocks and select_tags

2022-02-18 Thread Eric S Fraga
Hi John, On Friday, 18 Feb 2022 at 10:33, John Kitchin wrote: > I guess that is just expanding the src blocks, not actually running > them. I couldn't find where that happens though, it is early in the > export process I think. There are two types of lines that appear often in *Messages*: :

Re: processing of babel blocks and select_tags

2022-02-18 Thread John Kitchin
I guess that is just expanding the src blocks, not actually running them. I couldn't find where that happens though, it is early in the export process I think. Maybe you can just use a preprocessing hook to export to org, which should only include the selected sections, then export that to what

processing of babel blocks and select_tags

2022-02-18 Thread Eric S Fraga
Hello all, TL;DR: can I have org completely ignore src blocks in non-selected sections during export without using COMMENT? Longer version: I am in the process of writing a book. I prefer to have all the content in one file and use SELECT_TAGS to limit the export (for formatting) to the current