BUG? Null character prevents org-babel-tangle from tangling a block

2022-11-11 Thread Tommy Kelly
I'm starting to figure out tangle by wrapping chunks of my emacs init.el in #+begin_src/#end_src and then hitting C-c C-v t. It has been working fine, but one block simply refused to participate. I eventually tracked the problem down to a stray NULL character that had found its way into some of the

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-11-11 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Could you narrow down the particular test condition which is failing? > Is it similar to previously discussed cases where MacOS sorting is not > consistent with Linux? In the linked mail, I discuss the problem starting from this test, tracking it down to the problematic

Re: [RFC PATCH] Re: [bug] Macro in citation not expanded

2022-11-11 Thread M . ‘quintus’ Gülker
Dear Ihor, thank for the WIP patch. I have applied it to current main (f83e45526b5ec4627d601673be3680e2dece1b33), but when I now export the document described in the OP to LaTeX, the macro is erased entirely. I receive: 1 Doe, Nothing important, 2. Aufl. (2022), 55, zum vorgenannten Argument

Re: Formatting in citation locator

2022-11-11 Thread M . ‘quintus’ Gülker
Dear all, apologies for my slow reply. It is currently hard for me to find some time for these issues, but eventually I do manage it. Am Mittwoch, dem 26. Oktober 2022 schrieb András Simonyi: > I've ended up making the necessary changes in citeproc and also posted > a patch here which should enab

Re: [BUG] LaTeX export in non-English language [9.6-pre (release_9.5.5-1087-g620a96.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-11-11 Thread Juan Manuel Macías
Hi, Ihor, I start by comment the error that you get when compiling. Is it possible that you have an incomplete TeX Live installation? Distro repositories usually offer TeX live in a modular way. On Arch Linux and its derivatives, the texlive-lang and texlive-lang-extra packages should be installed

Re: Suggestion with footnotes when toggling headlines into plain lists

2022-11-11 Thread Alain . Cochard
Ypo writes on Fri 11 Nov 2022 13:49: > Great!! > > Is it easy for a user to test if it works? One possibility (provided git is installed on your system) is: mkdir ~/Build/Emacs cd ~/Build/Emacs git clone https://git.savannah.gnu.org/git/emacs/org-mode.git cd org-mode && make &&

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-11 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Then, please mention this in the NEWS. Something like "we drop > extension support as it never worked anyway". Fixed. I also reworded the surrounding text to match. > You may even drop append and use ,@options inside `(...). Not a big > deal though. Fixed. > If value

Re: Suggestion with footnotes when toggling headlines into plain lists

2022-11-11 Thread Ypo
Great!! Is it easy for a user to test if it works? Thanks :-D El 11/11/2022 a las 6:22, Ihor Radchenko escribió: Ihor Radchenko writes: ~C-c -~ turns that into a list where footnotes definitions can't be found. It gives, for example, problems when exporting or when more footnotes are added:

Re: [BUG] phantom newlines while moving headings [9.6-pre ( @ /home/chomwitt/.config/emacs/elpa/org-9.6pre0.20221110.85807/)]

2022-11-11 Thread Alexandros Prekates
On Fri, 11 Nov 2022 02:28:27 + Ihor Radchenko wrote: I found a more minimal issue-reproducer (i add $ because i used M-x whitespace mode . Also @ is point) ; Creaete 1st level headlines --- * a$ * b$ * c$ * d$ @ Move point after headline d -- * a$ * b$ * c@$ * d$ Press enter -

Re: [BUG] org-babel-comint-with-output: incorrect prompt detection [9.6-pre]

2022-11-11 Thread Bruno Barbier
Ihor Radchenko writes: > The problem is that Bash can send incoming text like > > "prompt> " "prompt> " "prompt> output\n". > > "prompt> prompt> prompt> output\n". Yes. And I've seen these "outputs" with ob-haskell too ... > > So, we cannot reliably distinguish your case from other possibly com