Re: Import Reusable org-babel snippet using #+SETUPFILE

2020-06-17 Thread Salomon Turgman
Hey Doug, What types of things are in GeneralORGTools.org? Are those babel definitions? Or something else? -s- On Tue, Jun 16, 2020 at 11:21 AM Salomon Turgman wrote: > Thanks for the useful example. I will take a look. Didn't know about > org-sbe! > > -s- > > On Mo

Re: Import Reusable org-babel snippet using #+SETUPFILE

2020-06-16 Thread Salomon Turgman
Thanks for the useful example. I will take a look. Didn't know about org-sbe! -s- On Mon, 15 Jun 2020 15:52:16 -0400 Douglas Perrin wrote: > Hi Salomon Turgman, > I do this a lot and have had success using a combination of #+SETUPFILE to > bring in names and configuration, and

Import Reusable org-babel snippet using #+SETUPFILE

2020-06-09 Thread Salomon Turgman
Hello all, I have created what I hoped was a reusable org-babel snippet that looks like this: #+NAME: simulation #+HEADER: :var cap="DEFAULTCAPTION" :cache yes :eval no-export :var altimage="1_image.svg#img1" #+BEGIN_SRC emacs-lisp :var divid="defid" :var num=1 :results html :exports results (for

Re: How to add new type of block to a derived back-end?

2020-04-11 Thread Salomon Turgman
ms to work beautifully. Still need to figure out the counting of the number of simulations per page... but that should be trivial at this point. Thank you so much for all the pointers. -s- On Fri, Apr 10, 2020 at 1:14 PM Salomon Turgman wrote: > Thank you very much. I will explore what you sugg

Re: How to add new type of block to a derived back-end?

2020-04-10 Thread Salomon Turgman
Thank you very much. I will explore what you suggest. I'm glad I emailed, seems like I was going down the wrong path. Salomon On Fri, Apr 10, 2020, 1:10 PM Berry, Charles wrote: > Salomon, see inline comments below. > > HTH, > > Chuck > > > On Apr 10, 2020, at 7:

How to add new type of block to a derived back-end?

2020-04-10 Thread Salomon Turgman
Hello all, Thanks in advance for any hints you can provide for this. I am trying to create a derived back-end that handles a new type of block in org-mode. I am trying to derive using the html export backend as a parent. Currently I am solving my problem like this: #+CAPTION[Manual control]: Simu