Re: Unclear where ob-spice.el is being maintained

2023-08-29 Thread Christopher M. Miles
Thanks, Updated now. Jonas Bernoulli writes: > "Christopher M. Miles" writes: > >> Jonas Bernoulli writes: >> >>> In 2022 I changed Melpa to get ob-spice.el from >>> https://repo.or.cz/ob-spice.git in response to >>> https://github.com/melpa/melpa/issues/7872#issuecomment-1034945112. >>> >>>

Re: [PATCH] Fix a possibly problematic string comparison

2023-08-29 Thread Rudolf Adamkovič
Thank you for the explanation! Given the complexity of the caller, that is the `org-table-eval-formula' function, as well as, the fact that I have yet to learn about the spreadsheet functionality, I am backing away from this bugfix. Sorry for the noise. Rudy -- "Programming reliably -- must be

Re: Unclear where ob-spice.el is being maintained

2023-08-29 Thread Jonas Bernoulli
>> Stardiviner, the readme in your repository still claims that the package >> is being maintained in two other locations. Please remove that outdated >> information. >> > > I have not found claimed two other locations in my README. Maybe I > missed out. Can you point out? See my other message

Re: Unclear where ob-spice.el is being maintained

2023-08-29 Thread Jonas Bernoulli
"Christopher M. Miles" writes: > Jonas Bernoulli writes: > >> In 2022 I changed Melpa to get ob-spice.el from >> https://repo.or.cz/ob-spice.git in response to >> https://github.com/melpa/melpa/issues/7872#issuecomment-1034945112. >> >> But org-contrib still contains that file and the README at

[PATCH v2] Fix background color of latex previews

2023-08-29 Thread Roshan Shariff
This change addresses two issues: 1. Latex previews in headings have the background color of the fontified Latex code, rather than the rest of the heading. 2. If Latex code is fontified with a face that has the :extend attribute, and the preview overlay wraps to the next line, then the empty

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-29 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > Recently, I implemented multi-day views feature for org-timeblock. You > can now choose the number of days (1-7) displayed via command > org-timeblock-switch-view. Here's a screenshot: > >

[ANN] org-timeblock: Multi-day views

2023-08-29 Thread Ilya Chernyshov
[Changed the subject]

Re: [BUG][org-map-entries] Using (widen) in FUNC when SCOPE is equal to 'tree iterates through headlines outside the tree

2023-08-29 Thread Rodrigo Morales
I cannot reproduce on the latest main either. Next time, before reporting a bug, I'll make sure that it hasn't been fixed on the latest main. Thanks for reviewing it. On Tue, 29 Aug 2023 at 08:20, Ihor Radchenko wrote: > > Rodrigo Morales writes: > > > (with-temp-buffer > > (org-mode) > >

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-29 Thread Russell Adams
On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > Why not just put the TODO heading in a code block with type org? > > Then you get all the toys, ignored by the main file. If inline tasks are supposed to be Org enabled headings, but NOT treated like headings in the current file,

Re: plantuml tikz format support

2023-08-29 Thread 13910969806
Ihor Radchenko writes: Thanks! This looks reasonable. May you also update etc/ORG-NEWS and https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-plantuml.html page, documenting the changes. The Worg page source live in https://git.sr.ht/~bzg/worg Another possibility could be supporting

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-29 Thread Ilya Chernyshov
Ilya Chernyshov writes: > Hi! I wrote a package that provides interactive day view for orgmode > tasks. With this package you can visually understand your day schedule > and quickly reschedule your tasks and events. Essentially, this is what > modern calendars provide, although my package

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-08-29 Thread Ihor Radchenko
Gavin Downard writes: > This patch does prioritize named columns over named fields, which can > break compatibility in tables with a named column and named field with > the same name. Alternatively, we could prioritize named fields to > preserve compatibility, but since named columns are

Re: [BUG][org-map-entries] Using (widen) in FUNC when SCOPE is equal to 'tree iterates through headlines outside the tree

2023-08-29 Thread Ihor Radchenko
Rodrigo Morales writes: > (with-temp-buffer > (org-mode) > (insert >"* 1 > ,** 1.1 > ,** 1.2 > ,** 1.3 > ,* 2 > ,** 2.1 > ,** 2.2 > ,** 2.3 > ") > (goto-char (point-min)) > (org-map-entries >(lambda () > (widen) > (org-entry-get nil "ITEM")) >nil >'tree)) >

Re: [BUG][SECURITY] ob-sqlite header args allows execution of arbitrary shell commands

2023-08-29 Thread Ihor Radchenko
Max Nikulin writes: > On 22/08/2023 16:46, Ihor Radchenko wrote: >> See the updated version of the patches attached. > > Thank you, I do not see apparent issues with code any more. Commit > message needs an update, apostrophes in the doc string should be > escaped. Feel free to ignore other

[PATCH 1/1] Fix background color when line-wrapping latex previews

2023-08-29 Thread Roshan Shariff
If latex code is fontified with a face that has the :extend attribute, and the preview overlay wraps to the next line, then the empty space after the end of the line uses the background color of the latex code rather than that of the surrounding text. For example, setting

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-08-29 Thread Roshan Shariff
Hi Timothy and Karthik, Thanks for your wonderful work on this feature! I've been using it for several weeks and it's been working extremely well in my experience. I noticed a small visual glitch when inline latex previews wrap to the next line, that is apparent when