[PATCH] lisp/org-capture.el: Simplify 'org-capture-get-indirect-buffer'

2024-03-31 Thread Morgan Smith
* lisp/org-capture.el (org-capture-get-indirect-buffer): Simplify by using 'generate-new-buffer-name'. --- lisp/org-capture.el | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 8ce11cb75..5d9ae4947 100644 --- a/lisp/org-capture.

[BUG] org-export-table-row-number off by one when special row present [9.6.23 ( @ /home/jet/.config/emacs/elpa/org-9.6.23/)]

2024-03-31 Thread Jeff Trull
Consider this table: | Shape| Sides | |--+---| | Triangle | 3 | | Pentagon | 5 | |--+---| | Average | 4 | #+TBLFM: @4$2=vmean(@2..@3) org-export-table-row-number correctly returns 3 for the cell containing '4' (and the target of the formula) Now add a col

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-31 Thread Adam Porter
On 3/30/24 06:08, Ihor Radchenko wrote: This is actually not true that Emacs repository has a separate copyright assignment form. CONTRIBUTE file says In most cases, to start the assignment process you should download https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/Copyright/

Re: How to organize tasks about Worg within Worg documents

2024-03-31 Thread Adam Porter
On 3/30/24 05:47, Ihor Radchenko wrote: Adam Porter writes: Using a normal heading for a task would "commandeer" the structure of the document, which I think is a real problem. Not really. If some section is incomplete, marking it "TODO" means that it should be completed. And the details mig

Re: [proof of concept] inline language blocks

2024-03-31 Thread Ihor Radchenko
Daniel Clemente writes: > Sorry for joining the discussion a bit late. A long time ago I created a > syntax to be able to mix languages in that way, and a program to separate > each version into a different file. > > Info: https://www.danielclemente.com/dislines/ > Sample: https://www.danielcleme

Re: [proof of concept] inline language blocks

2024-03-31 Thread Daniel Clemente
> I have thought of a syntax that is as least intrusive as possible, so as > not to make reading uncomfortable. I have tried the following: > > :fr{some text in French} :it{some text in Italian} :la{some text in Latin} Sorry for joining the discussion a bit late. A long time ago I created a syntax

Re: [DISCUSSION] Face priority in Org fontification (was: [BUG] org dates, radio links, and special keywords override heading backgrounds [9.7 (9.7-??-902dacb @ /home/st/.config/emacs/.local/straight/

2024-03-31 Thread Ihor Radchenko
Ihor Radchenko writes: > Protesilaos Stavrou writes: > >> Now the tricky part is to figure out which combinations can work this >> way. Headings and source blocks are two obvious ones. Maybe there are >> more, but I cannot think of one right now. > > This is relevant to any greater element that

Re: [PATCH] Unit tests for function calling MathML converters (Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command)

2024-03-31 Thread Ihor Radchenko
Max Nikulin writes: > Is second attachment appropriate to fix the issue or it has some > undesired effects. Thanks! > +(ert-deftest test-org/format-latex-as-html () > + "Test shell special characters escaping in `org-format-latex-as-html'." > + (let ((org-latex-to-html-convert-command > +

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-31 Thread Ihor Radchenko
Max Nikulin writes: >> Attaching tentative patch that fixes the problem. > > I think it is in the right direction. > - Manual needs update as well. > - I would explicitly stress that quotes causes undefined or even > dangerous behavior. See e.g. the last paragraph > https://specifications.freede

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-31 Thread Laurence Warne
Great, thanks!