Trying to compile emacs master with native compilation fails on org-plot.el

2023-03-30 Thread Pedro Andres Aranda Gutierrez
Hi, I'm trying to compile org-plot.el from emacs master and it fails with native compilation activated! #+BEGIN_example ELC+ELN org/org-plot.elc Error: native-ice ("org/org-plot.el" "block does not end with a branch" #s(comp-block-lap bb_8 ((comment "LAP TAG 83") (call helper_unbind_n #s(comp

Re: Trying to compile emacs master with native compilation fails on org-plot.el

2023-03-30 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I'm trying to compile org-plot.el from emacs master and it fails with > native compilation activated! > > #+BEGIN_example > ELC+ELN org/org-plot.elc > > Error: native-ice ("org/org-plot.el" "block does not end with a See https://debbugs.gnu.org/cgi/bugr

Re: Trying to compile emacs master with native compilation fails on org-plot.el

2023-03-30 Thread Pedro Andres Aranda Gutierrez
Yep… this bug is making me understand the gain (or lack of it) or having mating compilation ;-) PA Enviado desde mi iPhone > El 30 mar 2023, a las 9:45, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> I'm trying to compile org-plot.el from emacs master and it fails

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-03-30 Thread Ihor Radchenko
Matt writes: > I think this approach will work fine. I tried examples for each shell type > and keywords like if/then/else and function names are highlighted. Even for posh (powershell)? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: org-publish producing element tags instead of honoring what is specified in :html-divs

2023-03-30 Thread Ihor Radchenko
Cooper Oscarfono writes: > In attempting to convert the divs generated for preamble, content, and > postamble, by specifying, what I believe to be the appropriate setting > within org-publish-project-alist : > > >    :html-divs '((preamble "header" :id "preamble") >      (content "ma

Re: [PATCH] In case of Sly, let org-babel-execute:lisp use Slynk instead of Swank

2023-03-30 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: >> I'd appreciate if other ob-lisp users could test the patch with both >> SLY >> and SLIME. >> >> I have no comments on the Elisp part of the patch. > > I have a few additional remarks: > > The patch is against main only because it overlaps a region where bug

Re: Slightly OT

2023-03-30 Thread Henrik Frisk
Den tis 28 mars 2023 kl 12:16 skrev Ihor Radchenko : > Henrik Frisk writes: > > > I've been having trouble with the deprecated function > > consult-completing-read-multiple being undefined. This happens when I try > > C-c C-c in org-mode to add a tag to a header. I know I fixed this issue > on >

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-30 Thread Christian Moe
chris writes: > On Wednesday, 29 March 2023 23:15:03 CEST Christian Moe wrote: >> >> Hi, >> >> Pardon the noise: It turned out to be a pretty obvious problem with my >> setup that has now been resolved. >> >> I had modified org-latex-pdf-process to use xelatex, and for some reason >> my setup la

Re: org-ref-formatted-citation-formats for books: ISBN

2023-03-30 Thread Ihor Radchenko
Uwe Brauer writes: > The following setting in my custom file > ... > ("book" . "${author}, /${title}/ (${year}), ${ISBN}, (pp. ${pages}) > ${address}: ${publisher}.") > > However when I want to export a book reference to HTML, the ISBN field > is not inserted. > > Any idea what is wrong?

Re: Slightly OT

2023-03-30 Thread Ihor Radchenko
Henrik Frisk writes: >> Check your org-ctrl-c-ctrl-c-hook >> >> I don't have it defined, but maybe you mean to do something else? Calling > org-set-tags gives the same result as dos C-c C-q. Then, `org-after-tags-change-hook'. More generally, you can M-x toggle-debug-on-error to see more detail

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-03-30 Thread Derek Chen-Becker
Would it be fair to use the sh-ancestor-alist as a basis for all of the supported shell variants? https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/sh-script.el#L177 Cheers, Derek On Thu, Mar 30, 2023 at 2:54 AM Ihor Radchenko wrote: > Matt writes: > > > I think this approach

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-30 Thread chris
On Thursday, 30 March 2023 13:15:34 CEST Christian Moe wrote: > > chris writes: > > > On Wednesday, 29 March 2023 23:15:03 CEST Christian Moe wrote: > >> > >> Hi, > >> > >> Pardon the noise: It turned out to be a pretty obvious problem with my > >> setup that has now been resolved. > >> > >> I ha

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

2023-03-30 Thread Jack Kamm
Ihor Radchenko writes: > Side note: here, and in other places, we use "\n" as end of line. Yet, > for example > https://icalendar.org/iCalendar-RFC-5545/3-8-2-4-date-time-start.html > prescribes CRLF (\r\n). Also, see > https://orgmode.org/list/87ilgljv6i.fsf@localhost > If you are familiar with