Re: per-file (or, really, per buffer) allowing/disallowing code block execution

2022-09-06 Thread Steven Harris
There is a neat solution to this problem using * Local Variables :noexport: see the discussion at stackoverflow Cheers, Steven On Wed, 7 Sept 2022 at 05:07, Greg Minshall wrote: > Fedja, > > > Wha

Beginning with org-babel.

2022-02-24 Thread Steven Harris
Hi All Ansible is a system configuration-management tool that is based on "playbooks". These are collections of mostly YAML files, but also Jinja2 templates and unix configuration files. To execute one needs to run a unix shell command with a python virtualenv set up and usually some environment

Org and APL

2021-10-01 Thread Steven Harris
Hi All I'm trying, not for the first time, to get my head around the APL programming language. This uses some strange glyphs to achieve its purpose. I would like to write my notes and code snippets in an Org file or two and ideally be able to write in a literate-programming style using org-babel

Re: How to get shell source blocks to read my profile?

2021-03-15 Thread Steven Harris
Well on my mac Emacs is launched by Ruby. I remember having to allow ruby to do that two years ago when I set this up. But thanks for sharing your expertise. I've been a unixy admin for 20 years and didn't know a lot of that. Cheers Steven. On Tue, 16 Mar 2021 at 07:34, Tim Cross wrote: > >

Re: Get Grades Done: the joys of Org's simple power

2020-06-10 Thread Steven Harris
A simple tailored emacs docker image and a terminal emulator might do the trick for Mr Prater. I've recently used a docker image that is a self contained Gnu Octave application accessed through a web browser in a similar way that works for sighted folks. epflsti/octave-x11-novnc-docker:latest HTH