ask.
>
>
It is funny how different people use the manual. IIRC, I started wtih
the example at the end of the section. I don't recall why (likely a good
guess), but I added the single header
#+STARTUP: beamer
from §13.8.5 in order to play with editing. When I tried exporting, I
had no dif
On Sat, Dec 21 2024, Max Nikulin wrote:
> On 21/12/2024 01:51, Leo Butler wrote:
>> On Fri, Dec 20 2024, Nikolaos Chatzikonstantinou wrote:
>>
>>> Do you want mathjax when viewing the readme file?
>>
>> Yes. The only documentation I have seen refers to ma
rying to upstream this addition?
> I would go ahead and try to open a pull request following the
> guidelines from this documentation
> (https://orgmode.org/worg/org-contribute.html) if there are none. Or
> is there a better way/no need for it in the first place?
See the instructions at
https://orgmode.org/worg/org-contribute.html#first-patch
Best regards,
Leo
g Org -> LaTeX, I suggest using something like the
following:
| \([x]\) |
Depending on the flavour of LaTeX you use, you can use a package to
typeset the left/right square brackets as |, e.g.
\newunicodechar{[}{|}
\newunicodechar{]}{|}
Leo
Ihor,
Please find attached the amended patch. All things considered, I think
this is the best option to fix the issue that has arisen.
Leo
From db509cf4b81f78a5c85cf12c7f7b2879f2a47397 Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Sun, 15 Dec 2024 21:20:26 -0600
Subject: [PATCH] lisp/ob
e
meant to work and how they can be configured.
Leo
>
> Or do you want mathjax in the generated html in a github pages? That can be
> done...
>
> Another place that org doesn't work (at all) is pypi.
>
> On Fri, Dec 20, 2024, 12:26 PM Leo Butler wrote:
>
>> Hel
that wiki,
nor can I find any other advice that works. DuckDuckGo suggested an AI,
but that seems to be a source of infinitely many wrong guesses and about
as much frustration (it's like trying to get a straight answer out of a
C student).
Any pointers or tips would be appreciated.
TI
On Tue, Dec 17 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Putting that into the batch file will result in it appearing in the
>> output of the source-code block. We are trying to stop that.
>
> FYI, I have basically no experience with Maxima. So, I was simpl
On Mon, Dec 16 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Attached is a patch to fix the problem that Benjamin has encountered.
>
> Thanks!
>
>> + '("(linenum:0," ;; remove fragment from command-line (see
>> `org-bab
Ihor,
Attached is a patch to fix the problem that Benjamin has encountered.
Best regards,
Leo
From acc099ca608b59c60f941d8dbff25a17e7adbf8c Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Sun, 15 Dec 2024 21:20:26 -0600
Subject: [PATCH] lisp/ob-maxima.el: fix Mac-related bug
* ob-maxima.el
Benjamin,
What if you remove the anchor at the beginning of the regexp? Does the
following work with the other tests?
(add-to-list 'org-babel-maxima--output-filter-regexps "(linenum:0,")
Best regards,
Leo
On Fri, Dec 13 2024, Benjamin McMillan wrote:
> Hi Leo,
> The fir
On Tue, Dec 10 2024, Benjamin McMillan wrote:
> Hi Leo,
> I get the following output:
>
> #+RESULTS:
>
> #+begin_example
> (linenum:0,
> #+end_example
>
> and from *messages*:
>
> Executing Maxima source code block
> maxima -r \(linen
<2024-12-11 Wed 19:00-21:00 @+03,Europe/Istanbul>
Ihor,
Thanks for sharing those slides, your Org file and your work on Org.
Best regards,
Leo
On Mon, Dec 09 2024, Leo Butler wrote:
> On Sun, Dec 08 2024, Ihor Radchenko wrote:
>
>> Benjamin McMillan writes:
>>
>>> This outputs
>>> #+RESULTS:
>>> | (linenum:0, |
>>> | 4 |
>>>
>>> I suppose the issue
ould be outputting linenum:0
>
> Setting linenum was introduced in
> https://list.orgmode.org/orgmode/87jzsrai3x.fsf@localhost/
>
> It clearly does not affect Linux, but Maxima on MacOS appears to have
> slightly different behavior.
>
> I am CCing the author of the original
o
noexport when the export backend is latex and similar for latexonly.
Add that function to the `org-export-before-processing-functions' so it
gets executed before export begins.
Attached is an example.
Note that you likely would need to fiddle with conditionally loading
packages, dependin
#00212
Best regards,
Leo
On Thu, Oct 24 2024, John Ciolfi wrote:
> To use org with MATLAB, one needs to advise the org functions to
> change their behavior, and I'll like to eliminate that workaround, so
> I'd like to propose some changes, but am not clear on how to prop
cludemedia[addresource=%s,flashvars={source=%s&autoPlay=true}]{\\fbox{%s}}{PLAYER}\n"
path path description))
(t
(format "")
#+end_src
should allow you to use
,
perhaps) and also be able to generate a new FDF with the edited
structure.
Best regards,
Leo
[1] https://xournalpp.github.io/
https://xournalpp.github.io/guide/whirlwind-tour/#annotating-pdf-files
On Fri, Jul 19 2024, Balaji Bikshandi wrote:
> Hi Ihor,
>
> Glad you are intereste
't allow executables in /tmp folder!
How about:
(setq org-babel-temporary-directory
(let ((temporary-file-directory "/path/you/prefer"))
(make-temp-file "babel-" t)))
Leo
for advice on later sections, below.
From 4e262898feb349dad2f5b5afe8960c8e09723862 Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Wed, 24 Apr 2024 12:57:58 -0500
Subject: [PATCH] org-tutorials/org-plot.org: update documentation and examples
- Replace dead link to org-plot.el with link to it on
Debian
(insert (org-version))
9.6.23
and either terminal emacs (in an xterm) or gui emacs.
Leo
‘M-’ (‘org-table-move-column-left’)
Move the current column left.
‘M-’ (‘org-table-move-column-right’)
Move the current column right.
‘M-S-’ (‘org-table-delete-column’)
Kill the current
(info "(org)Built-in Table Editor")
‘M-S-’ (‘org-table-insert-column’)
Insert a new column at point position. Move the recent column and
all cells to the right of this column to the right.
Leo
On Mon, Apr 22 2024, Jude DaShiell wrote:
> when making a table in orgmode
"export
odt" with "export html"). But when I export to odt, something weird
happens: contents.xml contains the fragment of mathml, but it is not
displayed in libreoffice. On the other hand, the snippet in the third
sub-section, that is saved to file, is handled correctly (the somewhat
On Sun, Mar 17 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>>> I'd prefer to keep this information in the INFO channel.
>>>> It will be more consistent.
>>
>> Apologies, I messed up the patch in the previous email.
>>
>&
On Sat, Mar 16 2024, Leo Butler wrote:
> On Fri, Mar 15 2024, Ihor Radchenko wrote:
>
>> Leo Butler writes:
>>
>>>> Leo, may you improve the patch to avoid defining
>>>> `org-beamer-frame-environment' when it is not used in all the frames?
&g
On Fri, Mar 15 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> Leo, may you improve the patch to avoid defining
>>> `org-beamer-frame-environment' when it is not used in all the frames?
>>
>> "all the" should be "any of" i
ds to circumvent "\begin-or-end{frame} inside
>> frame" -> set local variable in file AND newenvironment is generated AND
>> frame is changed where it is strictly necessary,
>
> I do not like that users would need to do manual action in situation 2.
> For situation 1
; to those frames that contain either
\begin{frame} or \end{frame} in their body.
This has the nice side-effect that one can include example frames
generated by Org without causing an error (previously, Org exported
latex that would not compile). See the attachments.
Leo
From cab7cd149868be86f80d2
confirm this, please?
Incidentally, I did propose that we introduce a BEAMER_FRAME property so
that it could be manually set, but Ihor did not like that idea so it got
scrapped.
Thanks,
Leo
From 4fef88ac31272a39e948fcd334bee28e444a7535 Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Fri, 1
On Mon, Feb 19 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> What about not adding BEAMER_FRAME, but instead adding org-lint checker
>>> that will detect when frame text contains the problematic \end{orgframe}?
>>
>> Ok, thanks for your feedback.
On Thu, Feb 01 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Replying to self: Attached is a patch that adds a property,
>> BEAMER_FRAME, that lets the frame environment name be set on a
>> frame-by-frame basis. In addition, it typesets any fragile frame in the
&
On Mon, Feb 05 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Q: if #+setupfile points to a real file available to download, does Org
>> evaluate that file?
>
> keywords and startup options are taken from there. No Elisp code present
> in #+SETUPFILE is evalu
On Sun, Feb 04 2024, Max Nikulin wrote:
> On 03/02/2024 02:04, Leo Butler wrote:
>> When I opened your email in Gnus, I was greeted with the same
>> (bewildering) message. Given that Org still tried to download the
>> setupfile after being told not to, I think this is a ma
tried to download the
setupfile after being told not to, I think this is a majour security
hole.
This is also related to another thread concerning Org and email.
https://list.orgmode.org/orgmode/87cyteyhif.fsf@localhost/
Leo
On Fri, Jan 26 2024, Leo Butler wrote:
> On Fri, Jan 26 2024, Ihor Radchenko wrote:
>
>> Leo Butler writes:
>>
>>>> Apparently, LaTeX has really hard time processing verbatim code inside
>>>> beamer frames.
>>>
>>> I looked a
On Fri, Jan 26 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> Apparently, LaTeX has really hard time processing verbatim code inside
>>> beamer frames.
>>
>> I looked again at the solution here:
>> https://tex.stackexchange.com/questions/14
On Wed, Jan 24 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> I think the documentation and example needs to be corrected. I have
>> attached a patch.
>
> Thanks! Applied.
> https://git.sr.ht/~bzg/worg/commit/aedea59f
Attached is a second patch to de-lint t
On Wed, Jan 24 2024, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>>> 1. ox-latex export bug for src blocks containing direct LaTeX when
>>>>org-latex-src-block-backend is set to its default 'verbatim value
>>>
>>> This appears to
nclude correct image files, the whole randomization and
> quality control subsystem (what STACK calls "deployment of
> variants"). I don't know how the latter can be made sense of in Org
> Mode. Even things like the random number seeds that index different
> variants mig
g graders in STACK is
pretty tedious.
I agree that we need ob-maxima.el to properly handle sessions. Note that
you can use Maxima to create graphs, too.
One thing that I am not sure I understand about your thoughts: do you
envision a Moodle emulator based on org-mode, or do you just want to be
able to write Moodle questions or glossaries with org-mode?
Best regards,
Leo
[1]
https://sourceforge.net/p/maxima/mailman/maxima-discuss/thread/87a6d4ajgk.fsf%40t14.reltub.ca/#msg37634141
On Fri, Dec 22 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> What will happen if we have something like :results value or :results
>>> output instead of :results file link?
>>
>> Originally, I felt that only ":results file" makes sense.
On Thu, Dec 14 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> From 7d8e406bc4a92e2e2eab772b2671dcd72ca8c202 Mon Sep 17 00:00:00 2001
>> From: Leo Butler
>> Date: Tue, 12 Dec 2023 12:32:41 -0600
>> Subject: [PATCH] lisp/ob-C.el: add :compile-only header to
h to ob-ditaa.el (likely in January).
Leo
From 15cdaff68d3ecd1348ac8b3b3998cb146e6d5345 Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Thu, 26 Oct 2023 20:49:41 -0500
Subject: [PATCH] org-contrib/babel/languages/ob-doc-ditaa.org: update
documentation
* org-contrib/babel/languages/ob-doc-ditaa.o
On Thu, Dec 14 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> From 7d8e406bc4a92e2e2eab772b2671dcd72ca8c202 Mon Sep 17 00:00:00 2001
>> From: Leo Butler
>> Date: Tue, 12 Dec 2023 12:32:41 -0600
>> Subject: [PATCH] lisp/ob-C.el: add :compile-only header to
On Fri, Dec 08 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> I submitted an imperfect patch some time ago [1] that targeted your use
>> case: allow ob-C.el to create a named binary.
> Note that I did not oppose the above behaviour when the result of
> evaluat
!\n";
#+end_src
#+begin_src bash :async t
mpirun -np 4 ./hello-world
#+end_src
As I said, the patch I wrote was not perfect, but I am happy to re-visit
the issue. The ability to create named binaries would significantly
increase the usability of ob-C for projects where you want to compile
the source once and run the binary repeatedly for potentially long
periods of time.
Leo
[1] https://list.orgmode.org/87fs81egk5@t14.reltub.ca/
stur.ifi.uio.no/
At the bottom of the thread, the developer of davmail recommends setting
davmail.imapAlwaysApproxMsgSize=true
in the configuration file. That one change has made MS outlook + gnus as
fast (or slow) as it was before needing the davmail shim.
Leo
On Tue, Dec 05 2023, "Fraga, Eric" wrote:
> On Tuesday, 5 Dec 2023 at 16:59, Leo Butler wrote:
>> You mentioned returning a value from a maxima code block.
>
> By this, I mean the value of the last sexp as some other src blocks do
> (elisp? octave? Not sure which...
On Tue, Dec 05 2023, "Fraga, Eric" wrote:
> On Tuesday, 5 Dec 2023 at 16:42, Leo Butler wrote:
>> With recent versions of ob-maxima.el, you can set header arguments to
>> get the behaviour Eduardo expected:
>
> Thank you. This is great news.
>
> I'm g
tps://orgmode.org/worg//org-contrib/babel/languages/ob-doc-maxima.html
Leo
st.orgmode.org/orgmode/87bkcmlor9@t14.reltub.ca/
I mis-identified the culprit; you corrected me by pointing out the bug
is in `process-file'. And you confirmed the bug:
https://list.orgmode.org/orgmode/87fs1xbis1.fsf@localhost/
Russell Adams and I suggested ssh-specific work-arounds that prevent ssh
from grabbing stdin (either -n or -f).
Leo
On Sat, Nov 11 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> And even if we do want to add certain features in future (like
>>> supporting ditaa executable herein), it does not mean that we have to
>>> rush them by any cost.
>>
>> Ihor
On Fri, Nov 10 2023, Max Nikulin wrote:
> On 10/11/2023 10:19, Leo Butler wrote:
>> On Thu, Nov 09 2023, Max Nikulin wrote:
>>
>>> diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el
> [...]
>>> should allow to set :java to
>>>
>>>
On Fri, Nov 10 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> While I was reviewing the documentation, ob-doc-ditaa.org, and the
>> source, ob-ditaa.el, I realized that there is a simple way to run a
>> script file instead of a jar file. The documentation p
On Thu, Nov 09 2023, Max Nikulin wrote:
> On 09/11/2023 10:17, Leo Butler wrote:
>> While I was reviewing the documentation, ob-doc-ditaa.org, and the
>> source, ob-ditaa.el, I realized that there is a simple way to run a
>> script file instead of a jar file.
>
&
forward.
>
> +1
> This is a relatively simple task.
> One can indeed use ob-plantuml as a reference to extend ob-ditaa.
> Patches welcome!
While I was reviewing the documentation, ob-doc-ditaa.org, and the
source, ob-ditaa.el, I realized that there is a simple way to run a
script file
/env "$0" "$@"
>
> (or "$(basename "$0")")
>
> mounted to flatpak runtime and added to $PATH. Perhaps another
> approach exist and it should be discussed with the packager and Emacs
> developers.
Florin,
Max is right, there are work-arounds
ting a patch is also welcome.
I am looking at ob-ditaa. Patching it looks within my reach.
Is there no testsuite for it?
Leo
issue with emacs, right?
Yes, that is my understanding. Perhaps you can report it to the
emacs-devel mailing list.
Leo
md64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.3-1 (2023-09-13)
x86_64 GNU/Linux
Not working:
#+begin_src bash :results output
ssh SSH-HOST 'echo foo>/tmp/foo_file'
echo $(uname -a) |tee /tmp/uname1.txt
#+end_src
If you look at /tmp after running the third example, you see that that
second command line has not been executed.
Leo
On Fri, Oct 20 2023, "Dr. Arne Babenhauserheide" wrote:
> Leo Butler writes:
>
>>>> [...]
>>>>(cmd (concat "java " java " " org-ditaa-jar-option " "
>>>> (shell-quote-argument
>>
be changed? Please? :-)
The deeper reason is likely that ob-ditaa worked for whomever wrote it,
and users have either accepted its limitations (if noted), worked around
them, or gave up.
>
> How can I make it accept a command line?
>
> Is there any "generic" way of making org-babel accept a command line,
> not necessarily going through "org-ditaa", as a workaround?
You could use ob-shell, but it would be preferable to fix the bug you
have identified.
>
> Thanks & cheers,
> Florin.
Leo
On Wed, Oct 04 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Attached is:
>>
>> - my previous patch, rebased against the latest HEAD and only modified
>> to include a patch to etc/ORG-NEWS
>> - a patch to the worg docs that corrects the url
On Fri, Sep 22 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> What is the purpose of this `unwind-protect'?
>>> In its current form, it does nothing because no UNWINDFORMS are
>>> provided.
>>
>> I copied the forms from tests I had wr
Hello,
The current project urls in ob-doc-maxima.org are out-of-date (the .net
urls redirect to the new .io ones). The project image file has moved and
no longer loads. This patch corrects those problems.
Best,
Leo
From dceb35854fcda3e467c3b1bd8f7f343434f7fb2f Mon Sep 17 00:00:00 2001
From: Leo
On Thu, Sep 21 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>>> +(defconst org-babel-header-args:maxima
>>>> + '((batch . :any)
>>>
>>> Why :any? Only two values are allowed here.
>>>
>>>> +(grap
On Wed, Sep 20 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>>>> May you clarify the purpose of "linenum"?
>>> Do I understand correctly that the above will simply affect debug output
>>> when maxima references where a problematic line i
On Sat, Sep 16 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> Also, non-standard arguments should be defined in
>>> `org-babel-header-args:maxima'.
>>>
>>
>> Ok. I see that some packages (e.g. ob-gnuplot.el) use a `defvar' form,
&
On Fri, Sep 15 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Attached is a patch that tries to address some of Ihor's concerns. I
>> have added two header arguments for maxima src blocks:
>
> Thanks!
>
>> - :graphics-pkg lets the user choose the g
ings.
>
> Yes.
Attached is a patch that tries to address some of Ihor's concerns. I
have added two header arguments for maxima src blocks:
- :graphics-pkg lets the user choose the graphics package to use;
- :batch lets the user choose which source-code loader Maxima will use.
I ha
On Tue, Sep 05 2023, Ihor Radchenko wrote:
> CCing Bastien, as he might want to intervene.
>
> Leo Butler writes:
>
>>> +(defcustom org-babel-maxima-command-arguments
>>> + "--very-quiet"
>>
>>> +(defc
that removes the need for it. I.e. one can
batchload a file and execute lisp code inside a call to eval_string_lisp.
>
> Also, what is the benefit/downside of printing input/output labels? Is
> there any chance they will be caught into the source block output? If
> so, it would be a breaking change.
Yes, his requests are breaking changes. That is why I suggested opening
up the internals a bit so that one can alter the behavior while
maintaining the same default.
Leo
On Sat, Sep 02 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> I think that your request may be handled by one of two improvements:
>>
>> 1. Implement session support in ob-maxima.el; and
>> 2. Many of the design decisions in the existing ob-maxima code sho
atch to address 2. Please try it out, I think that it
will satisfy your requests. Feedback is welcome.
---
This old thread may also be relevant:
https://list.orgmode.org/87o7q5rw62@t14.reltub.ca/
Best,
Leo
diff --git a/lisp/ob-maxima.el b/lisp/ob-maxima.el
index d1d7c7424..848811628 100644
On Thu, Aug 24 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> Does the attached patch fix the problem?
>>
>> ...
>> To avoid an unneeded setq, I applied the patch:
>>
>> (dolist (file (mapcar #'file-truename
>> (org-cite-l
On Wed, Aug 23 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> Does org-cite monitor contents or the timestamp?
>> I am using a symlink to the bib file.
>
> Timestamp.
>
> Does the attached patch fix the problem?
Thanks, Ihor.
To avoid an unne
On Tue, Aug 22 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> I am struggling with org-cite at the moment. One problem: it is not
>> re-parsing my .bib file, so it is not picking up changes. How can I
>> force it to pick up changes?
>
> Please, provide m
Hello,
I am struggling with org-cite at the moment. One problem: it is not
re-parsing my .bib file, so it is not picking up changes. How can I
force it to pick up changes?
TIA,
Leo
ps: (insert (format "\n%s\nOrg: %s" (emacs-version) (org-version)))
GNU Emacs 28.2 (build 1, x86_64-pc
On Fri, Jun 02 2023, Ihor Radchenko wrote:
> Thanks!
> Applied, onto bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d55a11214
Thanks, Ihor.
Leo
On Thu, Jun 01 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> In ob-C.el, line 339 has the format specifier
>>
>> (`floatp '("double" "%f"))
>>
>> to print literal floats. However, that format specifier rounds, whic
g to guess at the desired
accuracy (and let the compiler do whatever is needed):
(`floatp '("double" "%s"))
Attached is a patch with a test that illustrates the problem (it fails
on HEAD but passes with the patch).
Leo
diff --git a/lisp/ob-C.el b/lisp/ob-C.el
in
On Mon, May 15 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> On the other hand, I don't see any sense in producing a link to the
>> binary file. Org can't do anything with that link, so the user would
>> need to write something like ":results file
On Sat, May 13 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> IMHO, it will be more consistent with other backends to use :results file
>>> :file /path/to/executable
>>
>> No, I don't think this is the way to do it. What happens in this
On Fri, May 12 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> Comments?
>> ...
>> Replying to myself: it makes more sense to introduce a special-purpose
>> header argument for this special purpose, than to use :file with a
>> different meaning. Re
On Fri, May 12 2023, Leo Butler wrote:
> Hello,
>
> I am using ob-C.el to work with a c++ library (capd::dynsys). The
> current behaviour creates a temporary src and bin file in
> `org-babel-temporary-directory'. There is currently no option to have
> these files named
patch applied to HEAD
(except the expected failures, of course).
Comments?
Leo
ps: It might be better to use a custom header for this purpose,
something like :bin-file. I am open to suggestions.
diff --git a/lisp/ob-C.el b/lisp/ob-C.el
index 3a6e99623..76842acb6 100644
--- a/lisp/ob-C.el
+++ b/li
On Fri, Mar 03 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> This is because
>>> *** DONE :B_block:
>>> is actually parsed as a heading with DONE todo keyword and title
>>> ":B_block:". Tag is not recognized.
>>>
>>&
On Wed, Mar 01 2023, Leo Butler wrote:
> On Wed, Mar 01 2023, Ihor Radchenko wrote:
>> For cookies, just use stat:nil in OPTIONS. See "13.2 Export Settings"
>> section of the manual.
>
> Anyhow, it does not work correctly for subtree export (or I am not
> u
On Wed, Mar 01 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> I have a couple questions about TODO items, cookies and export. I am
>> unable to find anything the manual that seems relevant. Please see the
>>
Hello,
I have a couple questions about TODO items, cookies and export. I am
unable to find anything the manual that seems relevant. Please see the
attached.
TIA,
Leo
#+TITLE: ox-beamer/latex questions
#+AUTHOR: Leo Butler
#+OPTIONS: H:2 toc:t num:t tags:nil todo:nil
#+LATEX_CLASS: beamer
;d be happy to help.
Matt, thanks for sharing those notes. I would suggest that they be added
to worg in their current state.
Leo
On Fri, Feb 10 2023, Max Nikulin wrote:
> On 10/02/2023 04:21, Leo Butler wrote:
>> In lisp/ob-octave.el:
>> What is the point of ob-octave-prep-session:octave or its brother,
>> ob-octave-prep-session:matlab?
>> These two functions are unused in the existing cod
On Sat, Feb 11 2023, Max Nikulin wrote:
> On 09/02/2023 03:40, Leo Butler wrote:
>> On Wed, Feb 08 2023, Max Nikulin wrote:
>>> I am curious if it is possible to avoid duplication by e.g. using noweb.
>>
>> ... I am not aware of how to
>> remove that duplic
In lisp/ob-octave.el:
What is the point of ob-octave-prep-session:octave or its brother,
ob-octave-prep-session:matlab?
These two functions are unused in the existing code.
Leo
From f91562d9ea36d7f76f222e457c8fd1b0570e7e3d Mon Sep 17 00:00:00 2001
From: Leo Butler
Date: Thu, 9 Feb 2023 11:02
On Wed, Feb 08 2023, Max Nikulin wrote:
> On 08/02/2023 04:40, Leo Butler wrote:
>> Generate @@latex:\LaTeX{}@@ code from Maxima code.
>
> You can write just LaTeX, ox-latex recognizes such pattern. The bonus
> is the it will be literally exported to HTML.
Thanks.
&g
Attached is a self-documented setup to do what the subject line says.
Comments/suggestions welcome.
Best,
Leo
#+TITLE: Tip for exporting Maxima results to LaTeX
#+AUTHOR: Leo Butler
#+OPTIONS: H:2 toc:nil num:nil tags:nil todo:nil
#+LATEX_CLASS: article
#+LATEX_HEADER: \usepackage{color
a browser, the spacing
>> between the equal sign and the terms behind is very small.
>> This is not the right amount around an equal sign.
>
> Could you please elaborate? Maybe attach a screenshot?
Not a bug. See the attached.
Leo
#+TITLE: [BUG] LaTeX aligned equations do not h
t graphics toolkit is discouraged
>> ...
>> [ Babel evaluation exited with code 0 ]
>>
>> Exit code is 0, so octave does finish.
>>
>> Hence, test assertion that
>> (should-not (buffer-live-p (get-buffer "*Org-Babel Error Output*")))
>> does not a
t;)))
> does not appear to be accurate.
I guess it depends on what is meant by `accurate'. Those warnings make
me think that the test is running in a mis-configured environment.
>
> Leo, should we simply remove the assertion?
Ok.
I would really like to understand why the two tests are failing on
sourcehut (but not the one that creates a session), but I can understand
your viewpoint.
Leo
1 - 100 of 767 matches
Mail list logo