Re: MathJax extension does not work

2023-03-27 Thread chris
On Sunday, 10 October 2021 11:14:24 CEST Rudolf Adamkovič wrote: > I would like to use the "\mathclap" command from the "mathtools" package in > my Org document. In LaTeX, it works. For HTML, I visited the Org manual [1] > where I saw the following example: > > #+HTML_MATHJAX: cancel.js

Re: [PATCH] Async evaluation in ob-shell

2023-03-27 Thread Matt
On Fri, 24 Mar 2023 05:13:34 -0400 Ihor Radchenko wrote --- > A small note on the WORG page: it may be more natural to use :async yes > rather than :async t. Both are viable - in fact, anything other than > :async no and :async none will be treated as "t". Ah, okay. I'll make that

Re: Remove "shell" as a supported Babel language within ob-shell.el (was Re: [SUGGESTION] ob-shell async result output should not contains shell prompt)

2023-03-27 Thread Matt
On Fri, 24 Mar 2023 07:38:58 -0400 Ihor Radchenko wrote --- > I suggest the following: > 1. Introduce a new customization `org-babel-default-shell', defaulting >to (or (executable-find "sh") (executable-find "cmd.exe")). > 2. Use the value as default shell in "shell" code

Re: [FR] Do not resolve relative "file" paths

2023-03-27 Thread Samuel Wales
might or might not help also that the default value appers to use substitute-in-file-name behind the scenes. On 3/27/23, Ruijie Yu via General discussions about Org-mode. wrote: > > Ihor Radchenko writes: > >> [...] >> You can customize `org-link-file-path-type'. > > Thank you, this is exactly

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading? (was: org-ctags land grab)

2023-03-27 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > Max Nikulin writes: > >>> Sure. This is not by itself a big deal. A number of Elisp libraries, >>> including built-in Emacs libraries are loaded with side effects. >> >> It is still violation of conventions: >> >> (info "(elisp) Coding Conventions") >>

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-03-27 Thread Max Nikulin
On 26/03/2023 00:45, Ihor Radchenko wrote: I am then CCing Bastien, as, despite the Elisp convention, following it will break https://bzg.fr/en/the-software-maintainers-pledge/ I hope, it may be mitigated to some degree, e.g. loading of `org-modules' and `org-babel-load-languages' may include

Re: [FR] Do not resolve relative "file" paths

2023-03-27 Thread General discussions about Org-mode.
Ihor Radchenko writes: > [...] > You can customize `org-link-file-path-type'. Thank you, this is exactly what I needed. It is even able to convert my previous absolute paths back to relative paths, which is great. -- Best, RY

Re: [FR] Do not resolve relative "file" paths

2023-03-27 Thread Ihor Radchenko
[FR] Do not resolve relative "file" paths Canceled.

Re: [FR] Do not resolve relative "file" paths

2023-03-27 Thread Ihor Radchenko
Ruijie Yu via "General discussions about Org-mode." writes: > C-c C-l file:../4 RET RET > [[file:/tmp/tmp.ztrbRDDtKy/4]] > C-c C-l file:../2 RET RET > [[file:/tmp/tmp.ztrbRDDtKy/2]] > --8<---cut here---end--->8--- > > Note that I showcased both ../4

[FR] Do not resolve relative "file" paths

2023-03-27 Thread General discussions about Org-mode.
Both Emacs and Org are on recent master commits. Repro: --8<---cut here---start->8--- $ cd $(mktemp -d) $ mkdir 1 $ touch 2 $ emacs -L /org/lisp/ -Q 1/3.org M-: emacs-repository-version RET "db7e95531ac36ae842787b6c5f2859d0642c78cc" M-x org-version RET

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Pedro Andres Aranda Gutierrez
> And often a source of real issues (I > have this problem sharing with my group where most use Windows... issues > with paths and upper/lower case names). I don't know why, but it sounds familiar ;-) Best, /PA On Mon, 27 Mar 2023 at 11:34, Fraga, Eric wrote: > > Hi Pedro, > > On Monday, 27

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-27 Thread Ihor Radchenko
Ihor Radchenko writes: > Max Nikulin writes: > >>>[previous object ] >> >> Yes, you do. >> >> I expected some complications due to newline characters (not line break >> markup objects), but they are not included in :post-blank and >> represented as "\n" string objects. > > Newlines are

Re: [RFC] ox-icalendar: Unscheduled tasks & repeating tasks

2023-03-27 Thread Ihor Radchenko
Jack Kamm writes: > For patch 1 (unscheduled tasks): > > Currently, ox-icalendar does not allow creating an iCalendar task > without a scheduled start date. If an Org TODO is missing a SCHEDULED > timestamp, then ox-icalendar sets today as the scheduled start date for > the exported task. > >

Re: Table not expanded as I expect upon

2023-03-27 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Maybe it is normal, but if I put the cursor anywhere in the 1st line > (say) of this table > > ||---+---| > || x | x | > > and press , it becomes > > | | ---+--- | | > | | x | x | > > which is not what I would expect. This is expected. Only |- at

Re: Docstring fixes

2023-03-27 Thread Ihor Radchenko
"Stephen J. Eglen" writes: > and a commit message. Thanks! Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fcd813c40 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Document org-hide-emphasis-markers

2023-03-27 Thread Ihor Radchenko
"Stephen J. Eglen" writes: > sure, sorry I missed that. I have signed papers with FSF for all my > Emacs contribs. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1e38519b0 I presume that you previously used another email (s.j.eg...@damtp.cam.ac.uk)

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Fraga, Eric
Hi Pedro, On Monday, 27 Mar 2023 at 11:02, Pedro Andres Aranda Gutierrez wrote: > \jobname is the shorthand for ‘the file that you are compiling with Ah, okay; thank you. > Re the use of absolute vs relative path when exporting to LaTeX, I > might want to export to LaTeX and transfer to

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Pedro Andres Aranda Gutierrez
Hi Eric, \jobname is the shorthand for ‘the file that you are compiling with the latex command’. I use it in my templates for LaTEX presentations and documents I conjunction with \addbibresource{} I always have a main.Tex + main.bib file pair. Recognizing this in org-cite would be nice. Re