Accessing Sagemath interpreters from Org Babel

2025-04-19 Thread kevin lucas
I often use Sagemath within Org mode for my math notes, using the ob-sagemath package. Sage can provide an interface to many underlying interpreters, like GAP or Maxima, and I just figured out how to access these environments for single lines using `%` magic methods. So for example if I now need to

Re: Internal links to lines in different org files

2023-02-03 Thread kevin lucas
a way to export the text of the link, and not kill all the text? On Wed 1. Feb 2023 at 15:55, Ihor Radchenko wrote: > kevin lucas writes: > > > 1. Is this feature indeed specific to Doom Emacs? > > 2. If this behavior isn’t in org mode, could it be added? > > No.

Internal links to lines in different org files

2023-01-28 Thread kevin lucas
A neat little feature that as far as I can tell is only available in Doom Emacs is the ability to link to specific labeled lines from different org files. So for instance when I use org-roam I can in an org file with ID foo label a block of code with #+name: my_code and then from a different org fi